Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Dvm_machdep.c147 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()
H A Dptrace_machdep.c80 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()
H A Dgdb_machdep.c79 case 15: return (&kdb_thrctx->pcb_gs); in gdb_cpu_getreg()
H A Dexec_machdep.c955 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()
H A Dgenassym.c115 ASSYM(PCB_GS, offsetof(struct pcb, pcb_gs));
H A Dtrap.c537 curpcb->pcb_gs = 0; in trap()
H A Dmachdep.c1844 pcb->pcb_gs = rgs(); in makectx()
/freebsd/sys/i386/include/
H A Dpcb.h62 int pcb_gs; member
/freebsd/sys/cddl/dev/dtrace/i386/
H A Ddtrace_isa.c543 return (pcb->pcb_gs); in dtrace_getreg()
/freebsd/sys/i386/linux/
H A Dlinux_sysvec.c573 pcb->pcb_gs = 0; in linux_exec_setregs()