Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dkvm_host.h746 #define EMULTYPE_SKIP (1 << 2) macro
/linux-3.4.99/arch/x86/kvm/
Dx86.c4554 if (emulation_type & EMULTYPE_SKIP) in x86_emulate_instruction()
4560 if (emulation_type & EMULTYPE_SKIP) { in x86_emulate_instruction()
Dsvm.c494 if (emulate_instruction(vcpu, EMULTYPE_SKIP) != in skip_emulated_instruction()