Home
last modified time | relevance | path

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

/Zephyr-latest/arch/mips/core/
Dthread.c13 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/
Dthread.c126 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/
Dthread_entry.c35 FUNC_NORETURN void z_thread_entry(k_thread_entry_t entry, in z_thread_entry() function
/Zephyr-latest/arch/arc/core/
Dthread_entry_wrapper.S36 j z_thread_entry
/Zephyr-latest/arch/xtensa/core/
Dthread.c90 frame->bsa.pc = (uintptr_t)z_thread_entry; in init_stack()
93 frame->bsa.pc = (uintptr_t)z_thread_entry; in init_stack()
Duserspace.S334 movi a0, z_thread_entry
/Zephyr-latest/arch/riscv/core/
Dthread.c90 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/
Dthread.c48 switch_entry = z_thread_entry; in arch_new_thread()
Duserspace.S269 call z_thread_entry
/Zephyr-latest/arch/x86/core/ia32/
Dthread.c92 swap_entry = z_thread_entry; in arch_new_thread()
Duserspace.S352 push $z_thread_entry /* EIP */
/Zephyr-latest/arch/posix/core/
Dthread.c96 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/
Dthread.c86 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/
Duserspace.c121 initial_entry = z_thread_entry; in z_x86_userspace_prepare_thread()
/Zephyr-latest/kernel/include/
Dkernel_internal.h70 extern FUNC_NORETURN void z_thread_entry(k_thread_entry_t entry,
/Zephyr-latest/arch/arm/core/cortex_m/
Dthread.c93 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/
Dswitch.S157 call z_thread_entry
/Zephyr-latest/arch/nios2/core/
Dswap.S166 call z_thread_entry
/Zephyr-latest/arch/arm/core/
Duserspace.S295 ldr r0, =z_thread_entry
300 ldr ip, =z_thread_entry
/Zephyr-latest/doc/services/llext/
Ddebug.rst225 …#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/
Dthread.c797 z_thread_entry(entry, p1, p2, p3); in k_thread_user_mode_enter()