Searched refs:IOCache (Results 1 - 4 of 4) sorted by relevance

/gem5/configs/common/
H A DCaches.py78 class IOCache(Cache): class in inherits:Cache
/gem5/tests/configs/
H A Dbase_config.py296 system.iocache = IOCache(addr_ranges=system.mem_ranges)
/gem5/configs/example/arm/
H A Ddevices.py221 self.iocache = IOCache(addr_ranges=[self.mem_ranges[0]])
/gem5/configs/example/
H A Dfs.py185 # By default the IOCache runs at the system clock
186 test_sys.iocache = IOCache(addr_ranges = test_sys.mem_ranges)

Completed in 9 milliseconds