Home
last modified time | relevance | path

Searched refs:thread_get_tmp_sp (Results 1 – 7 of 7) sorted by relevance

/optee_os/core/arch/arm/kernel/
H A Dthread_spmc_a64.S91 bl thread_get_tmp_sp
117 bl thread_get_tmp_sp
155 bl thread_get_tmp_sp
H A Dthread_optee_smc_a64.S165 bl thread_get_tmp_sp
198 bl thread_get_tmp_sp
H A Dthread_optee_smc_a32.S181 bl thread_get_tmp_sp
207 bl thread_get_tmp_sp
/optee_os/core/arch/riscv/kernel/
H A Dthread_optee_abi_rv.S53 jal thread_get_tmp_sp
107 jal thread_get_tmp_sp
/optee_os/core/arch/riscv/include/kernel/
H A Dthread_private_arch.h115 void *thread_get_tmp_sp(void);
/optee_os/core/arch/arm/include/kernel/
H A Dthread_private_arch.h154 void *thread_get_tmp_sp(void);
/optee_os/core/kernel/
H A Dthread.c391 void __nostackcheck *thread_get_tmp_sp(void) in thread_get_tmp_sp() function