Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/kernel/
H A Dthread_arch.c102 regs->status = xstatus_for_xret(true, PRV_S); in setup_unwind_user_mode()
178 assert(pp == PRV_M || pp == PRV_S || pp == PRV_U); in xstatus_for_xret()
202 thread->regs.status = xstatus_for_xret(true, PRV_S); in init_regs()
556 thread_rpc_xstatus(rv, xstatus_for_xret(false, PRV_S)); in __thread_rpc()
H A Dabort.c239 ai->regs->status = xstatus_for_xret(true, PRV_S); in handle_user_mode_panic()
/optee_os/core/arch/riscv/include/
H A Driscv.h46 #define CSR_MODE_OFFSET PRV_S
H A Dencoding.h232 #define PRV_S 1 macro
235 #define PRV_HS (PRV_S + 1)