get_cpu_gdt_table  608 arch/x86/kernel/apm_32.c 	gdt = get_cpu_gdt_table(cpu);
get_cpu_gdt_table  651 arch/x86/kernel/apm_32.c 	gdt = get_cpu_gdt_table(cpu);
get_cpu_gdt_table 2311 arch/x86/kernel/apm_32.c 	gdt = get_cpu_gdt_table(0);
get_cpu_gdt_table  229 arch/x86/kernel/cpu/common.c 	gdt_descr.address = (long)get_cpu_gdt_table(smp_processor_id());
get_cpu_gdt_table   80 arch/x86/kernel/efi_32.c 	gdt_descr.address = __pa(get_cpu_gdt_table(0));
get_cpu_gdt_table   90 arch/x86/kernel/efi_32.c 	gdt_descr.address = (unsigned long)get_cpu_gdt_table(0);
get_cpu_gdt_table  869 arch/x86/kernel/smpboot.c 	early_gdt_descr.address = (unsigned long)get_cpu_gdt_table(cpu);
get_cpu_gdt_table   24 arch/x86/kernel/smpcommon.c 	write_gdt_entry(get_cpu_gdt_table(cpu),
get_cpu_gdt_table  832 arch/x86/kernel/traps.c 	struct desc_struct *gdt = get_cpu_gdt_table(smp_processor_id());
get_cpu_gdt_table  198 arch/x86/kernel/vmi_32.c 	struct desc_struct *gdt = get_cpu_gdt_table(cpu);
get_cpu_gdt_table  212 arch/x86/kernel/vmi_32.c 	write_gdt_entry(get_cpu_gdt_table(cpu), GDT_ENTRY_LDT, &desc, DESC_LDT);
get_cpu_gdt_table  543 arch/x86/kernel/vmi_32.c 	ap.gdtr_base = (unsigned long) get_cpu_gdt_table(phys_apicid);
get_cpu_gdt_table  268 arch/x86/kernel/vsyscall_64.c 	write_gdt_entry(get_cpu_gdt_table(cpu), GDT_ENTRY_PER_CPU, &d, DESCTYPE_S);
get_cpu_gdt_table  534 arch/x86/mach-voyager/voyager_smp.c 	early_gdt_descr.address = (unsigned long)get_cpu_gdt_table(cpu);
get_cpu_gdt_table  155 arch/x86/power/cpu_64.c 	get_cpu_gdt_table(cpu)[GDT_ENTRY_TSS].type = 9;
get_cpu_gdt_table  349 arch/x86/xen/enlighten.c 	struct desc_struct *gdt = get_cpu_gdt_table(cpu);
get_cpu_gdt_table  231 arch/x86/xen/smp.c 	gdt = get_cpu_gdt_table(cpu);
get_cpu_gdt_table  178 include/asm-x86/desc.h 	struct desc_struct *d = get_cpu_gdt_table(cpu);
get_cpu_gdt_table  206 include/asm-x86/desc.h 		write_gdt_entry(get_cpu_gdt_table(cpu), GDT_ENTRY_LDT,
get_cpu_gdt_table  247 include/asm-x86/desc.h 	struct desc_struct *gdt = get_cpu_gdt_table(cpu);