edited by
437 views
0 votes
0 votes
1.What are global miss rate and local miss rates in two level cache.

Lmr is no. of misses on cache / total no. Of access to the cache

Gmr is no. of misses on cache / total no. Of cpu generated ref.

2.Global miss rate of both levels of caches will be same or different?

3.What is no. Of stalls created per instruction in two level cache?(formula?)

I understood what lmr of any cache is.

but gmr is quite confusing.

For better understanding  lets take an eg.

Cpu generates 10 mem. Ref.

L1 is closed to cpu then l2 and then main memory. So l1 is lower level and l2 is higher level. 6 mem. Ref. Are found in l1 and for remaining 4 mem. Ref. L2 is accessed.  and only 2 mem. Ref. Are found in l2.
edited by

Please log in or register to answer this question.

Related questions

2 votes
2 votes
2 answers
1
Veerendra V asked Nov 6, 2016
1,611 views
What is virtual indexed cache? How is it different from physical indexed cache? What is virtually indexed physical tagged cache? If possible point me to proper resources....