Home | History | Annotate | Download | only in include

Lines Matching refs:MIPS32

62 #define	MIPS32		1
69 #if (MIPS1 + MIPS3 + MIPS4 + MIPS32 + MIPS32R2 + MIPS64 + MIPS64R2) == 0
70 #error at least one of MIPS1, MIPS3, MIPS4, MIPS32, MIPS32R2, MIPS64, or MIPS64R2 must be specified
75 || defined(MIPS32) || defined(MIPS32R2) \
79 #if !defined(MIPS32) && !defined(MIPS32R2)
158 #define CPU_MIPS_NO_WAIT 0x00200 /* Inverse of previous, for mips32/64 */
170 #if ((MIPS1 + MIPS3 + MIPS4 + MIPS32 + MIPS32R2 + MIPS64 + MIPS64R2) == 1) || defined(_LOCORE)
220 #elif defined(MIPS32)
730 /* pre-MIPS32/64 */
735 /* MIPS32/64 */
737 #define MIPS_PRID_CID_PREHISTORIC 0x00 /* Not MIPS32/64 */
853 int cpu_isa; /* -1 == probed (mips32/mips64) */