Searched refs:z_thread_entry (Results 1 – 21 of 21) sorted by relevance
| /Zephyr-latest/arch/mips/core/ |
| D | thread.c | 13 void z_thread_entry(k_thread_entry_t thread, 38 stack_init->epc = (unsigned long)z_thread_entry; in arch_new_thread()
|
| /Zephyr-latest/arch/arm64/core/ |
| D | thread.c | 126 pInitCtx->elr = (uint64_t)z_thread_entry; in arch_new_thread() 130 pInitCtx->elr = (uint64_t)z_thread_entry; in arch_new_thread() 193 [elr] "r" (z_thread_entry), in arch_user_mode_enter()
|
| /Zephyr-latest/lib/os/ |
| D | thread_entry.c | 35 FUNC_NORETURN void z_thread_entry(k_thread_entry_t entry, in z_thread_entry() function
|
| /Zephyr-latest/arch/arc/core/ |
| D | thread_entry_wrapper.S | 36 j z_thread_entry
|
| /Zephyr-latest/arch/xtensa/core/ |
| D | thread.c | 90 frame->bsa.pc = (uintptr_t)z_thread_entry; in init_stack() 93 frame->bsa.pc = (uintptr_t)z_thread_entry; in init_stack()
|
| D | userspace.S | 334 movi a0, z_thread_entry
|
| /Zephyr-latest/arch/riscv/core/ |
| D | thread.c | 90 stack_init->mepc = (unsigned long)z_thread_entry; in arch_new_thread() 177 csr_write(mepc, z_thread_entry); in arch_user_mode_enter()
|
| /Zephyr-latest/arch/x86/core/intel64/ |
| D | thread.c | 48 switch_entry = z_thread_entry; in arch_new_thread()
|
| D | userspace.S | 269 call z_thread_entry
|
| /Zephyr-latest/arch/x86/core/ia32/ |
| D | thread.c | 92 swap_entry = z_thread_entry; in arch_new_thread()
|
| D | userspace.S | 352 push $z_thread_entry /* EIP */
|
| /Zephyr-latest/arch/posix/core/ |
| D | thread.c | 96 z_thread_entry(ptr->entry_point, ptr->arg1, ptr->arg2, ptr->arg3); in posix_arch_thread_entry()
|
| /Zephyr-latest/arch/arm/core/cortex_a_r/ |
| D | thread.c | 86 iframe->pc = (uint32_t)z_thread_entry; in arch_new_thread() 89 iframe->pc = (uint32_t)z_thread_entry; in arch_new_thread()
|
| /Zephyr-latest/arch/x86/core/ |
| D | userspace.c | 121 initial_entry = z_thread_entry; in z_x86_userspace_prepare_thread()
|
| /Zephyr-latest/kernel/include/ |
| D | kernel_internal.h | 70 extern FUNC_NORETURN void z_thread_entry(k_thread_entry_t entry,
|
| /Zephyr-latest/arch/arm/core/cortex_m/ |
| D | thread.c | 93 iframe->pc = (uint32_t)z_thread_entry; in arch_new_thread() 96 iframe->pc = (uint32_t)z_thread_entry; in arch_new_thread()
|
| /Zephyr-latest/arch/sparc/core/ |
| D | switch.S | 157 call z_thread_entry
|
| /Zephyr-latest/arch/nios2/core/ |
| D | swap.S | 166 call z_thread_entry
|
| /Zephyr-latest/arch/arm/core/ |
| D | userspace.S | 295 ldr r0, =z_thread_entry 300 ldr ip, =z_thread_entry
|
| /Zephyr-latest/doc/services/llext/ |
| D | debug.rst | 225 …#5 0x00000e96 in z_thread_entry (entry=0x1a05 <test_cb>, p1=0x92bc <z_ztest_test_node_llext>, p2=… 353 …#5 0x00000e96 in z_thread_entry (entry=0x1a05 <test_cb>, p1=0x92bc <z_ztest_test_node_llext>, p2=…
|
| /Zephyr-latest/kernel/ |
| D | thread.c | 797 z_thread_entry(entry, p1, p2, p3); in k_thread_user_mode_enter()
|