Home
last modified time | relevance | path

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

/Zephyr-latest/arch/arm64/core/
Dthread.c90 struct arch_esf *pInitCtx; in arch_new_thread() local
105 pInitCtx = Z_STACK_PTR_TO_FRAME(struct arch_esf, stack_ptr); in arch_new_thread()
107 pInitCtx->x0 = (uint64_t)entry; in arch_new_thread()
108 pInitCtx->x1 = (uint64_t)p1; in arch_new_thread()
109 pInitCtx->x2 = (uint64_t)p2; in arch_new_thread()
110 pInitCtx->x3 = (uint64_t)p3; in arch_new_thread()
124 pInitCtx->elr = (uint64_t)arch_user_mode_enter; in arch_new_thread()
126 pInitCtx->elr = (uint64_t)z_thread_entry; in arch_new_thread()
130 pInitCtx->elr = (uint64_t)z_thread_entry; in arch_new_thread()
134 pInitCtx->spsr = SPSR_MODE_EL1H | DAIF_FIQ_BIT; in arch_new_thread()
[all …]