Home
last modified time | relevance | path

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

/mirbsd/src/sys/arch/i386/i386/
Dgdt.c56 int gdt_free = GNULL_SEL; /* next free slot; terminated with GNULL_SEL */
147 if (gdt_free != GNULL_SEL) { in gdt_get_slot()
Dapm.c931 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];
Dvm_machdep.c112 pcb->pcb_tss_sel = GSEL(GNULL_SEL, SEL_KPL);
/mirbsd/src/sys/arch/i386/include/
Dsegments.h212 #define GNULL_SEL 0 /* Null descriptor */ macro