Searched refs:EMULTYPE_SKIP (Results 1 – 3 of 3) sorted by relevance
927 #define EMULTYPE_SKIP (1 << 2) macro
5415 if (emulation_type & EMULTYPE_SKIP) in x86_emulate_instruction()5421 if (emulation_type & EMULTYPE_SKIP) { in x86_emulate_instruction()
520 if (emulate_instruction(vcpu, EMULTYPE_SKIP) != in skip_emulated_instruction()