GDT_ENTRIES       259 arch/x86/lguest/boot.c 	BUG_ON((desc->size+1)/8 != GDT_ENTRIES);
GDT_ENTRIES       260 arch/x86/lguest/boot.c 	hcall(LHCALL_LOAD_GDT, __pa(desc->address), GDT_ENTRIES, 0);
GDT_ENTRIES       270 arch/x86/lguest/boot.c 	hcall(LHCALL_LOAD_GDT, __pa(dt), GDT_ENTRIES, 0);
GDT_ENTRIES       253 arch/x86/xen/smp.c 	ctxt->gdt_ents      = GDT_ENTRIES;
GDT_ENTRIES        38 include/asm-x86/desc.h 	struct desc_struct gdt[GDT_ENTRIES];
GDT_ENTRIES        65 include/asm-x86/lguest.h 	struct desc_struct guest_gdt[GDT_ENTRIES];
GDT_ENTRIES        70 include/asm-x86/lguest.h 	struct desc_struct gdt[GDT_ENTRIES];
GDT_ENTRIES       199 include/asm-x86/segment.h #define GDT_SIZE (GDT_ENTRIES * 8)