OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sh_cache_way_size
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/sh3/sh3/
cache_sh3.c
52
int
sh_cache_way_size
;
variable in typeref:typename:int
109
sh_cache_way_size
= sh_cache_size_unified / 4/*way*/;
111
sh_cache_entry_mask = (
sh_cache_way_size
- 1) & ~15/*line-mask*/;
192
for (va = 0; va <
sh_cache_way_size
; va += 16 * 8)
Completed in 32 milliseconds
Indexes created Sat Oct 11 16:09:52 GMT 2025