TLB (Translation Reserve Buffer) is a cache used by the memory management unit to improve the conversion speed from virtual address to physical address.
TLB is a small virtual addressing cache, in which each row holds a block composed of a single PTE. If there is no TLB, you need to access the memory twice every time you fetch data, that is, look up the page table to get the physical address to fetch data.