Home
last modified time | relevance | path

Searched refs:CSR_STVEC (Results 1 – 4 of 4) sorted by relevance

/linux/arch/riscv/kernel/
A Dkexec_relocate.S57 csrw CSR_STVEC, s8
176 csrw CSR_STVEC, s4
/linux/arch/riscv/include/asm/
A Dcsr.h160 #define CSR_STVEC 0x105 macro
230 # define CSR_TVEC CSR_STVEC
/linux/arch/riscv/kvm/
A Dvcpu_exit.c480 old_stvec = csr_swap(CSR_STVEC, (ulong)&__kvm_riscv_unpriv_trap); in kvm_riscv_vcpu_unpriv_read()
550 csr_write(CSR_STVEC, old_stvec); in kvm_riscv_vcpu_unpriv_read()
A Dvcpu_switch.S65 csrrw t4, CSR_STVEC, t4
154 csrw CSR_STVEC, t1

Completed in 7 milliseconds