Searched refs:EMULTYPE_SKIP (Results 1 – 4 of 4) sorted by relevance
1812 #define EMULTYPE_SKIP (1 << 2) macro
766 return kvm_emulate_instruction(vcpu, EMULTYPE_NO_DECODE | EMULTYPE_SKIP | in complete_emulated_insn_gp()8449 (emulation_type & EMULTYPE_SKIP)) { in handle_emulation_failure()8704 if (emulation_type & (EMULTYPE_NO_DECODE | EMULTYPE_SKIP | in kvm_vcpu_check_code_breakpoint()8870 if (emulation_type & EMULTYPE_SKIP) { in x86_emulate_instruction()
392 if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP)) in __svm_skip_emulated_instruction()
1630 if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP)) in skip_emulated_instruction()