Searched refs:EMULTYPE_PF (Results 1 - 4 of 4) sorted by last modified time

/linux-master/arch/x86/kvm/
H A Dx86.c8847 WARN_ON_ONCE(!(emulation_type & EMULTYPE_PF)))
8932 WARN_ON_ONCE(!(emulation_type & EMULTYPE_PF)))
9047 EMULTYPE_TRAP_UD | EMULTYPE_VMWARE_GP | EMULTYPE_PF))
9239 if (emulation_type & EMULTYPE_PF) {
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c5805 if (vmx_check_emulate_instruction(vcpu, EMULTYPE_PF, NULL, 0))
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c5850 int r, emulation_type = EMULTYPE_PF;
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1983 * Can only be set in conjunction with EMULTYPE_PF.
1997 * EMULTYPE_PF - Set when emulating MMIO by way of an intercepted #PF, in which
2029 #define EMULTYPE_PF (1 << 6) macro

Completed in 244 milliseconds