Searched refs:GDT_ENTRIES (Results 1 – 8 of 8) sorted by relevance
128 #define GDT_ENTRIES 32 macro206 #define GDT_ENTRIES 16 macro231 #define GDT_SIZE (GDT_ENTRIES*8)
44 struct desc_struct gdt[GDT_ENTRIES];
321 ctxt->gdt_ents = GDT_ENTRIES; in cpu_initialize_context()
588 SYM_DATA(early_gdt_descr, .word GDT_ENTRIES*8-1)
72 static struct desc_struct startup_gdt[GDT_ENTRIES] = {
583 .word GDT_ENTRIES*8-1
370 if (unlikely(idx >= GDT_ENTRIES)) in x86_fsgsbase_read_task()
2597 if (idx >= GDT_ENTRIES) in get_segment_base()