/src/sys/arch/mips/mips/ |
cache_mipsNN.c | 67 * worry about the N different "ways". 81 * worry about the N different "ways". 94 * worry about the N different "ways". 112 const size_t ways = mci->mci_picache_ways; local in function:mipsNN_picache_sync_range_index 139 for (size_t way = 0; way < ways; way++) { 151 const size_t ways = mci->mci_pdcache_ways; local in function:mipsNN_pdcache_wbinv_range_index 180 * the way, we will be invalidating in two ways but eventually things 183 for (size_t way = 0; way < ways; way++) { 194 const size_t ways = mci->mci_sdcache_ways; local in function:mipsNN_sdcache_wbinv_range_index 223 * the way, we will be invalidating in two ways but eventually thing [all...] |
cache_r5k.c | 97 * worry about the N different "ways". 117 const size_t ways = mci->mci_picache_ways; local in function:r5k_picache_sync_range_index 144 for (size_t way = 0; way < ways; way++) { 159 * worry about the N different "ways". 169 const size_t ways = mci->mci_pdcache_ways; local in function:r5k_pdcache_wbinv_range_index 198 * the way, we will be invalidating in two ways but eventually things 201 for (size_t way = 0; way < ways; way++) {
|
/src/sys/arch/x86/x86/ |
identcpu_subr.c | 219 int type, level, ways, partitions, linesize, sets, totalsize; local in function:cpu_dcp_cacheinfo 257 ways = __SHIFTOUT(descs[1], CPUID_DCP_WAYS) + 1; 263 totalsize = ways * partitions * linesize * sets; 265 ci->ci_cinfo[caitype].cai_associativity = ways;
|
/src/sys/arch/sh3/sh3/ |
cache_sh4.c | 78 int ways; local in function:sh4_cache_config 94 ways = 1; 103 ways = 2; 115 ways = 2; 146 sh_cache_ways = ways; 148 sh_cache_alias_mask = (dcache_size / ways - 1) & ~PAGE_MASK; 149 sh_cache_prefer_mask = (dcache_size / ways - 1); 374 * Clear the specified bits on single 32-byte cache line. 2-ways. 396 * Clear the specified bits on 8 32-byte cache lines. 2-ways.
|
/src/sys/arch/riscv/sifive/ |
fu540_ccache.c | 196 uint32_t ways = sc->sc_size / (sc->sc_sets * sc->sc_line_size); local in function:fu540_ccache_attach 200 sc->sc_level, sc->sc_size / 1024, sc->sc_line_size, ways, 209 aprint_verbose_dev(self, "No. of ways per bank %4" __PRIuBIT "\n",
|
/src/usr.sbin/cpuctl/arch/ |
i386.c | 973 int type, level, ways, linesize, sets; local in function:intel_cpu_cacheinfo 1168 ways = __SHIFTOUT(descs[1], CPUID_DATP_WAYS); 1172 = ways * sets; /* entries */ 1174 = full ? 0xff : ways;
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_drv.c | 1129 static const u8 ways[8] = { 4, 8, 12, 16, 16, 16, 16, 16 }; local in function:gen9_edram_size_mb 1133 ways[EDRAM_WAYS_IDX(cap)] *
|