Searched refs:KVM_MSI_VALID_DEVID (Results 1 – 5 of 5) sorted by relevance
53 if (!irqchip_in_kernel(kvm) || (msi->flags & ~KVM_MSI_VALID_DEVID)) in kvm_send_userspace_msi()205 if (ue->flags & ~KVM_MSI_VALID_DEVID) in kvm_set_irq_routing()
1173 #define KVM_MSI_VALID_DEVID (1U << 0) macro
1545 - KVM_MSI_VALID_DEVID: used along with KVM_IRQ_ROUTING_MSI routing entry1549 never set the KVM_MSI_VALID_DEVID flag as the ioctl might fail.1567 If KVM_MSI_VALID_DEVID is set, devid contains a unique device identifier2349 flags: KVM_MSI_VALID_DEVID: devid contains a valid value. The per-VM2352 should never set the KVM_MSI_VALID_DEVID flag as the ioctl might fail.2354 If KVM_MSI_VALID_DEVID is set, devid contains a unique device identifier
694 if (!(msi->flags & KVM_MSI_VALID_DEVID)) in vgic_msi_to_its()