Re: [gem5-users] Where cache access functions actually defined.

2013-04-09 Thread Umesh Bhaskar
unset_cache_entry() can be found in src/mem/slicc/symbols/StateMachine.py On Tue, Apr 9, 2013 at 1:48 AM, Mann wrote: > Hi all > I am not able to find, where exactly these cache access functions are > defined? > - is_invalid eg. is_invalid(cache_entry) > - deallocate eg L1IcacheMemory.deall

[gem5-users] Where cache access functions actually defined.

2013-04-09 Thread Mann
Hi all I am not able to find, where exactly these cache access functions are defined? - is_invalid eg. is_invalid(cache_entry) - deallocate eg L1IcacheMemory.deallocate(address); - unset_cache_entry(); I am only able to get the usage, Have checked protocol,SLICC etc -- Cheers... Mann