Home
last modified time | relevance | path

Searched refs:MAX_INTR_SOURCES (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/x86/x86/
H A Dx86_softintr.c165 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()
H A Dintr.c468 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...]
/netbsd-src/sys/arch/xen/x86/
H A Dpintr.c146 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}};
/netbsd-src/sys/arch/ia64/include/
H A Dintrdefs.h76 #define MAX_INTR_SOURCES 32 macro
/netbsd-src/sys/arch/x86/include/
H A Dintrdefs.h55 #define MAX_INTR_SOURCES 56 macro
H A Dcpu.h140 struct intrsource *ci_isources[MAX_INTR_SOURCES];