Searched refs:is_icache (Results 1 - 6 of 6) sorted by relevance

/gem5/src/mem/ruby/structures/
H A DRubyCache.py44 is_icache = Param.Bool(False, "is instruction only cache"); variable in class:RubyCache
H A DCacheMemory.cc70 m_is_instruction_only_cache = p->is_icache;
/gem5/configs/ruby/
H A DMESI_Three_Level.py92 l0i_cache = L0Cache(size = '4096B', assoc = 1, is_icache = True,
96 l0d_cache = L0Cache(size = '4096B', assoc = 1, is_icache = False,
128 is_icache = False)
H A DMESI_Two_Level.py77 is_icache = True)
81 is_icache = False)
H A DMOESI_CMP_directory.py93 is_icache = True)
97 is_icache = False)
H A DMOESI_hammer.py85 is_icache = True)

Completed in 11 milliseconds