Home
last modified time | relevance | path

Searched refs:EMULTYPE_VMWARE_GP (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dkvm_host.h1452 #define EMULTYPE_VMWARE_GP (1 << 5) macro
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
Dsvm.c1900 return kvm_emulate_instruction(vcpu, EMULTYPE_VMWARE_GP); in gp_interception()
/kernel/linux/linux-5.10/arch/x86/kvm/
Dx86.c7094 if (emulation_type & EMULTYPE_VMWARE_GP) { in handle_emulation_failure()
7458 if ((emulation_type & EMULTYPE_VMWARE_GP) && in x86_emulate_instruction()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dvmx.c4888 return kvm_emulate_instruction(vcpu, EMULTYPE_VMWARE_GP); in handle_exception_nmi()