Searched refs:dstirq (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/arch/x86/lib/ |
H A D | mpspec.c | 129 int srcbus, int srcbusirq, int dstapic, int dstirq) in mp_write_intsrc() argument 140 mpc->mpc_dstirq = dstirq; in mp_write_intsrc() 145 int srcbus, int dev, int pin, int dstapic, int dstirq) in mp_write_pci_intsrc() argument 150 srcbus, srcbusirq, dstapic, dstirq); in mp_write_pci_intsrc() 321 int dstirq; in mptable_add_intsrc() local 338 dstirq = mp_determine_pci_dstirq(bus, dev, func, pr.pirq); in mptable_add_intsrc() 343 if (dstirq < 16) in mptable_add_intsrc() 344 isa_irq_occupied[dstirq] = true; in mptable_add_intsrc() 346 apicid, dstirq); in mptable_add_intsrc()
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | mpspec.h | 343 int srcbus, int srcbusirq, int dstapic, int dstirq); 359 int srcbus, int dev, int pin, int dstapic, int dstirq);
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | mpspec_def.h | 121 unsigned char dstirq; member
|
/openbmc/linux/arch/x86/kernel/ |
H A D | mpparse.c | 120 mp_irq->srcbusirq, mp_irq->dstapic, mp_irq->dstirq); in print_mp_irq_info() 314 intsrc.dstirq = i ? i : 2; /* IRQ0 to INTIN2 */ in construct_default_ioirq_mptable() 320 intsrc.dstirq = 0; /* 8259A to INTIN0 */ in construct_default_ioirq_mptable()
|
H A D | jailhouse.c | 41 .dstirq = irq, in jailhouse_setup_irq()
|
/openbmc/linux/arch/x86/kernel/acpi/ |
H A D | boot.c | 485 mp_irq.dstirq = mp_find_ioapic_pin(ioapic, gsi); in mp_config_acpi_gsi() 512 mp_irq.dstirq = pin; in mp_register_ioapic_irq() 1237 if (irq->dstapic == dstapic && irq->dstirq == pin) in mp_config_acpi_legacy_irqs() 1252 mp_irq.dstirq = pin; in mp_config_acpi_legacy_irqs()
|
/openbmc/linux/arch/x86/kernel/apic/ |
H A D | io_apic.c | 211 m->srcbusirq, m->dstapic, m->dstirq); in mp_save_irq() 680 mp_irqs[i].dstirq == pin) in find_irq_entry() 700 return mp_irqs[i].dstirq; in find_isa_irq_pin() 1073 if (mp_irqs[idx].dstirq != pin) in pin_2_irq() 1168 irq = pin_2_irq(i, ioapic_idx, mp_irqs[i].dstirq, 0); in IO_APIC_get_PCI_irq_vector() 1191 return pin_2_irq(best_idx, best_ioapic, mp_irqs[best_idx].dstirq, in IO_APIC_get_PCI_irq_vector()
|