Home
last modified time | relevance | path

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

/arch/x86/include/asm/
A Dkvm_host.h2132 #define EMULTYPE_PF (1 << 6) macro
2138 return !(emul_type & EMULTYPE_PF); in kvm_can_emulate_event_vectoring()
/arch/x86/kvm/
A Dx86.c8918 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()
/arch/x86/kvm/mmu/
A Dmmu.c6296 int r, emulation_type = EMULTYPE_PF; in kvm_mmu_page_fault()
/arch/x86/kvm/vmx/
A Dvmx.c5711 if (vmx_check_emulate_instruction(vcpu, EMULTYPE_PF, NULL, 0)) in handle_ept_misconfig()

Completed in 63 milliseconds