Searched refs:md_pcb (Results 1 – 4 of 4) sorted by relevance
65 #define curpcb (&curthread->td_md.md_pcb)
76 struct pcb md_pcb; member
112 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()
90 ASSYM(TD_MD_PCB, offsetof(struct thread, td_md.md_pcb));