Home
last modified time | relevance | path

Searched refs:EMULTYPE_SKIP (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/kvm/svm/
H A Dsvm.c334 return __svm_skip_emulated_instruction(vcpu, EMULTYPE_SKIP, true); in svm_skip_emulated_instruction()
339 const int emul_type = EMULTYPE_SKIP | EMULTYPE_SKIP_SOFT_INT | in svm_update_soft_interrupt_rip()
5115 if (emul_type & EMULTYPE_SKIP) in svm_check_emulate_instruction()
/linux/arch/x86/include/asm/
H A Dkvm_host.h2200 #define EMULTYPE_SKIP (1 << 2) macro
/linux/arch/x86/kvm/
H A Dx86.c969 return kvm_emulate_instruction(vcpu, EMULTYPE_NO_DECODE | EMULTYPE_SKIP | in complete_emulated_insn_gp()
9189 (emulation_type & EMULTYPE_SKIP)) { in handle_emulation_failure()
9334 if (emulation_type & (EMULTYPE_NO_DECODE | EMULTYPE_SKIP | in kvm_vcpu_check_code_breakpoint()
9504 !(emulation_type & EMULTYPE_SKIP)) { in x86_emulate_instruction()
9530 if (emulation_type & EMULTYPE_SKIP) { in x86_emulate_instruction()