Searched refs:GDT_ENTRIES (Results 1 – 8 of 8) sorted by relevance
114 #define GDT_ENTRIES 32 macro193 #define GDT_ENTRIES 16 macro229 #define GDT_SIZE (GDT_ENTRIES*8)
59 struct desc_struct guest_gdt[GDT_ENTRIES];64 struct desc_struct gdt[GDT_ENTRIES];
43 struct desc_struct gdt[GDT_ENTRIES];
173 for (i = 0; i < GDT_ENTRIES; i++) in copy_gdt()
519 .word GDT_ENTRIES*8-1
759 .word GDT_ENTRIES*8-1
425 ctxt->gdt_ents = GDT_ENTRIES; in cpu_initialize_context()
2238 if (idx > GDT_ENTRIES) in get_segment_base()