Home
last modified time | relevance | path

Searched refs:mci_cache_prefer_mask (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/mips/include/
H A Dpmap.h142 return MIPS_HAS_R4K_MMU ? mips_cache_info.mci_cache_prefer_mask : 0; in pmap_md_cache_prefer_mask()
H A Dcache.h220 u_int mci_cache_prefer_mask; member
/netbsd-src/sys/arch/mips/mips/
H A Dcache.c687 mci->mci_cache_prefer_mask = mci->mci_pdcache_way_mask; in mips_config_cache_prehistoric()
689 uvmexp.ncolors = (mci->mci_cache_prefer_mask >> PAGE_SHIFT) + 1; in mips_config_cache_prehistoric()
723 mci->mci_cache_prefer_mask = MIPS3_MAX_PCACHE_SIZE - 1; in mips_config_cache_prehistoric()
1051 mci->mci_cache_prefer_mask = in mips4_get_cache_config()