Searched refs:X86_FEATURE_MBA (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/arch/x86/kernel/cpu/ |
| D | scattered.c | 37 { X86_FEATURE_MBA, CPUID_EBX, 3, 0x00000010, 0 }, 41 { X86_FEATURE_MBA, CPUID_EBX, 6, 0x80000008, 0 },
|
| /Linux-v5.4/tools/arch/x86/include/asm/ |
| D | cpufeatures.h | 210 #define X86_FEATURE_MBA ( 7*32+18) /* Memory Bandwidth Allocation */ macro
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | cpufeatures.h | 210 #define X86_FEATURE_MBA ( 7*32+18) /* Memory Bandwidth Allocation */ macro
|
| /Linux-v5.4/arch/x86/kernel/cpu/resctrl/ |
| D | core.c | 772 RDT_OPT(RDT_FLAG_MBA, "mba", X86_FEATURE_MBA), 824 if (!rdt_cpu_has(X86_FEATURE_MBA)) in get_mem_config()
|