Lines Matching defs:CacheResult
133 typedef enum { Hit = 0, Miss, MissDirty } CacheResult;
243 CacheResult cachesim_setref(cache_t2* c, UInt set_no, UWord tag)
277 static CacheResult cachesim_ref(cache_t2* c, Addr a, UChar size)
293 CacheResult res1 = cachesim_setref(c, set1, tag);
294 CacheResult res2 = cachesim_setref(c, set2, tag2);
342 CacheResult cachesim_setref_wb(cache_t2* c, RefType ref, UInt set_no, UWord tag)
381 CacheResult cachesim_ref_wb(cache_t2* c, RefType ref, Addr a, UChar size)
397 CacheResult res1 = cachesim_setref_wb(c, ref, set1, tag);
398 CacheResult res2 = cachesim_setref_wb(c, ref, set2, tag2);