Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/kernel/
A Dthread.c36 #define GET_START_CANARY(name, stack_num) name[stack_num][0] macro
81 uint32_t *start_canary = &GET_START_CANARY(name, n); \ in thread_init_canaries()
110 canary = &GET_START_CANARY(stack_tmp, n); in thread_check_canaries()
119 canary = &GET_START_CANARY(stack_abt, n); in thread_check_canaries()
128 canary = &GET_START_CANARY(stack_thread, n); in thread_check_canaries()

Completed in 4 milliseconds