Searched refs:iframe (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/arch/nios2/core/ |
D | thread.c | 35 struct init_stack_frame *iframe; in arch_new_thread() local 38 iframe = Z_STACK_PTR_TO_FRAME(struct init_stack_frame, stack_ptr); in arch_new_thread() 41 iframe->entry_point = entry; in arch_new_thread() 42 iframe->arg1 = arg1; in arch_new_thread() 43 iframe->arg2 = arg2; in arch_new_thread() 44 iframe->arg3 = arg3; in arch_new_thread() 46 thread->callee_saved.sp = (uint32_t)iframe; in arch_new_thread()
|
/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | thread.c | 56 struct __basic_sf *iframe; in arch_new_thread() local 81 iframe = Z_STACK_PTR_TO_FRAME(struct __basic_sf, stack_ptr); in arch_new_thread() 84 iframe->pc = (uint32_t)arch_user_mode_enter; in arch_new_thread() 86 iframe->pc = (uint32_t)z_thread_entry; in arch_new_thread() 89 iframe->pc = (uint32_t)z_thread_entry; in arch_new_thread() 92 iframe->a1 = (uint32_t)entry; in arch_new_thread() 93 iframe->a2 = (uint32_t)p1; in arch_new_thread() 94 iframe->a3 = (uint32_t)p2; in arch_new_thread() 95 iframe->a4 = (uint32_t)p3; in arch_new_thread() 97 iframe->xpsr = A_BIT | MODE_SYS; in arch_new_thread() [all …]
|
/Zephyr-latest/arch/arc/core/ |
D | thread.c | 46 struct init_stack_frame iframe; member 113 return &uframe->iframe; in get_iframe() 157 struct init_stack_frame *iframe; in arch_new_thread() local 162 iframe = get_iframe(thread, stack_ptr); in arch_new_thread() 171 iframe->status32 = _ARC_V2_STATUS32_US | _ARC_V2_STATUS32_DZ; in arch_new_thread() 173 iframe->pc = (uint32_t)z_user_thread_entry_wrapper; in arch_new_thread() 175 iframe->pc = (uint32_t)z_thread_entry_wrapper; in arch_new_thread() 178 iframe->status32 = _ARC_V2_STATUS32_DZ; in arch_new_thread() 179 iframe->pc = ((uintptr_t)z_thread_entry_wrapper); in arch_new_thread() 182 iframe->sec_stat = z_arc_v2_aux_reg_read(_ARC_V2_SEC_STAT); in arch_new_thread() [all …]
|
/Zephyr-latest/arch/x86/core/intel64/ |
D | thread.c | 33 struct x86_initial_frame *iframe; in arch_new_thread() local 50 iframe = Z_STACK_PTR_TO_FRAME(struct x86_initial_frame, stack_ptr); in arch_new_thread() 51 iframe->rip = 0U; in arch_new_thread() 52 thread->callee_saved.rsp = (long) iframe; in arch_new_thread()
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | thread.c | 65 struct __basic_sf *iframe; in arch_new_thread() local 90 iframe = Z_STACK_PTR_TO_FRAME(struct __basic_sf, stack_ptr); in arch_new_thread() 93 iframe->pc = (uint32_t)arch_user_mode_enter; in arch_new_thread() 95 iframe->pc = (uint32_t)z_thread_entry; in arch_new_thread() 98 iframe->pc = (uint32_t)z_thread_entry; in arch_new_thread() 102 iframe->pc &= 0xfffffffe; in arch_new_thread() 103 iframe->a1 = (uint32_t)entry; in arch_new_thread() 104 iframe->a2 = (uint32_t)p1; in arch_new_thread() 105 iframe->a3 = (uint32_t)p2; in arch_new_thread() 106 iframe->a4 = (uint32_t)p3; in arch_new_thread() [all …]
|
/Zephyr-latest/arch/sparc/core/ |
D | thread.c | 35 struct init_stack_frame *iframe; in arch_new_thread() local 38 iframe = Z_STACK_PTR_TO_FRAME(struct init_stack_frame, stack_ptr); in arch_new_thread() 45 thread->callee_saved.o6 = (uint32_t) iframe; /* stack pointer */ in arch_new_thread()
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome.css | 671 iframe#MSearchResults { 675 iframe { selector 680 html:not(.light-mode) iframe#MSearchResults { 685 html.dark-mode iframe#MSearchResults { 969 html:not(.light-mode) div.contents div.dyncontent iframe, 970 html:not(.light-mode) div.contents center iframe, 971 html:not(.light-mode) div.contents table iframe, 972 html:not(.light-mode) div.contents .dotgraph iframe { 980 html.dark-mode div.contents div.dyncontent iframe, 981 html.dark-mode div.contents center iframe, [all …]
|