Searched refs:EMULTYPE_ALLOW_RETRY_PF (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1975 * EMULTYPE_ALLOW_RETRY_PF - Set when the emulator should resume the guest to
2020 #define EMULTYPE_ALLOW_RETRY_PF (1 << 3) macro
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c5908 emulation_type |= EMULTYPE_ALLOW_RETRY_PF;
/linux-master/arch/x86/kvm/
H A Dx86.c8818 if (!(emulation_type & EMULTYPE_ALLOW_RETRY_PF))
8903 if (!(emulation_type & EMULTYPE_ALLOW_RETRY_PF))

Completed in 179 milliseconds