Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/include/
H A Driscv.h50 #define CSR_MODE_BITS SHIFT_U64(CSR_MODE_OFFSET, 8) macro
52 #define CSR_XSTATUS (CSR_MODE_BITS | 0x000)
53 #define CSR_XIE (CSR_MODE_BITS | 0x004)
54 #define CSR_XTVEC (CSR_MODE_BITS | 0x005)
55 #define CSR_XSCRATCH (CSR_MODE_BITS | 0x040)
56 #define CSR_XEPC (CSR_MODE_BITS | 0x041)
57 #define CSR_XCAUSE (CSR_MODE_BITS | 0x042)
58 #define CSR_XTVAL (CSR_MODE_BITS | 0x043)
59 #define CSR_XIP (CSR_MODE_BITS | 0x044)
60 #define CSR_XISELECT (CSR_MODE_BITS | 0x050)
[all …]