Searched refs:Z_STACK_PTR_TO_FRAME (Results 1 – 12 of 12) sorted by relevance
/Zephyr-latest/arch/mips/core/ |
D | thread.c | 26 Z_STACK_PTR_TO_FRAME(struct arch_esf, stack_ptr) in arch_new_thread()
|
/Zephyr-latest/arch/nios2/core/ |
D | thread.c | 38 iframe = Z_STACK_PTR_TO_FRAME(struct init_stack_frame, stack_ptr); in arch_new_thread()
|
/Zephyr-latest/arch/x86/core/intel64/ |
D | thread.c | 50 iframe = Z_STACK_PTR_TO_FRAME(struct x86_initial_frame, stack_ptr); in arch_new_thread()
|
/Zephyr-latest/arch/sparc/core/ |
D | thread.c | 38 iframe = Z_STACK_PTR_TO_FRAME(struct init_stack_frame, stack_ptr); in arch_new_thread()
|
/Zephyr-latest/arch/x86/core/ia32/ |
D | thread.c | 96 initial_frame = Z_STACK_PTR_TO_FRAME(struct _x86_initial_frame, in arch_new_thread()
|
/Zephyr-latest/arch/arm64/core/ |
D | thread.c | 105 pInitCtx = Z_STACK_PTR_TO_FRAME(struct arch_esf, stack_ptr); in arch_new_thread()
|
/Zephyr-latest/arch/posix/core/ |
D | thread.c | 42 thread_status = Z_STACK_PTR_TO_FRAME(posix_thread_status_t, stack_ptr); in arch_new_thread()
|
/Zephyr-latest/arch/arc/core/ |
D | thread.c | 109 uframe = Z_STACK_PTR_TO_FRAME(struct user_init_stack_frame, in get_iframe() 116 return Z_STACK_PTR_TO_FRAME(struct init_stack_frame, stack_ptr); in get_iframe()
|
/Zephyr-latest/arch/riscv/core/ |
D | thread.c | 34 Z_STACK_PTR_TO_FRAME(struct arch_esf, stack_ptr) in arch_new_thread()
|
/Zephyr-latest/include/zephyr/kernel/ |
D | thread_stack.h | 88 #define Z_STACK_PTR_TO_FRAME(type, ptr) \ macro
|
/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | thread.c | 81 iframe = Z_STACK_PTR_TO_FRAME(struct __basic_sf, stack_ptr); in arch_new_thread()
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | thread.c | 90 iframe = Z_STACK_PTR_TO_FRAME(struct __basic_sf, stack_ptr); in arch_new_thread()
|