Searched refs:fasteoi (Results 1 – 3 of 3) sorted by relevance
41 # Preflow handler support for fasteoi (sparc64)
1197 bool fasteoi; in ioapic_register_intr() local1202 fasteoi = true; in ioapic_register_intr()1205 fasteoi = false; in ioapic_register_intr()1209 fasteoi = trigger != 0; in ioapic_register_intr()1211 hdl = fasteoi ? handle_fasteoi_irq : handle_edge_irq; in ioapic_register_intr()1213 fasteoi ? "fasteoi" : "edge"); in ioapic_register_intr()
87 static bool __read_mostly fasteoi = 1; variable88 module_param(fasteoi, bool, S_IRUGO);5636 if (likely(fasteoi)) { in handle_apic_access()