Home
last modified time | relevance | path

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

/Zephyr-latest/arch/x86/core/ia32/
Dthread.c80 struct _x86_initial_frame *initial_frame; in arch_new_thread() local
96 initial_frame = Z_STACK_PTR_TO_FRAME(struct _x86_initial_frame, in arch_new_thread()
100 initial_frame->entry = entry; in arch_new_thread()
101 initial_frame->p1 = p1; in arch_new_thread()
102 initial_frame->p2 = p2; in arch_new_thread()
103 initial_frame->p3 = p3; in arch_new_thread()
104 initial_frame->eflags = EFLAGS_INITIAL; in arch_new_thread()
106 initial_frame->edi = (uint32_t)swap_entry; in arch_new_thread()
107 initial_frame->thread_entry = z_x86_thread_entry_wrapper; in arch_new_thread()
109 initial_frame->thread_entry = swap_entry; in arch_new_thread()
[all …]