Searched refs:KVM_EXIT_IO (Results 1 – 3 of 3) sorted by relevance
162 #define KVM_EXIT_IO 2 macro
3056 /* KVM_EXIT_IO */3067 If exit_reason is KVM_EXIT_IO, then the vcpu has3096 NOTE: For KVM_EXIT_IO, KVM_EXIT_MMIO, KVM_EXIT_OSI, KVM_EXIT_PAPR and3114 such functionality, use KVM_EXIT_IO (x86) or KVM_EXIT_MMIO (all except s390).3115 Note KVM_EXIT_IO is significantly faster than KVM_EXIT_MMIO.
4692 vcpu->run->exit_reason = KVM_EXIT_IO; in emulator_pio_in_out()