Home
last modified time | relevance | path

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

/trueos/sys/x86/include/
HDsegments.h235 #define GUDATA_SEL 7 /* User Data Descriptor (order critical: 4) */ macro
278 #define GUDATA_SEL 7 /* User 32/64 bit Data Descriptor */ macro
/trueos/sys/amd64/amd64/
HDgenassym.c239 ASSYM(KUDSEL, GSEL(GUDATA_SEL, SEL_UPL));
HDmachdep.c2028 _udatasel = GSEL(GUDATA_SEL, SEL_UPL); in hammer_time()
/trueos/sys/i386/i386/
HDmachdep.c2942 gdt_segs[GUDATA_SEL].ssd_limit = atop(HYPERVISOR_VIRT_START + MTOPSIZE);
3123 _udatasel = GSEL(GUDATA_SEL, SEL_UPL);
3193 gdt_segs[GUDATA_SEL].ssd_limit = atop(0 - 1);
3447 _udatasel = GSEL(GUDATA_SEL, SEL_UPL);
/trueos/sys/amd64/linux32/
HDlinux32_machdep.c991 case GUDATA_SEL: in linux_set_thread_area()