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