Home
last modified time | relevance | path

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

/freebsd/sys/arm64/arm64/
H A Dvm_machdep.c111 td2->td_pcb->pcb_x[PCB_X20] = (uintptr_t)td2; in cpu_fork()
184 td->td_pcb->pcb_x[PCB_X20] = (uintptr_t)td; in cpu_copy_thread()
300 td->td_pcb->pcb_x[PCB_X20] = (uintptr_t)arg; in cpu_fork_kthread_handler()
/freebsd/sys/arm64/include/
H A Dpcb.h45 #define PCB_X20 1 macro