Searched refs:EMULTYPE_SKIP (Results 1 – 4 of 4) sorted by relevance
394 if (!svm_can_emulate_instruction(vcpu, EMULTYPE_SKIP, NULL, 0)) in __svm_skip_emulated_instruction()400 if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP)) in __svm_skip_emulated_instruction()4783 if (!(emul_type & EMULTYPE_SKIP)) in svm_can_emulate_instruction()
1940 #define EMULTYPE_SKIP (1 << 2) macro
775 return kvm_emulate_instruction(vcpu, EMULTYPE_NO_DECODE | EMULTYPE_SKIP | in complete_emulated_insn_gp()8550 (emulation_type & EMULTYPE_SKIP)) { in handle_emulation_failure()8781 if (emulation_type & (EMULTYPE_NO_DECODE | EMULTYPE_SKIP | in kvm_vcpu_check_code_breakpoint()8914 !(emulation_type & EMULTYPE_SKIP)) { in x86_emulate_instruction()8940 if (emulation_type & EMULTYPE_SKIP) { in x86_emulate_instruction()
1730 if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP)) in skip_emulated_instruction()