Searched refs:TLB_DATA_4K (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | intel.c | 762 #define TLB_DATA_4K 0x11 macro 779 { 0x03, TLB_DATA_4K, 64, " TLB_DATA 4 KByte pages, 4-way set associative" }, 797 { 0x6b, TLB_DATA_4K, 256, " TLB_DATA 4 KByte pages, 8-way associative" }, 804 { 0xb3, TLB_DATA_4K, 128, " TLB_DATA 4 KByte pages, 4-way set associative" }, 805 { 0xb4, TLB_DATA_4K, 256, " TLB_DATA 4 KByte pages, 4-way associative" }, 808 { 0xba, TLB_DATA_4K, 64, " TLB_DATA 4 KByte pages, 4-way associative" }, 873 case TLB_DATA_4K: in intel_tlb_lookup()
|