Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/mips/include/
Dcpuregs.h141 (mips_options.mips3_xkphys_cached | (x))
Dlocore.h124 uint64_t mips3_xkphys_cached; member
/netbsd/src/sys/arch/mips/mips/
Dmips_machdep.c1292 opts->mips3_xkphys_cached = MIPS_PHYS_TO_XKPHYS(cca, 0); in mips_vector_init()
1297 opts->mips3_xkphys_cached = MIPS3_DEFAULT_XKPHYS_CACHED; in mips_vector_init()
Dpmap_machdep.c1073 KASSERT(mips_options.mips3_xkphys_cached); in pmap_md_pool_phystov()