/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++) {
|
mips_machdep.c | 1478 wayname(int ways) 1483 if (ways > 999) 1484 panic("mips cache - too many ways (%d)", ways); 1487 switch (ways) { 1493 snprintf(buf, sizeof(buf), "%d-way set-associative", ways);
|
/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.bin/make/unit-tests/ |
cond-func-make-main.mk | 6 # There are several ways to specify what is being made:
|
deptgt-begin.mk | 15 # There are several ways to resolve this situation, which are detailed below.
|
sh-flags.mk | 5 # switches interact in various non-obvious ways. To analyze the interactions,
|
deptgt-makeflags.mk | 73 # This is one of the very few ways (maybe even the only one) to inject literal
|
cond-func-empty.mk | 52 # in sometimes surprising ways. Applying the :S modifier to the undefined
|
directive-for-escape.mk | 169 # Demonstrate the various ways to refer to the iteration variable.
|
varmod-ifelse.mk | 270 # alternative ways to bring a '$' into the condition.
|
/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/share/mk/ |
bsd.doc.mk | 100 # As far as I know, the only ways to get the path discovered via .PATH
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
tegra30-cardhu.dtsi | 18 * The identification of board is done in two ways, by looking the sticker
|
/src/usr.bin/m4/TEST/ |
test.m4 | 222 CTK, Inc. is constantly learning new things. It learns ways to avoid
|
/src/distrib/miniroot/ |
install.sub | 1255 There are 2 different ways the file can be stored on tape:
|
/src/sys/external/isc/libsodium/dist/m4/ |
ax_pthread.m4 | 176 # other portions of the system API in unpredictable 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)] *
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
sdm845-cheza.dtsi | 783 * ways to some potential benefit for static configurations (you could
|