Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h1945 #define EMULTYPE_ALLOW_RETRY_PF (1 << 3) macro
/openbmc/linux/arch/x86/kvm/mmu/
H A Dmmu.c5767 emulation_type |= EMULTYPE_ALLOW_RETRY_PF; in kvm_mmu_page_fault()
/openbmc/linux/arch/x86/kvm/
H A Dx86.c8589 if (!(emulation_type & EMULTYPE_ALLOW_RETRY_PF)) in reexecute_instruction()
8681 if (!(emulation_type & EMULTYPE_ALLOW_RETRY_PF)) in retry_instruction()