Searched refs:pcb_gs (Results 1 – 9 of 9) sorted by relevance
65 int pcb_gs; member
172 td1->td_pcb->pcb_gs = rgs(); in cpu_fork()297 td->td_pcb->pcb_gs = _udatasel; in cpu_exit()466 pcb2->pcb_gs = rgs(); in cpu_copy_thread()
80 case 15: return (&kdb_thrctx->pcb_gs); in gdb_cpu_getreg()
189 td->td_pcb->pcb_gs = GSEL(GUGS_SEL, SEL_UPL); in cpu_ptrace()
121 ASSYM(PCB_GS, offsetof(struct pcb, pcb_gs));
1138 pcb->pcb_gs = _udatasel; in exec_setregs()2757 pcb->pcb_gs = rgs(); in makectx()2798 regs->r_gs = pcb->pcb_gs; in fill_regs()2852 pcb->pcb_gs = regs->r_gs; in set_regs()2903 mcp->mc_gs = td->td_pcb->pcb_gs; in get_mcontext()2986 td->td_pcb->pcb_gs = mcp->mc_gs; in set_mcontext()
528 curpcb->pcb_gs = 0; in trap()
310 td->td_pcb->pcb_gs = GSEL(GUGS_SEL, SEL_UPL); in linux_set_cloned_tls()
816 pcb->pcb_gs = 0; in linux_exec_setregs()