Home
last modified time | relevance | path

Searched refs:EMULTYPE_NO_REEXECUTE (Results 1 – 2 of 2) sorted by relevance

/arch/x86/include/asm/
Dkvm_host.h845 #define EMULTYPE_NO_REEXECUTE (1 << 4) macro
853 emulation_type | EMULTYPE_NO_REEXECUTE, NULL, 0); in emulate_instruction()
/arch/x86/kvm/
Dx86.c5126 if (emulation_type & EMULTYPE_NO_REEXECUTE) in reexecute_instruction()