EMULTYPE_SKIP
return __svm_skip_emulated_instruction(vcpu, EMULTYPE_SKIP, true);
const int emul_type = EMULTYPE_SKIP | EMULTYPE_SKIP_SOFT_INT |
if (emul_type & EMULTYPE_SKIP)
if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP))
(emulation_type & EMULTYPE_SKIP)) {
if (emulation_type & (EMULTYPE_NO_DECODE | EMULTYPE_SKIP |
!(emulation_type & EMULTYPE_SKIP)) {
if (emulation_type & EMULTYPE_SKIP) {
return kvm_emulate_instruction(vcpu, EMULTYPE_NO_DECODE | EMULTYPE_SKIP |