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

/netbsd-current/sys/arch/ia64/include/
H A Dintrdefs.h76 #define MAX_INTR_SOURCES 32 macro
/netbsd-current/sys/arch/x86/x86/
H A Dx86_softintr.c165 uint64_t unusedirqs, intrlevel[MAX_INTR_SOURCES];
171 for (irq = 0; irq < MAX_INTR_SOURCES; irq++) {
188 for (irq = 0; irq < MAX_INTR_SOURCES; irq++)
197 for (irq = 0; irq < MAX_INTR_SOURCES; irq++) {
H A Dintr.c468 int max = MAX_INTR_SOURCES;
531 for (slot = 0 ; slot < MAX_INTR_SOURCES ; slot++) {
1478 for (i = 0; i < MAX_INTR_SOURCES; i++) {
1636 for (oslot = 0; oslot < MAX_INTR_SOURCES; oslot++) {
1644 if (oslot == MAX_INTR_SOURCES) {
1662 for (nslot = 0; nslot < MAX_INTR_SOURCES; nslot++) {
1669 if (nslot == MAX_INTR_SOURCES) {
1675 for (nslot = 0; nslot < MAX_INTR_SOURCES; nslot++) {
1680 if (nslot != MAX_INTR_SOURCES) {
1685 if (nslot == MAX_INTR_SOURCES) {
[all...]
/netbsd-current/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];
/netbsd-current/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}};

Completed in 312 milliseconds