Searched refs:GNULL_SEL (Results 1 – 4 of 4) sorted by relevance
56 int gdt_free = GNULL_SEL; /* next free slot; terminated with GNULL_SEL */147 if (gdt_free != GNULL_SEL) { in gdt_get_slot()
931 dynamic_gdt[GAPM32CODE_SEL] = dynamic_gdt[GNULL_SEL];932 dynamic_gdt[GAPM16CODE_SEL] = dynamic_gdt[GNULL_SEL];933 dynamic_gdt[GAPMDATA_SEL] = dynamic_gdt[GNULL_SEL];
112 pcb->pcb_tss_sel = GSEL(GNULL_SEL, SEL_KPL);
212 #define GNULL_SEL 0 /* Null descriptor */ macro