Searched refs:irq_entry (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | trace.h | 28 DEFINE_EVENT(ppc64_interrupt_class, irq_entry,
|
/linux-4.4.14/include/linux/ |
H A D | kvm_irqfd.h | 51 struct kvm_kernel_irq_routing_entry irq_entry; member in struct:kvm_kernel_irqfd
|
H A D | kvm_host.h | 841 int kvm_set_msi(struct kvm_kernel_irq_routing_entry *irq_entry, struct kvm *kvm,
|
/linux-4.4.14/virt/kvm/ |
H A D | eventfd.c | 201 irq = irqfd->irq_entry; irqfd_wakeup() 257 irqfd->irq_entry = *e; irqfd_update() 259 irqfd->irq_entry.type = 0; irqfd_update() 536 * This clearing of irq_entry.type is needed for when kvm_irqfd_deassign() 542 irqfd->irq_entry.type = 0; kvm_irqfd_deassign()
|
/linux-4.4.14/tools/perf/scripts/python/ |
H A D | netdev-times.py | 71 PF_IRQ_ENTRY= " irq_entry(+%.3fmsec irq=%d:%s)"
|
/linux-4.4.14/arch/x86/kernel/apic/ |
H A D | io_apic.c | 2522 int pin, ioapic, irq, irq_entry; setup_ioapic_dest() local 2532 irq_entry = find_irq_entry(ioapic, pin, mp_INT); for_each_ioapic_pin() 2533 if (irq_entry == -1) for_each_ioapic_pin() 2536 irq = pin_2_irq(irq_entry, ioapic, pin, 0); for_each_ioapic_pin()
|
/linux-4.4.14/arch/powerpc/kvm/ |
H A D | book3s_xics.c | 1252 int kvm_set_msi(struct kvm_kernel_irq_routing_entry *irq_entry, struct kvm *kvm, kvm_set_msi() argument 1257 return kvm_set_irq(kvm, irq_source_id, irq_entry->gsi, kvm_set_msi()
|
Completed in 186 milliseconds