Home
last modified time | relevance | path

Searched refs:GUCODE_SEL (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/x86/include/
H A Dsegments.h232 #define GUCODE_SEL 6 /* User Code Descriptor (order critical: 3) */ macro
268 #define GUCODE_SEL 8 /* User 64 bit Code Descriptor */ macro
/f-stack/freebsd/amd64/amd64/
H A Dgenassym.c248 ASSYM(KUCSEL, GSEL(GUCODE_SEL, SEL_UPL));
H A Dmachdep.c1912 _ucodesel = GSEL(GUCODE_SEL, SEL_UPL); in hammer_time()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c2357 gdt_segs[GUCODE_SEL].ssd_limit = atop(0 - 1); in init386()
2499 _ucodesel = GSEL(GUCODE_SEL, SEL_UPL); in init386()