Home
last modified time | relevance | path

Searched refs:SourceIrq (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/sys/x86/acpica/
HDmadt.c563 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/
HDpvcpu_enum.c88 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/
HDacpi.c616 madt_irq_override.SourceIrq = SCI_INT; in build_madt()
/freebsd-13-stable/sys/contrib/dev/acpica/include/
HDactbl2.h776 UINT8 SourceIrq; /* Interrupt source (IRQ) */ member
/freebsd-13-stable/sys/contrib/dev/acpica/common/
HDdmtbinfo2.c572 {ACPI_DMT_UINT8, ACPI_MADT2_OFFSET (SourceIrq), "Source", 0},
/freebsd-13-stable/usr.sbin/acpi/acpidump/
HDacpi.c489 printf("\tIRQ=%d\n", (u_int)over->SourceIrq); in acpi_print_madt()