Home
last modified time | relevance | path

Searched refs:thread_check_canaries (Results 1 – 12 of 12) sorted by relevance

/optee_os/core/include/kernel/
H A Dthread_private.h90 void thread_check_canaries(void);
/optee_os/core/arch/arm/kernel/
H A Dthread_optee_smc_a64.S72 bl thread_check_canaries
H A Dthread_optee_smc_a32.S74 bl thread_check_canaries
H A Dthread_optee_smc.c34 thread_check_canaries(); in thread_handle_fast_smc()
58 thread_check_canaries(); in thread_handle_std_smc()
H A Dthread_a32.S490 bl thread_check_canaries
H A Dthread.c509 thread_check_canaries(); in thread_state_suspend()
H A Dthread_a64.S1288 bl thread_check_canaries
H A Dspmc_sp_handler.c1307 thread_check_canaries(); in spmc_sp_msg_handler()
H A Dthread_spmc.c754 thread_check_canaries(); in handle_yielding_call()
/optee_os/core/arch/riscv/kernel/
H A Dthread_optee_abi.c35 thread_check_canaries(); in thread_handle_fast_abi()
59 thread_check_canaries(); in thread_handle_std_abi()
H A Dthread_arch.c426 thread_check_canaries(); in thread_state_suspend()
/optee_os/core/kernel/
H A Dthread.c182 thread_check_canaries(); in thread_update_canaries()
213 void thread_check_canaries(void) in thread_check_canaries() function