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 Dcpuid-deps.c79 { X86_FEATURE_PER_THREAD_MBA, X86_FEATURE_MBA },
/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()