Searched refs:TLB_INST_4K (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/x86/kernel/cpu/ |
| H A D | cpuid_0x2_table.c | 91 TLB_ENTRY( 0x01, TLB_INST_4K, 32 ), /* TLB_INST 4 KByte pages, 4-way set associative */ 97 TLB_ENTRY( 0x4f, TLB_INST_4K, 32 ), /* TLB_INST 4 KByte pages */ 109 TLB_ENTRY( 0x61, TLB_INST_4K, 48 ), /* TLB_INST 4 KByte pages, full associative */ 116 TLB_ENTRY( 0xb0, TLB_INST_4K, 128 ), /* TLB_INST 4 KByte pages, 4-way set associative */ 118 TLB_ENTRY( 0xb2, TLB_INST_4K, 64 ), /* TLB_INST 4KByte pages, 4-way set associative */ 121 TLB_ENTRY( 0xb5, TLB_INST_4K, 64 ), /* TLB_INST 4 KByte pages, 8-way set associative */ 122 TLB_ENTRY( 0xb6, TLB_INST_4K, 128 ), /* TLB_INST 4 KByte pages, 8-way set associative */
|
| H A D | intel.c | 671 case TLB_INST_4K: in intel_tlb_lookup()
|
| /linux/arch/x86/include/asm/cpuid/ |
| H A D | types.h | 77 TLB_INST_4K = __TLB_TABLE_TYPE_BEGIN, enumerator
|