Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/kernel/
H A Dthread_arch.c315 static bool is_user_mode(struct thread_ctx_regs *regs) in is_user_mode() function
365 if (is_user_mode(&threads[n].regs)) in thread_resume_from_rpc()
372 if (!is_user_mode(&threads[n].regs)) in thread_resume_from_rpc()
/optee_os/core/arch/arm/kernel/
H A Dthread.c357 static bool is_user_mode(struct thread_ctx_regs *regs) in is_user_mode() function
391 if (is_user_mode(&threads[n].regs)) in thread_resume_from_rpc()