| /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 139 for (size_t way = 0; way < ways; way++) { 151 const size_t ways = mci->mci_pdcache_ways; local 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 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 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 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 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 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 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/ |
| deptgt-makeflags.mk | 73 # This is one of the very few ways (maybe even the only one) to inject literal
|
| sh-flags.mk | 5 # switches interact in various non-obvious ways. To analyze the interactions,
|
| 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 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/distrib/miniroot/ |
| install.sub | 1255 There are 2 different ways the file can be stored on tape:
|
| /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 1133 ways[EDRAM_WAYS_IDX(cap)] *
|