Software Tuning, Performance Optimization & Platform Monitoring
Discussion regarding monitoring and software tuning methodologies, Performance Monitoring Unit (PMU) of Intel microprocessors, and platform updating.

STLB Operation

infinitesteps
Beginner
2,132 Views

Regarding the STLB described in:Intel 64 and IA-32 Architectures Software Developers ManualVolume 3A: System Programming Guide, Part 1

Question: Is the DTLB (and ITLB) a subset of the STLB? Or does the STLB only contain evicted I/DTLB entries?

Thanks,

Dannie


0 Kudos
2 Replies
Hussam_Mousa__Intel_
New Contributor II
2,132 Views
STLB is a "second level TLB" and is adistinct structure fromthe DTLB and ITLB

You pointed to the correct reference document. Figure 11.2 and table 11.1 contain descriptions of these structures.
0 Kudos
Alan_Mimms
Beginner
2,132 Views

Distinct or not, the original question is unanswered. The question as I understand it (and would like to ask) is:

If STLB is a secondary level TLB does it act effectively as a cache for the ITLB and DTLB? If this is the case, does the STLB act as an exclusive or inclusive cache of those TLB entries? I.e., when, say, a DTLB miss occurs and there is a hit in the STLB for the requested translation, does the STLB continue to hold the entry even after that entry is deposited by the TLB miss handler into the DTLB (thus effectively wasting the STLB entry since it is a duplicate of a lower level cache entry) or is that STLB entry marked as invalid so that it will immediately fill with the next TLB miss's translation?

Thanks for your careful consideration to this question.

0 Kudos
Reply