Home
last modified time | relevance | path

Searched refs:IOAPIC_LVT_TRIGGER_MODE (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/intc/
H A Dioapic_common.c105 entry & IOAPIC_LVT_TRIGGER_MODE ? "level" : "edge", in ioapic_print_redtbl()
110 remote_irr |= entry & IOAPIC_LVT_TRIGGER_MODE ? in ioapic_print_redtbl()
H A Dioapic_internal.h44 #define IOAPIC_LVT_TRIGGER_MODE (1 << IOAPIC_LVT_TRIGGER_MODE_SHIFT) macro
H A Dioapic.c361 if (!(*entry & IOAPIC_LVT_TRIGGER_MODE)) { in ioapic_fix_edge_remote_irr()