Searched refs:ioapic_set_triggermode (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/x86/acpica/ |
| H A D | madt.c | 302 ioapic_set_triggermode(ioapic, pin, INTR_TRIGGER_LEVEL); in madt_setup_io() 653 ioapic_set_triggermode(new_ioapic, new_pin, trig); in madt_parse_interrupt_override() 674 ioapic_set_triggermode(ioapic, pin, in madt_parse_nmi()
|
| /freebsd-14.2/sys/x86/include/ |
| H A D | apicvar.h | 209 int ioapic_set_triggermode(void *cookie, u_int pin,
|
| /freebsd-14.2/sys/x86/x86/ |
| H A D | mptable.c | 851 ioapic_set_triggermode(ioapic, pin, intentry_trigger(intr)); in mptable_parse_io_int()
|
| H A D | io_apic.c | 888 ioapic_set_triggermode(void *cookie, u_int pin, enum intr_trigger trigger) in ioapic_set_triggermode() function
|