Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/arm64/
H A Dvm_machdep.c105 td2->td_pcb->pcb_x[8] = (uintptr_t)fork_return; in cpu_fork()
106 td2->td_pcb->pcb_x[9] = (uintptr_t)td2; in cpu_fork()
177 td->td_pcb->pcb_x[8] = (uintptr_t)fork_return; in cpu_copy_thread()
178 td->td_pcb->pcb_x[9] = (uintptr_t)td; in cpu_copy_thread()
270 td->td_pcb->pcb_x[8] = (uintptr_t)func; in cpu_fork_kthread_handler()
271 td->td_pcb->pcb_x[9] = (uintptr_t)arg; in cpu_fork_kthread_handler()
H A Dgdb_machdep.c65 return (&kdb_thrctx->pcb_x[regnum]); in gdb_cpu_getreg()
95 kdb_thrctx->pcb_x[regnum] = regval; in gdb_cpu_setreg()
H A Dstack_machdep.c73 frame.fp = td->td_pcb->pcb_x[29]; in stack_save_td()
H A Ddb_trace.c111 frame.fp = (uintptr_t)ctx->pcb_x[29]; in db_trace_thread()
H A Dgenassym.c62 ASSYM(PCB_REGS, offsetof(struct pcb, pcb_x));
H A Dmachdep.c810 for (i = 0; i < nitems(pcb->pcb_x); i++) in makectx()
811 pcb->pcb_x[i] = tf->tf_x[i]; in makectx()
/f-stack/freebsd/arm64/include/
H A Dpcb.h40 uint64_t pcb_x[30]; member