edited by
1,065 views
0 votes
0 votes

 

edited by

2 Answers

0 votes
0 votes
If you don't  assume hierchical structure, then it will be like

TLB1 access time+(miss rate of TLB1 * TLB2 access time)+(miss rate of TLB1 * miss rate of TLB2 *MAIN memory access time)

=10+0.9*20+0.9*0.8*1000=7228
0 votes
0 votes
L1 hit + L1 miss then (L2 hit + L2 miss (Page Table access))

=> 0.1 (10) + 0.9(0.2*(10+20) + 0.8*(10+20+10000)) = 7228 ns

Related questions

0 votes
0 votes
2 answers
3