in Operating System
772 views
0 votes
0 votes

 

in Operating System
by
772 views

4 Comments

Please Explain here anybody :(
0
0

TLB Miss

If we don't find the page frame number inside the TLB, it is called a TLB miss only then we go to the page table to look for the corresponding page frame number.

 

Now where page table stored in?

Most modern systems provide some hardware acceleration for translating page addresses, and maintain an on-chip cache of translations (the TLB, or translation lookaside buffer). This table is not the page table, but is a cache for recently used page table entries. 

so in case of TLB miss just access the cache.

Got the point?

For more https://stackoverflow.com/questions/37825859/cache-miss-a-tlb-miss-and-page-fault/37827756

https://www.quora.com/Where-in-the-computer-architecture-is-the-page-table-stored-in 

0
0
Ans D)
0
0

1 Answer

3 votes
3 votes

TLB---->Cache mem---->main mem.