Home
last modified time | relevance | path

Searched refs:init_stack_frame (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/arch/nios2/core/
Dthread.c16 struct init_stack_frame { struct
35 struct init_stack_frame *iframe; in arch_new_thread() argument
38 iframe = Z_STACK_PTR_TO_FRAME(struct init_stack_frame, stack_ptr); in arch_new_thread()
/Zephyr-latest/arch/sparc/core/
Dthread.c21 struct init_stack_frame { struct
35 struct init_stack_frame *iframe; in arch_new_thread() argument
38 iframe = Z_STACK_PTR_TO_FRAME(struct init_stack_frame, stack_ptr); in arch_new_thread()
/Zephyr-latest/arch/arc/core/
Dthread.c32 struct init_stack_frame { struct
46 struct init_stack_frame iframe; argument
97 static struct init_stack_frame *get_iframe(struct k_thread *thread, in get_iframe()
116 return Z_STACK_PTR_TO_FRAME(struct init_stack_frame, stack_ptr); in get_iframe()
157 struct init_stack_frame *iframe; in arch_new_thread()