Searched refs:EMULTYPE_SKIP (Results 1 - 4 of 4) sorted by path

/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1976 * EMULTYPE_SKIP - Set when emulating solely to skip an instruction, i.e. to
2025 #define EMULTYPE_SKIP (1 << 2) macro
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c391 if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP))
4784 if (emul_type & EMULTYPE_SKIP)
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c1731 if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP))
/linux-master/arch/x86/kvm/
H A Dx86.c778 return kvm_emulate_instruction(vcpu, EMULTYPE_NO_DECODE | EMULTYPE_SKIP |
8822 (emulation_type & EMULTYPE_SKIP)) {
9046 if (emulation_type & (EMULTYPE_NO_DECODE | EMULTYPE_SKIP |
9185 !(emulation_type & EMULTYPE_SKIP)) {
9206 * EMULTYPE_SKIP without EMULTYPE_COMPLETE_USER_EXIT is intended for
9211 if (emulation_type & EMULTYPE_SKIP) {

Completed in 301 milliseconds