Home
last modified time | relevance | path

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

/Zephyr-latest/arch/mips/core/
Dthread.c26 Z_STACK_PTR_TO_FRAME(struct arch_esf, stack_ptr) in arch_new_thread()
/Zephyr-latest/arch/nios2/core/
Dthread.c38 iframe = Z_STACK_PTR_TO_FRAME(struct init_stack_frame, stack_ptr); in arch_new_thread()
/Zephyr-latest/arch/x86/core/intel64/
Dthread.c50 iframe = Z_STACK_PTR_TO_FRAME(struct x86_initial_frame, stack_ptr); in arch_new_thread()
/Zephyr-latest/arch/sparc/core/
Dthread.c38 iframe = Z_STACK_PTR_TO_FRAME(struct init_stack_frame, stack_ptr); in arch_new_thread()
/Zephyr-latest/arch/x86/core/ia32/
Dthread.c96 initial_frame = Z_STACK_PTR_TO_FRAME(struct _x86_initial_frame, in arch_new_thread()
/Zephyr-latest/arch/arm64/core/
Dthread.c105 pInitCtx = Z_STACK_PTR_TO_FRAME(struct arch_esf, stack_ptr); in arch_new_thread()
/Zephyr-latest/arch/posix/core/
Dthread.c42 thread_status = Z_STACK_PTR_TO_FRAME(posix_thread_status_t, stack_ptr); in arch_new_thread()
/Zephyr-latest/arch/arc/core/
Dthread.c109 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/
Dthread.c34 Z_STACK_PTR_TO_FRAME(struct arch_esf, stack_ptr) in arch_new_thread()
/Zephyr-latest/include/zephyr/kernel/
Dthread_stack.h88 #define Z_STACK_PTR_TO_FRAME(type, ptr) \ macro
/Zephyr-latest/arch/arm/core/cortex_a_r/
Dthread.c81 iframe = Z_STACK_PTR_TO_FRAME(struct __basic_sf, stack_ptr); in arch_new_thread()
/Zephyr-latest/arch/arm/core/cortex_m/
Dthread.c90 iframe = Z_STACK_PTR_TO_FRAME(struct __basic_sf, stack_ptr); in arch_new_thread()