Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dsegment.h116 #define GDT_ENTRIES 32 macro
195 #define GDT_ENTRIES 16 macro
224 #define GDT_SIZE (GDT_ENTRIES*8)
Ddesc.h49 struct desc_struct gdt[GDT_ENTRIES];
/Linux-v4.19/arch/x86/kernel/
Dhead_64.S470 .word GDT_ENTRIES*8-1
Dhead_32.S612 .word GDT_ENTRIES*8-1
/Linux-v4.19/arch/x86/xen/
Dsmp_pv.c328 ctxt->gdt_ents = GDT_ENTRIES; in cpu_initialize_context()
/Linux-v4.19/arch/x86/events/
Dcore.c2389 if (idx >= GDT_ENTRIES) in get_segment_base()