Searched refs:SourceIrq (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13-stable/sys/x86/acpica/ |
| HD | madt.c | 563 intr->SourceIrq, intr->GlobalIrq); in madt_parse_interrupt_values() 570 *trig = interrupt_trigger(intr->IntiFlags, intr->SourceIrq); in madt_parse_interrupt_values() 571 *pol = interrupt_polarity(intr->IntiFlags, intr->SourceIrq); in madt_parse_interrupt_values() 578 if (intr->SourceIrq == AcpiGbl_FADT.SciInterrupt) { in madt_parse_interrupt_values() 618 if (acpi_quirks & ACPI_Q_MADT_IRQ0 && intr->SourceIrq == 0 && in madt_parse_interrupt_override() 627 intr->GlobalIrq, intr->SourceIrq); in madt_parse_interrupt_override() 634 if (intr->SourceIrq != intr->GlobalIrq) { in madt_parse_interrupt_override() 641 intr->SourceIrq == AcpiGbl_FADT.SciInterrupt) in madt_parse_interrupt_override() 645 intr->SourceIrq); in madt_parse_interrupt_override() 646 if (madt_find_interrupt(intr->SourceIrq, &old_ioapic, in madt_parse_interrupt_override() [all …]
|
| /freebsd-13-stable/sys/x86/xen/ |
| HD | pvcpu_enum.c | 88 if (acpi_quirks & ACPI_Q_MADT_IRQ0 && intr->SourceIrq == 0 && in madt_parse_interrupt_override() 98 if (intr->SourceIrq != intr->GlobalIrq && intr->GlobalIrq > 15 && in madt_parse_interrupt_override() 99 intr->SourceIrq == AcpiGbl_FADT.SciInterrupt) in madt_parse_interrupt_override()
|
| /freebsd-13-stable/usr.sbin/bhyve/ |
| HD | acpi.c | 616 madt_irq_override.SourceIrq = SCI_INT; in build_madt()
|
| /freebsd-13-stable/sys/contrib/dev/acpica/include/ |
| HD | actbl2.h | 776 UINT8 SourceIrq; /* Interrupt source (IRQ) */ member
|
| /freebsd-13-stable/sys/contrib/dev/acpica/common/ |
| HD | dmtbinfo2.c | 572 {ACPI_DMT_UINT8, ACPI_MADT2_OFFSET (SourceIrq), "Source", 0},
|
| /freebsd-13-stable/usr.sbin/acpi/acpidump/ |
| HD | acpi.c | 489 printf("\tIRQ=%d\n", (u_int)over->SourceIrq); in acpi_print_madt()
|