Searched refs:pcb_gs (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/i386/include/
H A Dpcb.h63 int pcb_gs; member in struct:pcb
/freebsd-11-stable/sys/i386/i386/
H A Dgdb_machdep.c78 case 15: return (&kdb_thrctx->pcb_gs);
H A Dvm_machdep.c184 td1->td_pcb->pcb_gs = rgs();
251 * pcb2->pcb_gs: cloned above.
311 * If this process has a custom LDT, release it. Reset pc->pcb_gs
316 td->td_pcb->pcb_gs = _udatasel;
471 pcb2->pcb_gs = rgs();
479 * pcb2->pcb_gs: cloned above.
H A Dptrace_machdep.c187 td->td_pcb->pcb_gs = GSEL(GUGS_SEL, SEL_UPL);
H A Dgenassym.c135 ASSYM(PCB_GS, offsetof(struct pcb, pcb_gs));
H A Dtrap.c573 curpcb->pcb_gs = 0;
H A Dmachdep.c1137 /* Reset pc->pcb_gs and %gs before possibly invalidating it. */
1138 pcb->pcb_gs = _udatasel;
2922 pcb->pcb_gs = rgs();
2962 regs->r_gs = pcb->pcb_gs;
3016 pcb->pcb_gs = regs->r_gs;
3067 mcp->mc_gs = td->td_pcb->pcb_gs;
3150 td->td_pcb->pcb_gs = mcp->mc_gs;
/freebsd-11-stable/sys/cddl/dev/dtrace/i386/
H A Ddtrace_isa.c548 return (pcb->pcb_gs);
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_machdep.c326 td->td_pcb->pcb_gs = GSEL(GUGS_SEL, SEL_UPL);
H A Dlinux_sysvec.c815 pcb->pcb_gs = 0;

Completed in 196 milliseconds