Searched refs:EMULTYPE_ALLOW_RETRY_PF (Results 1 - 3 of 3) sorted by last modified time

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

Completed in 293 milliseconds