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