Searched refs:md_pcb (Results 1 – 4 of 4) sorted by relevance
62 #define curpcb (&curthread->td_md.md_pcb)
77 struct pcb md_pcb; member
106 return (&td->td_md.md_pcb); in get_pcb_td()114 td = __containerof(pcb, struct thread, td_md.md_pcb); in get_pcb_user_save_pcb()
86 ASSYM(TD_MD_PCB, offsetof(struct thread, td_md.md_pcb));