Home
last modified time | relevance | path

Searched refs:TLB_DATA_4K (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/arch/x86/kernel/cpu/
Dintel.c790 #define TLB_DATA_4K 0x11 macro
807 { 0x03, TLB_DATA_4K, 64, " TLB_DATA 4 KByte pages, 4-way set associative" },
825 { 0x6b, TLB_DATA_4K, 256, " TLB_DATA 4 KByte pages, 8-way associative" },
832 { 0xb3, TLB_DATA_4K, 128, " TLB_DATA 4 KByte pages, 4-way set associative" },
833 { 0xb4, TLB_DATA_4K, 256, " TLB_DATA 4 KByte pages, 4-way associative" },
836 { 0xba, TLB_DATA_4K, 64, " TLB_DATA 4 KByte pages, 4-way associative" },
901 case TLB_DATA_4K: in intel_tlb_lookup()