Searched refs:X86_FEATURE_MBA (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | scattered.c | 40 { X86_FEATURE_MBA, CPUID_EBX, 3, 0x00000010, 0 }, 48 { X86_FEATURE_MBA, CPUID_EBX, 6, 0x80000008, 0 },
|
H A D | cpuid-deps.c | 76 { X86_FEATURE_PER_THREAD_MBA, X86_FEATURE_MBA },
|
/openbmc/linux/tools/arch/x86/include/asm/ |
H A D | cpufeatures.h | 212 #define X86_FEATURE_MBA ( 7*32+18) /* Memory Bandwidth Allocation */ macro
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | cpufeatures.h | 211 #define X86_FEATURE_MBA ( 7*32+18) /* Memory Bandwidth Allocation */ macro
|
/openbmc/linux/arch/x86/kernel/cpu/resctrl/ |
H A D | core.c | 697 RDT_OPT(RDT_FLAG_MBA, "mba", X86_FEATURE_MBA), 753 if (!rdt_cpu_has(X86_FEATURE_MBA)) in get_mem_config()
|