operating systems - TLBs
Posted
by stabGreeol
on Stack Overflow
See other posts from Stack Overflow
or by stabGreeol
Published on 2010-04-22T22:22:07Z
Indexed on
2010/04/22
22:23 UTC
Read the original article
Hit count: 356
tlb
|operating-system
I'm trying to get my head round this (okay, tbh cramming a night before the exams :) but i can't figure out (nor find a good high level overview on the net) of this:
'page table entries can be mapped to more than one TLB entry.. if for example every page table entry is mappped to two TLB entries, this is know as 2-way set associative TLB'
My question is, why would we want to map this more than once? surely we want to have the maximum number of possible entries represented in the TLB, and duplication would waste space right ? What am i missing?
Many thanks
© Stack Overflow or respective owner