Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dsegment.h129 #define GDT_ENTRIES 32 macro
204 #define GDT_ENTRIES 16 macro
228 #define GDT_SIZE (GDT_ENTRIES*8)
H A Ddesc.h45 struct desc_struct gdt[GDT_ENTRIES];
/linux/arch/x86/xen/
H A Dsmp_pv.c265 ctxt->gdt_ents = GDT_ENTRIES; in cpu_initialize_context()
/linux/arch/x86/kernel/
H A Dprocess_64.c419 if (unlikely(idx >= GDT_ENTRIES)) in x86_fsgsbase_read_task()
/linux/arch/x86/events/
H A Dcore.c2811 if (idx >= GDT_ENTRIES) in get_segment_base()