Home
last modified time | relevance | path

Searched refs:X86_FEATURE_PER_THREAD_MBA (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/kernel/cpu/
H A Dscattered.c43 { X86_FEATURE_PER_THREAD_MBA, CPUID_ECX, 0, 0x00000010, 3 },
/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h285 #define X86_FEATURE_PER_THREAD_MBA (11*32+ 7) /* Per-thread Memory Bandwidth Allocation */ macro
/linux/arch/x86/kernel/cpu/resctrl/
H A Dcore.c226 if (boot_cpu_has(X86_FEATURE_PER_THREAD_MBA)) in __get_mem_config_intel()