Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kvm/
Dkvm_emulate.h88 #define X86EMUL_IO_NEEDED 5 /* IO is needed to complete emulation */ macro
Dx86.c7361 r = X86EMUL_IO_NEEDED; in kvm_read_guest_virt_helper()
7396 return X86EMUL_IO_NEEDED; in kvm_fetch_guest_virt()
7452 r = X86EMUL_IO_NEEDED; in kvm_write_guest_virt_helper()
7626 return X86EMUL_IO_NEEDED; in read_exit_mmio()
8186 return X86EMUL_IO_NEEDED; in emulator_get_msr_with_filter()
8209 return X86EMUL_IO_NEEDED; in emulator_set_msr_with_filter()
Demulate.c3588 return X86EMUL_IO_NEEDED; in em_in()
/linux-6.6.21/arch/x86/kvm/vmx/
Dnested.c3853 kvm_handle_memory_failure(vcpu, X86EMUL_IO_NEEDED, NULL); in vmx_complete_nested_posted_interrupt()