Searched refs:fasteoi (Results 1 – 3 of 3) sorted by relevance
43 # Preflow handler support for fasteoi (sparc64)
1342 bool fasteoi; in ioapic_register_intr() local1347 fasteoi = true; in ioapic_register_intr()1350 fasteoi = false; in ioapic_register_intr()1356 fasteoi = trigger != 0; in ioapic_register_intr()1359 hdl = fasteoi ? handle_fasteoi_irq : handle_edge_irq; in ioapic_register_intr()1361 fasteoi ? "fasteoi" : "edge"); in ioapic_register_intr()
73 static bool __read_mostly fasteoi = 1; variable74 module_param(fasteoi, bool, S_IRUGO);4641 if (likely(fasteoi)) { in handle_apic_access()