get_gdt           201 arch/x86/include/asm/kvm_emulate.h 	void (*get_gdt)(struct x86_emulate_ctxt *ctxt, struct desc_ptr *dt);
get_gdt          1053 arch/x86/include/asm/kvm_host.h 	void (*get_gdt)(struct kvm_vcpu *vcpu, struct desc_ptr *dt);
get_gdt          1578 arch/x86/kvm/emulate.c 		ops->get_gdt(ctxt, dt);
get_gdt          3870 arch/x86/kvm/emulate.c 	return emulate_store_desc_ptr(ctxt, ctxt->ops->get_gdt);
get_gdt          7281 arch/x86/kvm/svm.c 	.get_gdt = svm_get_gdt,
get_gdt          7826 arch/x86/kvm/vmx/vmx.c 	.get_gdt = vmx_get_gdt,
get_gdt          6095 arch/x86/kvm/x86.c 	kvm_x86_ops->get_gdt(emul_to_vcpu(ctxt), dt);
get_gdt          6298 arch/x86/kvm/x86.c 	.get_gdt             = emulator_get_gdt,
get_gdt          7783 arch/x86/kvm/x86.c 	kvm_x86_ops->get_gdt(vcpu, &dt);
get_gdt          7847 arch/x86/kvm/x86.c 	kvm_x86_ops->get_gdt(vcpu, &dt);
get_gdt          8739 arch/x86/kvm/x86.c 	kvm_x86_ops->get_gdt(vcpu, &dt);