Home
last modified time | relevance | path

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

/Zephyr-latest/arch/posix/
DKconfig14 default 44 if 64BIT && STACK_SENTINEL
16 default 28 if STACK_SENTINEL
/Zephyr-latest/scripts/kconfig/
Dhardened.csv34 STACK_SENTINEL,y
/Zephyr-latest/include/zephyr/
Dkernel_structs.h79 #define STACK_SENTINEL 0xF0F0F0F0 macro
/Zephyr-latest/kernel/
Dthread.c342 if (*stack != STACK_SENTINEL) { in z_check_stack_sentinel()
344 *stack = STACK_SENTINEL; in z_check_stack_sentinel()
469 *((uint32_t *)stack_buf_start) = STACK_SENTINEL; in setup_thread_stack()
/Zephyr-latest/subsys/debug/
DKconfig193 config STACK_SENTINEL config
/Zephyr-latest/doc/releases/
Drelease-notes-1.12.rst62 * arch: arc: add the support of STACK_SENTINEL