store_gdt          78 arch/x86/kernel/acpi/sleep.c 	store_gdt((struct desc_ptr *)&header->pmode_gdt);
store_gdt          23 arch/x86/kernel/doublefault_32.c 	store_gdt(&gdt_desc);
store_gdt         331 arch/x86/kernel/paravirt.c 	.store_gdt = native_store_gdt,
store_gdt         813 arch/x86/kernel/vmi_32.c 	para_fill(pv_cpu_ops.store_gdt, GetGDT);
store_gdt          31 arch/x86/power/cpu_32.c 	store_gdt(&ctxt->gdt);
store_gdt          45 arch/x86/power/cpu_64.c 	store_gdt((struct desc_ptr *)&ctxt->gdt_limit);
store_gdt        1242 arch/x86/xen/enlighten.c 	.store_gdt = native_store_gdt,
store_gdt         113 include/asm-x86/paravirt.h 	void (*store_gdt)(struct desc_ptr *);
store_gdt         865 include/asm-x86/paravirt.h 	PVOP_VCALL1(pv_cpu_ops.store_gdt, dtr);