Why is TLB(Translation look aside buffer) stored in PCB during context switch? Isnt saving page table for the process not enough?
Asked
Active
Viewed 362 times
1 Answers
-1
The Translation Look Aside buffer is NOT stored in the Process Context Block. On some processors the TLB has to be flushed as part of the context switch.

user3344003
- 20,574
- 3
- 26
- 62