Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dkvm_host.h992 #define EMULTYPE_SKIP (1 << 2) macro
/arch/x86/kvm/
Dx86.c5548 if (!(emulation_type & EMULTYPE_SKIP) && in x86_emulate_instruction()
5579 if (emulation_type & EMULTYPE_SKIP) in x86_emulate_instruction()
5585 if (emulation_type & EMULTYPE_SKIP) { in x86_emulate_instruction()
Dsvm.c535 if (emulate_instruction(vcpu, EMULTYPE_SKIP) != in skip_emulated_instruction()
Dvmx.c6190 return emulate_instruction(vcpu, EMULTYPE_SKIP) == in handle_ept_misconfig()