Searched refs:MAX_INTR_SOURCES (Results 1 – 6 of 6) sorted by relevance
165 uint64_t unusedirqs, intrlevel[MAX_INTR_SOURCES]; in x86_intr_calculatemasks()171 for (irq = 0; irq < MAX_INTR_SOURCES; irq++) { in x86_intr_calculatemasks()188 for (irq = 0; irq < MAX_INTR_SOURCES; irq++) in x86_intr_calculatemasks()197 for (irq = 0; irq < MAX_INTR_SOURCES; irq++) { in x86_intr_calculatemasks()
468 int max = MAX_INTR_SOURCES; in intr_allocate_slot_cpu() 531 for (slot = 0 ; slot < MAX_INTR_SOURCES ; slot++) { in intr_allocate_slot() 1514 for (i = 0; i < MAX_INTR_SOURCES; i++) { in intr_save_evcnt() 1672 for (oslot = 0; oslot < MAX_INTR_SOURCES; oslot++) { in intr_redistribute() 1680 if (oslot == MAX_INTR_SOURCES) { in intr_redistribute() 1698 for (nslot = 0; nslot < MAX_INTR_SOURCES; nslot++) { in intr_redistribute() 1705 if (nslot == MAX_INTR_SOURCES) { in intr_redistribute() 1711 for (nslot = 0; nslot < MAX_INTR_SOURCES; nslot++) { in intr_redistribute() 1716 if (nslot != MAX_INTR_SOURCES) { in intr_redistribute() 1721 if (nslot == MAX_INTR_SOURCES) { in intr_redistribute() [all...]
146 struct intrstub ioapic_edge_stubs[MAX_INTR_SOURCES] = {{0,0,0}};147 struct intrstub ioapic_level_stubs[MAX_INTR_SOURCES] = {{0,0,0}};148 struct intrstub x2apic_edge_stubs[MAX_INTR_SOURCES] = {{0,0,0}};149 struct intrstub x2apic_level_stubs[MAX_INTR_SOURCES] = {{0,0,0}};
76 #define MAX_INTR_SOURCES 32 macro
55 #define MAX_INTR_SOURCES 56 macro
140 struct intrsource *ci_isources[MAX_INTR_SOURCES];