Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/include/
H A Dpcpu_aux.h65 #define curpcb (&curthread->td_md.md_pcb)
H A Dproc.h76 struct pcb md_pcb; member
/f-stack/freebsd/amd64/amd64/
H A Dvm_machdep.c112 return (&td->td_md.md_pcb); in get_pcb_td()
120 td = __containerof(pcb, struct thread, td_md.md_pcb); in get_pcb_user_save_pcb()
H A Dgenassym.c90 ASSYM(TD_MD_PCB, offsetof(struct thread, td_md.md_pcb));