Searched refs:KVM_SET_IRQCHIP (Results 1 – 3 of 3) sorted by relevance
85 ioctl_ior_nr!(KVM_SET_IRQCHIP, KVMIO, 0x63, kvm_irqchip);
664 let ret = unsafe { ioctl_with_ref(self, KVM_SET_IRQCHIP(), &irqchip_state) }; in set_pic_state()705 let ret = unsafe { ioctl_with_ref(self, KVM_SET_IRQCHIP(), &irqchip_state) }; in set_ioapic_state()
1282 #define KVM_SET_IRQCHIP _IOR(KVMIO, 0x63, struct kvm_irqchip) macro