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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dsegment.h110 #define GDT_ENTRIES 32 macro
181 #define GDT_ENTRIES 16 macro
206 #define GDT_SIZE (GDT_ENTRIES * 8)
H A Dlguest.h69 struct desc_struct guest_gdt[GDT_ENTRIES];
74 struct desc_struct gdt[GDT_ENTRIES];
H A Ddesc.h37 struct desc_struct gdt[GDT_ENTRIES];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/lguest/
H A Dsegments.c167 for (i = 0; i < GDT_ENTRIES; i++)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dhead_64.S406 .word GDT_ENTRIES*8-1
H A Dhead_32.S710 .word GDT_ENTRIES*8-1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Dsmp.c261 ctxt->gdt_ents = GDT_ENTRIES;

Completed in 86 milliseconds