Home
last modified time | relevance | path

Searched refs:mci_picache_size (Results 1 – 10 of 10) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/mips/mips/
H A Dcache.c266 mci->mci_picache_size = r3k_picache_size(); in mips_config_cache_prehistoric()
414 if (mci->mci_picache_size > PAGE_SIZE) in mips_config_cache_prehistoric()
486 if (mci->mci_picache_size / mci->mci_picache_ways > PAGE_SIZE) in mips_config_cache_prehistoric()
665 if (mci->mci_picache_size) { in mips_config_cache_prehistoric()
871 mci->mci_picache_size = 0; in mips_config_cache_emips()
916 mci->mci_picache_size = R3900_C_SIZE_MIN << in tx3900_get_cache_config()
984 mci->mci_picache_size = MIPS3_CONFIG_CACHE_SIZE(config, in mips3_get_cache_config()
999 max(mci->mci_pdcache_size, mci->mci_picache_size) - 1; in mips3_get_cache_config()
1039 mci->mci_picache_size = MIPS4_CONFIG_CACHE_SIZE(config, in mips4_get_cache_config()
1050 max(mci->mci_pdcache_size, mci->mci_picache_size) - 1; in mips4_get_cache_config()
[all …]
H A Dcache_tx39.c66 MIPS_PHYS_TO_KSEG0(mips_cache_info.mci_picache_size)); in tx3900_icache_sync_all_16()
76 if ((eva - va) >= mips_cache_info.mci_picache_size) { in tx3900_icache_sync_range_16()
79 eva = MIPS_PHYS_TO_KSEG0(mips_cache_info.mci_picache_size); in tx3900_icache_sync_range_16()
160 MIPS_PHYS_TO_KSEG0(mips_cache_info.mci_picache_size)); in tx3920_icache_sync_all_16wb()
H A Dcache_r3k.c62 vaddr_t eva = va + mips_cache_info.mci_picache_size; in r3k_icache_sync_all()
74 if ((eva - va) >= mips_cache_info.mci_picache_size) { in r3k_icache_sync_range()
H A Dcache_r4k.c63 mips_cache_info.mci_picache_size); in r4k_icache_sync_all_generic()
H A Dcache_mipsNN.c71 mci->mci_picache_size); in mipsNN_picache_sync_all()
H A Dcache_ls2.c63 if (va + mci->mci_picache_size <= eva) { in ls2_icache_sync_range()
H A Dcache_r5k.c102 mci->mci_picache_size); in r5k_picache_sync_all()
H A Dmips_machdep.c1526 if (mci->mci_picache_size) in cpu_identify()
1528 "%d TLB entries\n", mci->mci_picache_size / 1024, in cpu_identify()
1576 if (mci->mci_picache_size) in cpu_identify()
1579 mci->mci_picache_size / 1024, in cpu_identify()
H A Dmips_fixup.c483 if (sizeof(uint32_t [end - start]) > mips_cache_info.mci_picache_size) in mips_fixup_stubs()
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/mips/include/
H A Dcache.h168 u_int mci_picache_size; member