Home
last modified time | relevance | path

Searched refs:EMULTYPE_PF (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dkvm_host.h1435 * Can only be set in conjunction with EMULTYPE_PF.
1449 * EMULTYPE_PF - Set when emulating MMIO by way of an intercepted #PF, in which
1458 #define EMULTYPE_PF (1 << 6) macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dkvm_host.h1899 * Can only be set in conjunction with EMULTYPE_PF.
1913 * EMULTYPE_PF - Set when emulating MMIO by way of an intercepted #PF, in which
1945 #define EMULTYPE_PF (1 << 6) macro
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dx86.c8581 WARN_ON_ONCE(!(emulation_type & EMULTYPE_PF))) in reexecute_instruction()
8673 WARN_ON_ONCE(!(emulation_type & EMULTYPE_PF))) in retry_instruction()
8788 EMULTYPE_TRAP_UD | EMULTYPE_VMWARE_GP | EMULTYPE_PF)) in kvm_vcpu_check_code_breakpoint()
8974 if (emulation_type & EMULTYPE_PF) { in x86_emulate_instruction()
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.c7288 WARN_ON_ONCE(!(emulation_type & EMULTYPE_PF))) in reexecute_instruction()
7380 WARN_ON_ONCE(!(emulation_type & EMULTYPE_PF))) in retry_instruction()
7655 if (emulation_type & EMULTYPE_PF) { in x86_emulate_instruction()
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dmmu.c5069 int r, emulation_type = EMULTYPE_PF; in kvm_mmu_page_fault()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dmmu.c5699 int r, emulation_type = EMULTYPE_PF; in kvm_mmu_page_fault()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dvmx.c5804 if (!vmx_can_emulate_instruction(vcpu, EMULTYPE_PF, NULL, 0)) in handle_ept_misconfig()

Completed in 82 milliseconds