Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/include/
H A Driscv.h43 #define CSR_MODE_OFFSET PRV_M
H A Dencoding.h233 #define PRV_M 3 macro
/optee_os/core/arch/riscv/kernel/
H A Dthread_arch.c178 assert(pp == PRV_M || pp == PRV_S || pp == PRV_U); in xstatus_for_xret()