Home
last modified time | relevance | path

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

/dragonfly/lib/libc/x86_64/gen/
H A Dquickcontext.c93 ucp->uc_mcontext.mc_cs = GSEL(GUCODE_SEL, SEL_UPL); in _makecontext_quick()
H A Dmakecontext.c120 ucp->uc_mcontext.mc_cs = GSEL(GUCODE_SEL, SEL_UPL); in _makecontext()
/dragonfly/lib/libc/x86_64/sys/
H A Dasmcontext.c16 ASSYM(KUCSEL, GSEL(GUCODE_SEL, SEL_UPL));
/dragonfly/sys/cpu/x86_64/include/
H A Dsegments.h241 #define GUCODE_SEL 5 /* User 64 bit Code Descriptor */ macro
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dexception.c58 int _ucodesel = GSEL(GUCODE_SEL, SEL_UPL);
/dragonfly/sys/platform/pc64/x86_64/
H A Dgenassym.c255 ASSYM(KUCSEL, GSEL(GUCODE_SEL, SEL_UPL));
H A Dmachdep.c2906 _ucodesel = GSEL(GUCODE_SEL, SEL_UPL); in hammer_time()