Searched refs:ways (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/frv/
H A Doptions.c103 address_word ways = 0, sets = 0, linesize = 0; local
108 chp = parse_size (chp, &ways);
109 ways = check_pow2 (ways, "WAYS", cache_name, sd);
126 cache->ways = ways;
H A Dcache.h164 - ways must be a power of 2
168 unsigned configured_ways; /* Number of ways configured in each set. */
170 unsigned ways; /* Number of ways in each set. */ member in struct:__anon1495
182 /* The tags are stored by ways within sets in order to make computations
185 & ((cache)->tag_storage[(set) * (cache)->ways + (way)]) \
195 ((tag) - (cache)->tag_storage) & ~((cache)->ways - 1) \
200 CACHE_TAG_SET_START ((cache), (tag)) / (cache)->ways \
H A Dcache.c76 elements = cache->sets * cache->ways;
131 cache->sets = cache->sets * cache->ways;
132 cache->ways = 1;
140 cache->ways = cache->configured_ways;
172 /* IHSR8.DCWE or IHSR8.ICWE deternines which ways get RAM access. */
278 for (way = 0; way < cache->ways; ++way)
398 FRV_CACHE_TAG *limit = item + cache->ways;
406 tag->lru = cache->ways; /* Mark as most recently used. */
416 FRV_CACHE_TAG *limit = item + cache->ways;
440 /* The tag could be NULL is all ways i
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sh3/sh3/
H A Dcache_sh4.c78 int ways; local
94 ways = 1;
103 ways = 2;
132 sh_cache_ways = ways;
134 sh_cache_alias_mask = (dcache_size / ways - 1) & ~PAGE_MASK;
135 sh_cache_prefer_mask = (dcache_size / ways - 1);
353 * Clear the specified bits on single 32-byte cache line. 2-ways.
375 * Clear the specified bits on 8 32-byte cache lines. 2-ways.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/tic54x/
H A Dlabels.s3 * Local labels are undefined/reset in one of four ways:
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Dcache_mipsNN.c117 * worry about the N different "ways".
141 * worry about the N different "ways".
321 * worry about the N different "ways".
344 * worry about the N different "ways".
450 const u_int ways = mci->mci_pdcache_ways; local
468 * the way, we will be invalidating in two ways but eventually things
471 for (u_int way = 0; way < ways; way++) {
484 const u_int ways = mci->mci_pdcache_ways; local
502 * the way, we will be invalidating in two ways but eventually things
505 for (u_int way = 0; way < ways; wa
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/sparc32/
H A Dadd_n.asm144 C alignment of s2_ptr and res_ptr differ. Since there are only two ways
H A Dsub_n.asm234 C alignment of s2_ptr and res_ptr differ. Since there are only two ways
/netbsd-6-1-5-RELEASE/sys/arch/arm/arm/
H A Dcpufunc.c2894 int line_size, ways, nsets, wayshift, setshift; local
2903 ways = CPU_CSID_ASSOC(csid);
2906 wayshift = __builtin_clz(ways); /* leading zeros */
2912 for (way = ways; way >= 0; way--) {
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/powerpc32/vmx/
H A Dlogops_n.asm283 C in 2 relevant ways, which means we can always find a pair of aligned
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/engines/
H A Dmakeengines.com298 $! Now, there are two ways to handle this. We can either build

Completed in 280 milliseconds