Home
last modified time | relevance | path

Searched refs:GUGS_SEL (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/x86/include/
HDsegments.h227 #define GUGS_SEL 3 /* User %gs Descriptor (order critical: 2) */ macro
/NextBSD/sys/i386/i386/
HDptrace_machdep.c197 td->td_pcb->pcb_gs = GSEL(GUGS_SEL, SEL_UPL); in cpu_ptrace()
HDvm_machdep.c598 load_gs(GSEL(GUGS_SEL, SEL_UPL)); in cpu_set_user_tls()
HDsys_machdep.c240 load_gs(GSEL(GUGS_SEL, SEL_UPL));
HDmachdep.c2483 gdt_segs[GUGS_SEL].ssd_limit = atop(0 - 1);
/NextBSD/sys/i386/linux/
HDlinux_machdep.c322 td->td_pcb->pcb_gs = GSEL(GUGS_SEL, SEL_UPL); in linux_set_cloned_tls()
903 load_gs(GSEL(GUGS_SEL, SEL_UPL)); in linux_set_thread_area()