Home
last modified time | relevance | path

Searched refs:xstatus_for_xret (Results 1 – 3 of 3) 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()
174 unsigned long xstatus_for_xret(uint8_t pie, uint8_t pp) in xstatus_for_xret() function
202 thread->regs.status = xstatus_for_xret(true, PRV_S); in init_regs()
545 status = xstatus_for_xret(true, PRV_U); in thread_enter_user_mode()
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/kernel/
H A Dthread_private_arch.h81 unsigned long xstatus_for_xret(uint8_t pie, uint8_t pp);