Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/arch/arc/
Darch.h174 #define ARCH_THREAD_STACK_RESERVED (Z_ARC_STACK_GUARD_SIZE + \ macro
206 #define ARCH_THREAD_STACK_RESERVED 0 macro
220 #define ARCH_THREAD_STACK_RESERVED CONFIG_PRIVILEGED_STACK_SIZE macro
247 #define ARCH_THREAD_STACK_RESERVED Z_ARC_STACK_GUARD_SIZE macro
/Zephyr-latest/include/zephyr/arch/riscv/
Darch.h116 #define ARCH_THREAD_STACK_RESERVED Z_RISCV_STACK_GUARD_SIZE macro
140 #define ARCH_THREAD_STACK_RESERVED \ macro
/Zephyr-latest/include/zephyr/arch/arm64/
Dthread_stack.h58 #define ARCH_THREAD_STACK_RESERVED CONFIG_PRIVILEGED_STACK_SIZE + \ macro
/Zephyr-latest/include/zephyr/arch/xtensa/
Dthread_stack.h62 #define ARCH_THREAD_STACK_RESERVED \ macro
/Zephyr-latest/include/zephyr/arch/x86/
Dthread_stack.h103 #define ARCH_THREAD_STACK_RESERVED \ macro
/Zephyr-latest/include/zephyr/arch/arm/
Darch.h263 #define ARCH_THREAD_STACK_RESERVED 0 macro
/Zephyr-latest/include/zephyr/kernel/
Dthread_stack.h318 #ifdef ARCH_THREAD_STACK_RESERVED
319 #define K_THREAD_STACK_RESERVED ((size_t)(ARCH_THREAD_STACK_RESERVED))
/Zephyr-latest/arch/arm64/core/
Dthread.c170 stack_el1 = (uintptr_t)(arch_current_thread()->stack_obj + ARCH_THREAD_STACK_RESERVED); in arch_user_mode_enter()
/Zephyr-latest/doc/hardware/porting/
Darch.rst521 - :c:macro:`ARCH_THREAD_STACK_RESERVED`: default no reserved space
729 :c:macro:`ARCH_THREAD_STACK_RESERVED` will need to be defined to capture