Searched refs:host_irq_type (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/virt/kvm/
H A Dassigned-dev.c204 unsigned long guest_irq_type, host_irq_type; local
212 host_irq_type = irq_requested_type & KVM_DEV_IRQ_HOST_MASK;
215 if (host_irq_type)
366 __u32 host_irq_type)
373 switch (host_irq_type) {
392 dev->irq_requested_type |= host_irq_type;
447 unsigned long host_irq_type, guest_irq_type; local
459 host_irq_type = (assigned_irq->flags & KVM_DEV_IRQ_HOST_MASK);
464 if (hweight_long(host_irq_type) > 1)
468 if (host_irq_type
364 assign_host_irq(struct kvm *kvm, struct kvm_assigned_dev_kernel *dev, __u32 host_irq_type) argument
[all...]

Completed in 54 milliseconds