Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/include/
H A Dpcb.h65 int pcb_gs; member
/f-stack/freebsd/i386/i386/
H A Dvm_machdep.c172 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()
H A Dgdb_machdep.c80 case 15: return (&kdb_thrctx->pcb_gs); in gdb_cpu_getreg()
H A Dptrace_machdep.c189 td->td_pcb->pcb_gs = GSEL(GUGS_SEL, SEL_UPL); in cpu_ptrace()
H A Dgenassym.c121 ASSYM(PCB_GS, offsetof(struct pcb, pcb_gs));
H A Dmachdep.c1138 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()
H A Dtrap.c528 curpcb->pcb_gs = 0; in trap()
/f-stack/freebsd/i386/linux/
H A Dlinux_machdep.c310 td->td_pcb->pcb_gs = GSEL(GUGS_SEL, SEL_UPL); in linux_set_cloned_tls()
H A Dlinux_sysvec.c816 pcb->pcb_gs = 0; in linux_exec_setregs()