Searched defs:INTRCNT_COUNT (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/ia64/include/
H A Dintrcnt.h32 #define INTRCNT_COUNT 256 macro
/freebsd-10-stable/sys/powerpc/aim/
H A Dlocore32.S93 #define INTRCNT_COUNT 256 /* max(HROWPIC_IRQMAX,OPENPIC_IRQMAX) */ define
H A Dlocore64.S92 #define INTRCNT_COUNT 256 /* max(HROWPIC_IRQMAX,OPENPIC_IRQMAX) */ define
/freebsd-10-stable/sys/mips/mips/
H A Dexception.S92 #define INTRCNT_COUNT 256 define
/freebsd-10-stable/sys/powerpc/booke/
H A Dlocore.S770 #define INTRCNT_COUNT 256 /* max(HROWPIC_IRQMAX,OPENPIC_IRQMAX) */ define
/freebsd-10-stable/sys/amd64/include/
H A Dintr_machdep.h78 #define INTRCNT_COUNT (1 + NUM_IO_INTS * 2 + (1 + 8) * MAXCPU) macro
80 #define INTRCNT_COUNT (1 + NUM_IO_INTS * 2 + 1) macro
/freebsd-10-stable/sys/i386/include/
H A Dintr_machdep.h84 #define INTRCNT_COUNT (1 + NUM_IO_INTS * 2 + (1 + 9) * MAXCPU) macro
86 #define INTRCNT_COUNT (1 + NUM_IO_INTS * 2 + 1) macro

Completed in 127 milliseconds