Home
last modified time | relevance | path

Searched refs:mci_pdcache_size (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/sys/arch/mips/mips/
Dcache.c216 if (mci->mci_pdcache_size || 1) { /* XXX- must have primary Dcache */ in mips_config_cache()
267 mci->mci_pdcache_size = r3k_pdcache_size(); in mips_config_cache_prehistoric()
295 uvmexp.ncolors = atop(mci->mci_pdcache_size); in mips_config_cache_prehistoric()
379 atop(mci->mci_pdcache_size) / mci->mci_pdcache_ways; in mips_config_cache_prehistoric()
417 if (mci->mci_pdcache_size > PAGE_SIZE) in mips_config_cache_prehistoric()
487 if (mci->mci_pdcache_size / mci->mci_pdcache_ways > PAGE_SIZE) in mips_config_cache_prehistoric()
625 if (mci->mci_pdcache_size / mci->mci_pdcache_ways > PAGE_SIZE) in mips_config_cache_prehistoric()
673 if (mci->mci_pdcache_size) { in mips_config_cache_prehistoric()
676 mci->mci_pdcache_size / mci->mci_pdcache_ways; in mips_config_cache_prehistoric()
881 mci->mci_pdcache_size = 0; in mips_config_cache_emips()
[all …]
Dcache_r3k.c86 vaddr_t eva = va + mips_cache_info.mci_pdcache_size; in r3k_pdcache_wbinv_all()
100 if ((eva - va) >= mips_cache_info.mci_pdcache_size) { in r3k_pdcache_inv_range()
Dcache_tx39.c97 vaddr_t eva = va + mips_cache_info.mci_pdcache_size; in tx3900_pdcache_wbinv_all_4()
191 vaddr_t eva = va + mips_cache_info.mci_pdcache_size; in tx3920_pdcache_wbinv_all_16wt()
209 vaddr_t eva = va + mips_cache_info.mci_pdcache_size; in tx3920_pdcache_wbinv_all_16wb()
Dcache_r5k.c162 mci->mci_pdcache_size); in r5k_pdcache_wbinv_all()
192 mci->mci_pdcache_size); in r5k_pdcache_wbinv_range_index()
225 if (eva - va >= mips_cache_info.mci_pdcache_size) { in r4600v1_pdcache_wbinv_range_32()
Dcache_mipsNN.c84 mci->mci_pdcache_size); in mipsNN_pdcache_wbinv_all()
174 mci->mci_pdcache_size); in mipsNN_pdcache_wbinv_range_index()
Dcache_r4k.c95 mips_cache_info.mci_pdcache_size); in r4k_pdcache_wbinv_all_generic()
Dmips_machdep.c1612 if (mci->mci_pdcache_size) in cpu_identify()
1614 mci->mci_pdcache_size / 1024, in cpu_identify()
1662 if (mci->mci_pdcache_size) in cpu_identify()
1665 mci->mci_pdcache_size / 1024, in cpu_identify()
/netbsd/src/sys/arch/sgimips/sgimips/
Dbus.c192 if (len >= mips_cache_info.mci_pdcache_size) { in _bus_dmamap_sync_mips1()
/netbsd/src/sys/arch/pmax/pmax/
Dbus.c164 if (len >= mips_cache_info.mci_pdcache_size) { in _bus_dmamap_sync_r3k()
Dbus_dma.c478 if (len >= mips_cache_info.mci_pdcache_size) { in _bus_dmamap_sync_r3k()
/netbsd/src/sys/arch/mips/include/
Dcache.h181 u_int mci_pdcache_size; /* and unified */ member
/netbsd/src/sys/arch/mipsco/mipsco/
Dbus_dma.c446 if (len >= mips_cache_info.mci_pdcache_size) { in _bus_dmamap_sync()
/netbsd/src/sys/arch/emips/emips/
Dbus_dma.c478 if (len >= mips_cache_info.mci_pdcache_size) { in _bus_dmamap_sync_r3k()
/netbsd/src/sys/arch/newsmips/newsmips/
Dbus.c523 if (len >= mips_cache_info.mci_pdcache_size) { in _bus_dmamap_sync_r3k()