Hi
I am trying to find out why the TLB size from my CPU changes depending from the page size:
$ cpuid | grep -i tlb
cache and TLB information (2):
0x5a: data TLB: 2M/4M pages, 4-way, 32 entries
0x55: instruction TLB: 2M/4M pages, fully, 7 entries
0x03: data TLB: 4K pages, 4-way, 64 entries
0xb2: instruction TLB: 4K, 4-way, 64 entries
0xca: L2 TLB: 4K, 4-way, 512 entries
When using pages size as 4K there are much more entries. why?
I am trying to find out why the TLB size from my CPU changes depending from the page size:
$ cpuid | grep -i tlb
cache and TLB information (2):
0x5a: data TLB: 2M/4M pages, 4-way, 32 entries
0x55: instruction TLB: 2M/4M pages, fully, 7 entries
0x03: data TLB: 4K pages, 4-way, 64 entries
0xb2: instruction TLB: 4K, 4-way, 64 entries
0xca: L2 TLB: 4K, 4-way, 512 entries
When using pages size as 4K there are much more entries. why?