Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/
H A Dscattered.c40 { X86_FEATURE_MBA, CPUID_EBX, 3, 0x00000010, 0 },
48 { X86_FEATURE_MBA, CPUID_EBX, 6, 0x80000008, 0 },
H A Dcpuid-deps.c76 { X86_FEATURE_PER_THREAD_MBA, X86_FEATURE_MBA },
/openbmc/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h212 #define X86_FEATURE_MBA ( 7*32+18) /* Memory Bandwidth Allocation */ macro
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h211 #define X86_FEATURE_MBA ( 7*32+18) /* Memory Bandwidth Allocation */ macro
/openbmc/linux/arch/x86/kernel/cpu/resctrl/
H A Dcore.c697 RDT_OPT(RDT_FLAG_MBA, "mba", X86_FEATURE_MBA),
753 if (!rdt_cpu_has(X86_FEATURE_MBA)) in get_mem_config()