This TLB implements a 64 entries, 8-way set associative, cache with PLRU replacement policy. The second level TLB (STLB) implements 12-way set associative cache with 96 entries inside, managing by
MMU (memory management unit): it behaves like memory controller. In this way, providing connections and behavior managing between PMU, TLB and STLB.
PMU (performance management unit): provides general statistical collection capabilities generated by both caches.
- First level miss is followed by checking STLB.
- Hit in the second level causes insert to the TLB.
- Miss in the second level is followed by insertions to both levels.
This set contains with PCID (process context identifiers) feature for PTE is used by Intel to improve performance of paging structure.