Home
last modified time | relevance | path

Searched refs:CSR_XTVAL (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/arch/riscv/include/
H A Driscv.h58 #define CSR_XTVAL (CSR_MODE_BITS | 0x043) macro
/optee_os/core/arch/riscv/kernel/
H A Dthread_rv.S246 csrr t0, CSR_XTVAL
589 csrr t0, CSR_XTVAL
H A Dthread_arch.c117 read_csr(CSR_XEPC), read_csr(CSR_XCAUSE), read_csr(CSR_XTVAL)); in thread_unhandled_trap()