Searched refs:get_pcb_td (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/x86/include/
H A Dx86_var.h152 struct pcb *get_pcb_td(struct thread *td);
/freebsd-11-stable/sys/i386/i386/
H A Dvm_machdep.c124 get_pcb_td(struct thread *td) function
191 pcb2 = get_pcb_td(td2);
373 td->td_pcb = pcb = get_pcb_td(td);
H A Dmachdep.c2741 thread0.td_pcb = get_pcb_td(&thread0);
/freebsd-11-stable/sys/amd64/amd64/
H A Dvm_machdep.c111 get_pcb_td(struct thread *td) function
169 pcb2 = get_pcb_td(td2);
354 td->td_pcb = pcb = get_pcb_td(td);
H A Dmachdep.c1778 thread0.td_pcb = get_pcb_td(&thread0);
1832 thread0.td_pcb = get_pcb_td(&thread0);

Completed in 85 milliseconds