Home
last modified time | relevance | path

Searched refs:X86_FEATURE_SMBA (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/kernel/cpu/
H A Dscattered.c50 { X86_FEATURE_SMBA, CPUID_EBX, 2, 0x80000020, 0 },
/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h307 #define X86_FEATURE_SMBA (11*32+21) /* Slow Memory Bandwidth Allocation */ macro
/linux/arch/x86/include/asm/
H A Dcpufeatures.h307 #define X86_FEATURE_SMBA (11*32+21) /* Slow Memory Bandwidth Allocation */ macro
/linux/arch/x86/kernel/cpu/resctrl/
H A Dcore.c835 RDT_OPT(RDT_FLAG_SMBA, "smba", X86_FEATURE_SMBA),
905 if (!rdt_cpu_has(X86_FEATURE_SMBA)) in get_slow_mem_config()