Searched refs:EMULTYPE_SKIP (Results 1 – 4 of 4) sorted by relevance
2102 #define EMULTYPE_SKIP (1 << 2) macro
392 if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP)) in __svm_skip_emulated_instruction()4986 if (emul_type & EMULTYPE_SKIP) in svm_check_emulate_instruction()
933 return kvm_emulate_instruction(vcpu, EMULTYPE_NO_DECODE | EMULTYPE_SKIP | in complete_emulated_insn_gp()8865 (emulation_type & EMULTYPE_SKIP)) { in handle_emulation_failure()9010 if (emulation_type & (EMULTYPE_NO_DECODE | EMULTYPE_SKIP | in kvm_vcpu_check_code_breakpoint()9163 !(emulation_type & EMULTYPE_SKIP)) { in x86_emulate_instruction()9189 if (emulation_type & EMULTYPE_SKIP) { in x86_emulate_instruction()
1768 if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP)) in skip_emulated_instruction()