Searched refs:EMULTYPE_PF (Results 1 – 3 of 3) sorted by relevance
2204 #define EMULTYPE_PF (1 << 6) macro2214 return !(emul_type & EMULTYPE_PF); in kvm_can_emulate_event_vectoring()
9335 EMULTYPE_TRAP_UD | EMULTYPE_VMWARE_GP | EMULTYPE_PF)) in kvm_vcpu_check_code_breakpoint()9457 WARN_ON_ONCE(!(emulation_type & EMULTYPE_PF)))) in x86_emulate_instruction()9570 if (emulation_type & EMULTYPE_PF) { in x86_emulate_instruction()
1977 const int emul_type = EMULTYPE_PF | EMULTYPE_NO_DECODE; in npf_interception()