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

  /src/sys/arch/mips/mips/
cache.c 115 #if defined(MIPS3) || defined(MIPS4)
120 #endif /* MIPS3 || MIPS4 */
122 #if defined(MIPS1) || defined(MIPS3) || defined(MIPS4)
130 #if (MIPS1 + MIPS3 + MIPS4 + MIPS32 + MIPS64 + MIPS32R2 + MIPS64R2) > 0
195 #if defined(MIPS1) || defined(MIPS3) || defined(MIPS4)
243 #if defined(MIPS1) || defined(MIPS3) || defined(MIPS4)
253 #if defined(MIPS3) || defined(MIPS4)
384 #if defined(MIPS3) || defined(MIPS4)
653 #endif /* MIPS3 || MIPS4 */
667 #if (MIPS2 + MIPS3 + MIPS4) >
    [all...]
mips_fixup.c 471 #if (MIPS3 + MIPS4 + MIPS32 + MIPS32R2 + MIPS64 + MIPS64R2) > 0
537 #if (MIPS3 + MIPS4 + MIPS32 + MIPS32R2 + MIPS64 + MIPS64R2) > 0
cpu_subr.c 1200 #if (MIPS2 + MIPS3 + MIPS4 + MIPS5 + MIPS32 + MIPS32R2 + MIPS64 + MIPS64R2) > 0
  /src/sys/arch/mips/include/
cache.h 236 (MIPS3 + MIPS4) == 0 \
245 (MIPS3 + MIPS4) == 0 \
locore.h 60 #define MIPS4 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
74 #if defined(MIPS3) || defined(MIPS4) \
82 #if !defined(MIPS3) && !defined(MIPS4)
170 #if ((MIPS1 + MIPS3 + MIPS4 + MIPS32 + MIPS32R2 + MIPS64 + MIPS64R2) == 1) || defined(_LOCORE)
190 #elif defined(MIPS3) || defined(MIPS4)
cpuregs.h 435 * The bits in the MIPS4 config register.
834 #if (MIPS3 + MIPS4 + MIPS32 + MIPS32R2 + MIPS64 + MIPS64R2) == 0 && MIPS1 != 0
840 #if (MIPS3 + MIPS4 + MIPS32 + MIPS32R2 + MIPS64 + MIPS64R2) != 0 && MIPS1 == 0

Completed in 39 milliseconds