Home
last modified time | relevance | path

Searched refs:GDT_ENTRIES (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dsegment.h114 #define GDT_ENTRIES 32 macro
193 #define GDT_ENTRIES 16 macro
229 #define GDT_SIZE (GDT_ENTRIES*8)
Dlguest.h59 struct desc_struct guest_gdt[GDT_ENTRIES];
64 struct desc_struct gdt[GDT_ENTRIES];
Ddesc.h43 struct desc_struct gdt[GDT_ENTRIES];
/linux-4.4.14/drivers/lguest/
Dsegments.c173 for (i = 0; i < GDT_ENTRIES; i++) in copy_gdt()
/linux-4.4.14/arch/x86/kernel/
Dhead_64.S519 .word GDT_ENTRIES*8-1
Dhead_32.S759 .word GDT_ENTRIES*8-1
/linux-4.4.14/arch/x86/xen/
Dsmp.c425 ctxt->gdt_ents = GDT_ENTRIES; in cpu_initialize_context()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event.c2238 if (idx > GDT_ENTRIES) in get_segment_base()