Searched refs:X86_FEATURE_MBA (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/arch/x86/kernel/cpu/ |
D | scattered.c | 39 { X86_FEATURE_MBA, CPUID_EBX, 3, 0x00000010, 0 }, 46 { X86_FEATURE_MBA, CPUID_EBX, 6, 0x80000008, 0 },
|
D | cpuid-deps.c | 74 { X86_FEATURE_PER_THREAD_MBA, X86_FEATURE_MBA },
|
/Linux-v6.1/arch/x86/include/asm/ |
D | cpufeatures.h | 212 #define X86_FEATURE_MBA ( 7*32+18) /* Memory Bandwidth Allocation */ macro
|
/Linux-v6.1/tools/arch/x86/include/asm/ |
D | cpufeatures.h | 212 #define X86_FEATURE_MBA ( 7*32+18) /* Memory Bandwidth Allocation */ macro
|
/Linux-v6.1/arch/x86/kernel/cpu/resctrl/ |
D | core.c | 672 RDT_OPT(RDT_FLAG_MBA, "mba", X86_FEATURE_MBA), 726 if (!rdt_cpu_has(X86_FEATURE_MBA)) in get_mem_config()
|