HomeSort by: relevance | last modified time | path
    Searched refs:MAX_INTR_SOURCES (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/ia64/include/
intrdefs.h 76 #define MAX_INTR_SOURCES 32
  /src/sys/arch/x86/include/
intrdefs.h 55 #define MAX_INTR_SOURCES 56
cpu.h 140 struct intrsource *ci_isources[MAX_INTR_SOURCES];
  /src/sys/arch/x86/x86/
x86_softintr.c 165 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++) {
intr.c 468 int max = MAX_INTR_SOURCES;
531 for (slot = 0 ; slot < MAX_INTR_SOURCES ; slot++) {
1514 for (i = 0; i < MAX_INTR_SOURCES; i++) {
1672 for (oslot = 0; oslot < MAX_INTR_SOURCES; oslot++) {
1680 if (oslot == MAX_INTR_SOURCES) {
1698 for (nslot = 0; nslot < MAX_INTR_SOURCES; nslot++) {
1705 if (nslot == MAX_INTR_SOURCES) {
1711 for (nslot = 0; nslot < MAX_INTR_SOURCES; nslot++) {
1716 if (nslot != MAX_INTR_SOURCES) {
1721 if (nslot == MAX_INTR_SOURCES) {
    [all...]
  /src/sys/arch/xen/x86/
pintr.c 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}};

Completed in 14 milliseconds