Searched refs:sf_tpidrurw (Results 1 – 3 of 3) sorted by relevance
139 pcb2->pcb_regs.sf_tpidrurw = (register_t)get_tls(); in cpu_fork()244 td->td_pcb->pcb_regs.sf_tpidrurw = (register_t)tls_base; in cpu_set_user_tls()
80 ASSYM(PCB_TPIDRURW, offsetof(struct pcb, pcb_regs.sf_tpidrurw));
121 register_t sf_tpidrurw; member