Hi all,
        I want to print all the virtual addresses of instruction cache misses. 
I noticed that in the function Cache<TagStore>::access() in cache_impl.hh, the 
DPRINTF will print the address of a cache access: pit->getAddr(). But I'm not 
sure it's the virtual address or the physical address. If it's a physical 
address, how can I get the corresponding virtual address?
        Thanks in advance.

--
Hongyuan Ding


_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to