Searched refs:EMULTYPE_PF (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1977 * Can only be set in conjunction with EMULTYPE_PF.
1991 * EMULTYPE_PF - Set when emulating MMIO by way of an intercepted #PF, in which
2023 #define EMULTYPE_PF (1 << 6) macro
/linux-master/arch/x86/kvm/
H A Dx86.c8822 WARN_ON_ONCE(!(emulation_type & EMULTYPE_PF)))
8907 WARN_ON_ONCE(!(emulation_type & EMULTYPE_PF)))
9022 EMULTYPE_TRAP_UD | EMULTYPE_VMWARE_GP | EMULTYPE_PF))
9214 if (emulation_type & EMULTYPE_PF) {
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c5846 int r, emulation_type = EMULTYPE_PF;
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c5793 if (vmx_check_emulate_instruction(vcpu, EMULTYPE_PF, NULL, 0))

Completed in 277 milliseconds