Searched refs:Cache (Results 1 – 15 of 15) sorted by relevance
/Renode-v1.15.3-c57714d/tools/guest_cache/src/ |
D | presets.py | 1 from cache import Cache 5 'l1i': Cache('l1i,u74', 15, 6, 64, 4, None), 6 'l1d': Cache('l1d,u74', 15, 6, 64, 8, None), 13 'l1i': Cache('l1i,e31', 14, 5, 32, 2, None),
|
D | cache_testbench.py | 9 from cache import Cache 22 def configure_caches(self, cache: Cache) -> None: argument 44 def tag_in_cache(cache: Cache, tag: int) -> bool: argument 65 cache = Cache( 221 cache = Cache( 302 cache = Cache( 403 cache = Cache( 444 cache = Cache( 502 cache = Cache(
|
D | renode_cache_interface.py | 15 from cache import Cache 31 l1i: Cache | None = None, 32 l1d: Cache | None = None, 165 return Cache(
|
D | cache.py | 39 class Cache: class
|
/Renode-v1.15.3-c57714d/tools/guest_cache/ |
D | README.md | 1 # Renode Guest Cache Modelling Analyzer 39 Cache size: 32768 bytes 46 Cache size: 32768 bytes
|
/Renode-v1.15.3-c57714d/platforms/cpus/ |
D | max32652.repl | 146 Tag <0x4002A000 0x1000> "I-Cache Controller 0" 148 Tag <0x4002F000 0x1000> "I-Cache Controller 1" 151 Tag <0x40033000 0x1000> "D-Cache Controller"
|
D | vexpress.repl | 31 pl310: Cache.PL310 @ sysbus <0x1E00A000, +0x10000>
|
D | zynq-7000.repl | 7 pl310: Cache.PL310 @ sysbus <0xF8F02000, +0x1000>
|
D | tegra2.repl | 47 pl310: Cache.PL310 @ sysbus <0x50043000, +0x1000>
|
D | tegra3.repl | 60 pl310: Cache.PL310 @ sysbus <0x50043000, +0x1000>
|
D | polarfire-soc.repl | 304 SilenceRange <0x02010010, 0x02010FFF> # "Cache controller"
|
D | renesas-r7fa4m1a.repl | 385 Tag <0x4001c000,0x4001c11f> "FCACHE" // Flash Cache
|
D | renesas-r7fa8m1a.repl | 462 Tag <0x4001c100,0x4001c143> "FCACHE" // Flash Cache
|
/Renode-v1.15.3-c57714d/tests/unit-tests/ |
D | register-read-caching.robot | 24 Cache Read Value
|
/Renode-v1.15.3-c57714d/tests/ |
D | renode-keywords.robot | 94 Enable Logging To Cache
|