Searched refs:EMULTYPE_PF (Results 1 – 4 of 4) sorted by relevance
2132 #define EMULTYPE_PF (1 << 6) macro2138 return !(emul_type & EMULTYPE_PF); in kvm_can_emulate_event_vectoring()
8918 EMULTYPE_TRAP_UD | EMULTYPE_VMWARE_GP | EMULTYPE_PF)) in kvm_vcpu_check_code_breakpoint()9023 WARN_ON_ONCE(!(emulation_type & EMULTYPE_PF)))) in x86_emulate_instruction()9132 if (emulation_type & EMULTYPE_PF) { in x86_emulate_instruction()
6296 int r, emulation_type = EMULTYPE_PF; in kvm_mmu_page_fault()
5711 if (vmx_check_emulate_instruction(vcpu, EMULTYPE_PF, NULL, 0)) in handle_ept_misconfig()
Completed in 63 milliseconds