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

  /src/sys/arch/mips/include/
locore.h 166 #define CPU_MIPS_HAVE_USERLOCAL 0x20000
254 # define MIPS_HAS_USERLOCAL (mips_options.mips_cpu_flags & CPU_MIPS_HAVE_USERLOCAL)
290 # define MIPS_HAS_USERLOCAL (mips_options.mips_cpu_flags & CPU_MIPS_HAVE_USERLOCAL)
309 #define MIPS_HAS_USERLOCAL (mips_options.mips_cpu_flags & CPU_MIPS_HAVE_USERLOCAL)
  /src/sys/arch/mips/mips/
mips_machdep.c 954 mips_options.mips_cpu_flags |= CPU_MIPS_HAVE_USERLOCAL;
1100 mips_options.mips_cpu_flags |= CPU_MIPS_HAVE_USERLOCAL;

Completed in 79 milliseconds