Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
A Dthread.c101 #define GET_START_CANARY(name, stack_num) name[stack_num][0] macro
184 uint32_t *start_canary = &GET_START_CANARY(name, n); \ in init_canaries()
213 canary = &GET_START_CANARY(stack_tmp, n); in thread_check_canaries()
222 canary = &GET_START_CANARY(stack_abt, n); in thread_check_canaries()
232 canary = &GET_START_CANARY(stack_thread, n); in thread_check_canaries()

Completed in 5 milliseconds