Home
last modified time | relevance | path

Searched refs:MIPS_HAS_USERLOCAL (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/arch/mips/include/
Dlocore.h188 # define MIPS_HAS_USERLOCAL 0 macro
218 # define MIPS_HAS_USERLOCAL 0 macro
236 # define MIPS_HAS_USERLOCAL 0 macro
254 # define MIPS_HAS_USERLOCAL (mips_options.mips_cpu_flags & CPU_MIPS_HAVE_USERLOCAL) macro
272 # define MIPS_HAS_USERLOCAL 0 macro
290 # define MIPS_HAS_USERLOCAL (mips_options.mips_cpu_flags & CPU_MIPS_HAVE_USERLOCAL) macro
309 #define MIPS_HAS_USERLOCAL (mips_options.mips_cpu_flags & CPU_MIPS_HAVE_USERLOCAL) macro
/netbsd/src/sys/arch/mips/mips/
Dcpu_subr.c221 (MIPS_HAS_USERLOCAL ? MIPS_HWRENA_ULR : 0) in cpu_hwrena_setup()
226 if (MIPS_HAS_USERLOCAL) { in cpu_hwrena_setup()
1055 if (l == curlwp && MIPS_HAS_USERLOCAL) { in cpu_lwp_setprivate()
Dmips_machdep.c965 if (!MIPS_HAS_USERLOCAL) { in mips32r2_vector_init()
1111 if (!MIPS_HAS_USERLOCAL && cpunum == 0) { in mips64r2_vector_init()
Ddb_interface.c506 if (MIPS_HAS_USERLOCAL) in db_cp0dump_cmd()