Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Dthread.c51 static uint32_t end_canary_value = 0xababab00; variable
138 *canary = end_canary_value; in init_canaries()
185 end_canary_value = canary[1]; in thread_update_canaries()
206 if (*canary != end_canary_value) { in check_stack_canary()