Home
last modified time | relevance | path

Searched refs:GPRIV_SEL (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/i386/i386/
H A Dgdb_machdep.c51 static uint32_t _kprivsel = GSEL(GPRIV_SEL, SEL_KPL); in gdb_cpu_getreg()
H A Dgenassym.c219 ASSYM(KPSEL, GSEL(GPRIV_SEL, SEL_KPL));
H A Dmachdep.c1447 gdt_segs[GPRIV_SEL].ssd_limit = atop(0 - 1); in init386()
1448 gdt_segs[GPRIV_SEL].ssd_base = (int)pc; in init386()
1669 dblfault_tss->tss_fs = GSEL(GPRIV_SEL, SEL_KPL); in machdep_init_trampoline()
H A Dmp_machdep.c299 gdt_segs[GPRIV_SEL].ssd_base = (int)pc; in init_secondary()
/freebsd/sys/x86/include/
H A Dsegments.h224 #define GPRIV_SEL 1 /* SMP Per-Processor Private Data */ macro