Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/
Dsegment.h129 #define GDT_ENTRIES 32 macro
204 #define GDT_ENTRIES 16 macro
228 #define GDT_SIZE (GDT_ENTRIES*8)
Ddesc.h45 struct desc_struct gdt[GDT_ENTRIES];
/linux-6.6.21/arch/x86/xen/
Dsmp_pv.c293 ctxt->gdt_ents = GDT_ENTRIES; in cpu_initialize_context()
/linux-6.6.21/arch/x86/kernel/
Dhead64.c72 static struct desc_struct startup_gdt[GDT_ENTRIES] = {
Dprocess_64.c395 if (unlikely(idx >= GDT_ENTRIES)) in x86_fsgsbase_read_task()
/linux-6.6.21/arch/x86/events/
Dcore.c2806 if (idx >= GDT_ENTRIES) in get_segment_base()