Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
A Dsegment.h129 #define GDT_ENTRIES 32 macro
204 #define GDT_ENTRIES 16 macro
228 #define GDT_SIZE (GDT_ENTRIES*8)
A Ddesc.h45 struct desc_struct gdt[GDT_ENTRIES];
/linux-6.3-rc2/arch/x86/xen/
A Dsmp_pv.c294 ctxt->gdt_ents = GDT_ENTRIES; in cpu_initialize_context()
/linux-6.3-rc2/arch/x86/kernel/
A Dhead_64.S660 SYM_DATA(early_gdt_descr, .word GDT_ENTRIES*8-1)
A Dhead64.c72 static struct desc_struct startup_gdt[GDT_ENTRIES] = {
A Dprocess_64.c394 if (unlikely(idx >= GDT_ENTRIES)) in x86_fsgsbase_read_task()
/linux-6.3-rc2/arch/x86/events/
A Dcore.c2811 if (idx >= GDT_ENTRIES) in get_segment_base()

Completed in 14 milliseconds