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

/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1970 * EMULTYPE_SKIP - Set when emulating solely to skip an instruction, i.e. to
2019 #define EMULTYPE_SKIP (1 << 2) macro
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c391 if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP))
4778 if (emul_type & EMULTYPE_SKIP)
/linux-master/arch/x86/kvm/
H A Dx86.c775 return kvm_emulate_instruction(vcpu, EMULTYPE_NO_DECODE | EMULTYPE_SKIP |
8797 (emulation_type & EMULTYPE_SKIP)) {
9021 if (emulation_type & (EMULTYPE_NO_DECODE | EMULTYPE_SKIP |
9160 !(emulation_type & EMULTYPE_SKIP)) {
9181 * EMULTYPE_SKIP without EMULTYPE_COMPLETE_USER_EXIT is intended for
9186 if (emulation_type & EMULTYPE_SKIP) {
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c1726 if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP))

Completed in 200 milliseconds