Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dsegments.h229 #define GUGS_SEL 3 /* User %gs Descriptor (order critical: 2) */ macro
/f-stack/freebsd/i386/i386/
H A Dptrace_machdep.c189 td->td_pcb->pcb_gs = GSEL(GUGS_SEL, SEL_UPL); in cpu_ptrace()
H A Dvm_machdep.c547 load_gs(GSEL(GUGS_SEL, SEL_UPL)); in cpu_set_user_tls()
H A Dsys_machdep.c262 load_gs(GSEL(GUGS_SEL, SEL_UPL)); in sysarch()
H A Dmachdep.c2360 gdt_segs[GUGS_SEL].ssd_limit = atop(0 - 1); in init386()
/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()
634 load_gs(GSEL(GUGS_SEL, SEL_UPL)); in linux_set_thread_area()