Home
last modified time | relevance | path

Searched refs:EMULTYPE_VMWARE_GP (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dkvm_host.h1444 * EMULTYPE_VMWARE_GP - Set when emulating an intercepted #GP for VMware
1457 #define EMULTYPE_VMWARE_GP (1 << 5) macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dkvm_host.h1908 * EMULTYPE_VMWARE_GP - Set when emulating an intercepted #GP for VMware
1944 #define EMULTYPE_VMWARE_GP (1 << 5) macro
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H A Dsvm.c2410 EMULTYPE_VMWARE_GP | EMULTYPE_NO_DECODE); in gp_interception()
4745 EMULTYPE_VMWARE_GP)); in svm_can_emulate_instruction()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dx86.c8550 if (emulation_type & EMULTYPE_VMWARE_GP) { in handle_emulation_failure()
8788 EMULTYPE_TRAP_UD | EMULTYPE_VMWARE_GP | EMULTYPE_PF)) in kvm_vcpu_check_code_breakpoint()
8934 if ((emulation_type & EMULTYPE_VMWARE_GP) && in x86_emulate_instruction()
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H A Dsvm.c1898 return kvm_emulate_instruction(vcpu, EMULTYPE_VMWARE_GP); in gp_interception()
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.c7253 if (emulation_type & EMULTYPE_VMWARE_GP) { in handle_emulation_failure()
7626 if ((emulation_type & EMULTYPE_VMWARE_GP) && in x86_emulate_instruction()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dvmx.c4923 return kvm_emulate_instruction(vcpu, EMULTYPE_VMWARE_GP); in handle_exception_nmi()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dvmx.c5233 return kvm_emulate_instruction(vcpu, EMULTYPE_VMWARE_GP); in handle_exception_nmi()

Completed in 66 milliseconds