Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dkvm_host.h2051 #define EMULTYPE_VMWARE_GP (1 << 5) macro
/linux/arch/x86/kvm/svm/
H A Dsvm.c2413 EMULTYPE_VMWARE_GP | EMULTYPE_NO_DECODE); in gp_interception()
4810 EMULTYPE_VMWARE_GP)); in svm_check_emulate_instruction()
/linux/arch/x86/kvm/
H A Dx86.c8838 if (emulation_type & EMULTYPE_VMWARE_GP) { in handle_emulation_failure()
8990 EMULTYPE_TRAP_UD | EMULTYPE_VMWARE_GP | EMULTYPE_PF)) in kvm_vcpu_check_code_breakpoint()
9147 if ((emulation_type & EMULTYPE_VMWARE_GP) && in x86_emulate_instruction()