Home
last modified time | relevance | path

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

/Zephyr-latest/arch/arm/core/cortex_a_r/
Dsmp.c27 K_KERNEL_STACK_ARRAY_DECLARE(z_arm_fiq_stack,
31 K_KERNEL_STACK_ARRAY_DECLARE(z_arm_abort_stack,
35 K_KERNEL_STACK_ARRAY_DECLARE(z_arm_undef_stack,
39 K_KERNEL_STACK_ARRAY_DECLARE(z_arm_svc_stack,
43 K_KERNEL_STACK_ARRAY_DECLARE(z_arm_sys_stack,
/Zephyr-latest/arch/arm/include/cortex_m/
Dstack.h29 K_KERNEL_STACK_ARRAY_DECLARE(z_interrupt_stacks, CONFIG_MP_MAX_NUM_CPUS, CONFIG_ISR_STACK_SIZE);
/Zephyr-latest/subsys/shell/modules/kernel_service/thread/
Dstacks.c50 K_KERNEL_STACK_ARRAY_DECLARE(z_interrupt_stacks, CONFIG_MP_MAX_NUM_CPUS,
/Zephyr-latest/include/zephyr/kernel/
Dthread_stack.h138 #define K_KERNEL_STACK_ARRAY_DECLARE(sym, nmemb, size) \ macro
298 #define K_THREAD_STACK_ARRAY_DECLARE K_KERNEL_STACK_ARRAY_DECLARE
/Zephyr-latest/arch/xtensa/include/
Dkernel_arch_func.h24 K_KERNEL_STACK_ARRAY_DECLARE(z_interrupt_stacks, CONFIG_MP_MAX_NUM_CPUS,
/Zephyr-latest/arch/riscv/core/
Dthread.c223 K_KERNEL_STACK_ARRAY_DECLARE(z_interrupt_stacks, CONFIG_MP_MAX_NUM_CPUS, CONFIG_ISR_STACK_SIZE);
/Zephyr-latest/subsys/debug/
Dthread_analyzer.c169 K_KERNEL_STACK_ARRAY_DECLARE(z_interrupt_stacks, CONFIG_MP_MAX_NUM_CPUS,
/Zephyr-latest/arch/arc/core/
Dthread.c281 K_KERNEL_STACK_ARRAY_DECLARE(z_interrupt_stacks, CONFIG_MP_MAX_NUM_CPUS, CONFIG_ISR_STACK_SIZE);