Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kvm/
Dkvm_emulate.h88 #define X86EMUL_IO_NEEDED 5 /* IO is needed to complete emulation */ macro
Dx86.c7214 r = X86EMUL_IO_NEEDED; in kvm_read_guest_virt_helper()
7249 return X86EMUL_IO_NEEDED; in kvm_fetch_guest_virt()
7293 return r < 0 ? X86EMUL_IO_NEEDED : X86EMUL_CONTINUE; in kvm_read_guest_phys_system()
7314 r = X86EMUL_IO_NEEDED; in kvm_write_guest_virt_helper()
7488 return X86EMUL_IO_NEEDED; in read_exit_mmio()
8048 return X86EMUL_IO_NEEDED; in emulator_get_msr_with_filter()
8071 return X86EMUL_IO_NEEDED; in emulator_set_msr_with_filter()
Demulate.c3932 return X86EMUL_IO_NEEDED; in em_in()
/Linux-v6.1/arch/x86/kvm/vmx/
Dnested.c3819 kvm_handle_memory_failure(vcpu, X86EMUL_IO_NEEDED, NULL); in vmx_complete_nested_posted_interrupt()