Searched refs:GDT_ENTRIES (Results 1 – 6 of 6) sorted by relevance
116 #define GDT_ENTRIES 32 macro195 #define GDT_ENTRIES 16 macro224 #define GDT_SIZE (GDT_ENTRIES*8)
49 struct desc_struct gdt[GDT_ENTRIES];
470 .word GDT_ENTRIES*8-1
612 .word GDT_ENTRIES*8-1
328 ctxt->gdt_ents = GDT_ENTRIES; in cpu_initialize_context()
2389 if (idx >= GDT_ENTRIES) in get_segment_base()