Searched refs:pcb_gs (Results 1 – 10 of 10) sorted by relevance
147 td1->td_pcb->pcb_gs = rgs(); in copy_thread()162 pcb2->pcb_gs = _udatasel; in copy_thread()337 td->td_pcb->pcb_gs = _udatasel; in cpu_exit()541 td->td_pcb->pcb_gs = rgs(); in cpu_update_pcb()
80 td->td_pcb->pcb_gs = GSEL(GUGS_SEL, SEL_UPL); in set_segbases()238 td->td_pcb->pcb_gs = GSEL(GUGS_SEL, SEL_UPL); in cpu_ptrace()
79 case 15: return (&kdb_thrctx->pcb_gs); in gdb_cpu_getreg()
955 pcb->pcb_gs = _udatasel; in exec_setregs()1013 regs->r_gs = pcb->pcb_gs; in fill_regs()1067 pcb->pcb_gs = regs->r_gs; in set_regs()1118 mcp->mc_gs = td->td_pcb->pcb_gs; in get_mcontext()1201 td->td_pcb->pcb_gs = mcp->mc_gs; in set_mcontext()
115 ASSYM(PCB_GS, offsetof(struct pcb, pcb_gs));
537 curpcb->pcb_gs = 0; in trap()
1844 pcb->pcb_gs = rgs(); in makectx()
62 int pcb_gs; member
543 return (pcb->pcb_gs); in dtrace_getreg()
573 pcb->pcb_gs = 0; in linux_exec_setregs()