Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/include/asm/
Dsegment.h112 #define GDT_ENTRIES 32 macro
183 #define GDT_ENTRIES 16 macro
208 #define GDT_SIZE (GDT_ENTRIES * 8)
Dlguest.h69 struct desc_struct guest_gdt[GDT_ENTRIES];
74 struct desc_struct gdt[GDT_ENTRIES];
Ddesc.h37 struct desc_struct gdt[GDT_ENTRIES];
/linux-2.6.39/drivers/lguest/
Dsegments.c167 for (i = 0; i < GDT_ENTRIES; i++) in copy_gdt()
/linux-2.6.39/arch/x86/kernel/
Dhead_64.S405 .word GDT_ENTRIES*8-1
Dhead_32.S720 .word GDT_ENTRIES*8-1
/linux-2.6.39/arch/x86/xen/
Dsmp.c287 ctxt->gdt_ents = GDT_ENTRIES; in cpu_initialize_context()