Home
last modified time | relevance | path

Searched refs:thread_get_ctx_regs (Results 1 – 9 of 9) sorted by relevance

/optee_os/core/arch/riscv/include/kernel/
H A Dthread_private_arch.h117 struct thread_ctx_regs *thread_get_ctx_regs(void);
/optee_os/core/arch/arm/include/kernel/
H A Dthread_private_arch.h169 struct thread_ctx_regs *thread_get_ctx_regs(void);
/optee_os/core/arch/riscv/kernel/
H A Dthread_optee_abi_rv.S99 jal thread_get_ctx_regs
H A Dthread_arch.c544 regs = thread_get_ctx_regs(); in thread_enter_user_mode()
/optee_os/core/arch/arm/kernel/
H A Dthread_optee_smc_a64.S186 bl thread_get_ctx_regs
H A Dthread_spmc_a64.S143 bl thread_get_ctx_regs
H A Dthread_a32.S145 bl thread_get_ctx_regs
193 bl thread_get_ctx_regs
H A Dthread.c1032 regs = thread_get_ctx_regs(); in thread_enter_user_mode()
/optee_os/core/kernel/
H A Dthread.c695 struct thread_ctx_regs * __nostackcheck thread_get_ctx_regs(void) in thread_get_ctx_regs() function