Searched refs:EMULTYPE_SKIP (Results 1 – 4 of 4) sorted by relevance
394 * for EMULTYPE_SKIP. in __svm_skip_emulated_instruction() 396 if (!svm_can_emulate_instruction(vcpu, EMULTYPE_SKIP, NULL, 0)) in __svm_skip_emulated_instruction() 402 if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP)) in __svm_skip_emulated_instruction() 4836 if (!(emul_type & EMULTYPE_SKIP)) in svm_can_emulate_instruction()
1944 #define EMULTYPE_SKIP (1 << 2) macro
775 return kvm_emulate_instruction(vcpu, EMULTYPE_NO_DECODE | EMULTYPE_SKIP | in complete_emulated_insn_gp()8568 (emulation_type & EMULTYPE_SKIP)) { in handle_emulation_failure()8799 if (emulation_type & (EMULTYPE_NO_DECODE | EMULTYPE_SKIP | in kvm_vcpu_check_code_breakpoint()8932 !(emulation_type & EMULTYPE_SKIP)) { in x86_emulate_instruction()8958 if (emulation_type & EMULTYPE_SKIP) { in x86_emulate_instruction()
1743 if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP)) in skip_emulated_instruction()