Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dsegment.h128 #define GDT_ENTRIES 32 macro
206 #define GDT_ENTRIES 16 macro
231 #define GDT_SIZE (GDT_ENTRIES*8)
H A Ddesc.h44 struct desc_struct gdt[GDT_ENTRIES];
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Dsmp_pv.c304 ctxt->gdt_ents = GDT_ENTRIES; in cpu_initialize_context()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dhead_64.S588 SYM_DATA(early_gdt_descr, .word GDT_ENTRIES*8-1)
H A Dhead64.c72 static struct desc_struct startup_gdt[GDT_ENTRIES] = {
H A Dhead_32.S584 .word GDT_ENTRIES*8-1
H A Dprocess_64.c370 if (unlikely(idx >= GDT_ENTRIES)) in x86_fsgsbase_read_task()
/OK3568_Linux_fs/kernel/arch/x86/events/
H A Dcore.c2597 if (idx >= GDT_ENTRIES) in get_segment_base()