Home
last modified time | relevance | path

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

/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()
545 status = xstatus_for_xret(true, PRV_U); in thread_enter_user_mode()
/optee_os/core/arch/riscv/include/
H A Dencoding.h231 #define PRV_U 0 macro