Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dkvm_host.h1243 #define EMULTYPE_SKIP (1 << 2) macro
/Linux-v4.19/arch/x86/kvm/
Dx86.c6183 if (!(emulation_type & EMULTYPE_SKIP) && in x86_emulate_instruction()
6206 if (emulation_type & EMULTYPE_SKIP) in x86_emulate_instruction()
6216 if (emulation_type & EMULTYPE_SKIP) { in x86_emulate_instruction()
Dsvm.c783 if (kvm_emulate_instruction(vcpu, EMULTYPE_SKIP) != in skip_emulated_instruction()
Dvmx.c7716 return kvm_emulate_instruction(vcpu, EMULTYPE_SKIP) == in handle_ept_misconfig()