Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/include/
H A Dmips3_pte.h112 #define MIPS3_PG_CACHED mips_options.mips3_pg_cached
H A Dpte.h312 return MIPS3_PG_TO_CCA(pte) == MIPS3_PG_TO_CCA(mips_options.mips3_pg_cached); in pte_cached_p()
H A Dlocore.h120 u_int mips3_pg_cached; member
/netbsd-src/sys/arch/mips/mips/
H A Dmips_machdep.c1290 opts->mips3_pg_cached = MIPS3_CCA_TO_PG(cca); in mips_vector_init()
1295 opts->mips3_pg_cached = MIPS3_DEFAULT_PG_CACHED; in mips_vector_init()