Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h1946 #define EMULTYPE_PF (1 << 6) macro
/openbmc/linux/arch/x86/kvm/
H A Dx86.c8593 WARN_ON_ONCE(!(emulation_type & EMULTYPE_PF))) in reexecute_instruction()
8685 WARN_ON_ONCE(!(emulation_type & EMULTYPE_PF))) in retry_instruction()
8800 EMULTYPE_TRAP_UD | EMULTYPE_VMWARE_GP | EMULTYPE_PF)) in kvm_vcpu_check_code_breakpoint()
8986 if (emulation_type & EMULTYPE_PF) { in x86_emulate_instruction()
/openbmc/linux/arch/x86/kvm/mmu/
H A Dmmu.c5699 int r, emulation_type = EMULTYPE_PF; in kvm_mmu_page_fault()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c5811 if (!vmx_can_emulate_instruction(vcpu, EMULTYPE_PF, NULL, 0)) in handle_ept_misconfig()