Searched refs:mci_sdcache_size (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/sys/arch/mips/mips/
H A Dcache_r4k.c102 mips_cache_info.mci_sdcache_size);
H A Dcache_mipsNN.c97 mci->mci_sdcache_size);
217 mci->mci_sdcache_size);
H A Dcache_r5k.c414 r5k_sdcache_wbinv_range(MIPS_PHYS_TO_KSEG0(0), mips_cache_info.mci_sdcache_size);
427 va = MIPS_PHYS_TO_KSEG0(va & (mips_cache_info.mci_sdcache_size - 1));
H A Dcache.c228 if (mci->mci_sdcache_size) {
827 mci->mci_sdcache_size = 512*1024;
856 if (mci->mci_sdcache_size) {
859 mci->mci_sdcache_size / mci->mci_sdcache_ways;
1288 mci->mci_sdcache_size =
1299 mci->mci_sicache_size = mci->mci_sdcache_size;
H A Dmips_machdep.c1674 mci->mci_sdcache_size / 1024,
/netbsd-current/sys/arch/ews4800mips/ews4800mips/
H A Dtr2.c129 mips_cache_info.mci_sdcache_size = 1024 * 1024; /* 1MB L2-cache */
H A Dtr2a.c178 mips_cache_info.mci_sdcache_size = 1024 * 1024; /* 1MB L2-cache */
/netbsd-current/sys/arch/mips/include/
H A Dcache.h191 u_int mci_sdcache_size; /* and unified */ member in struct:mips_cache_info
/netbsd-current/sys/arch/sgimips/sgimips/
H A Dmachdep.c939 mips_cache_info.mci_sdcache_size = 0;
967 mci->mci_sdcache_size = COMPONENT_KEY_Cache_CacheSize(comp->Key);
/netbsd-current/sys/arch/pmax/pmax/
H A Dmachdep.c369 mips_cache_info.mci_sdcache_size = 1024 * 1024;
/netbsd-current/sys/arch/newsmips/newsmips/
H A Dmachdep.c387 mips_cache_info.mci_sdcache_size = 1024 * 1024;
/netbsd-current/sys/arch/arc/arc/
H A Dmachdep.c442 mips_cache_info.mci_sdcache_size = arc_cpu_l2cache_size;

Completed in 270 milliseconds