Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/
H A Dscattered.c37 { X86_FEATURE_CAT_L2, CPUID_EBX, 2, 0x00000010, 0 },
/openbmc/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h199 #define X86_FEATURE_CAT_L2 ( 7*32+ 5) /* Cache Allocation Technology L2 */ macro
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h199 #define X86_FEATURE_CAT_L2 ( 7*32+ 5) /* Cache Allocation Technology L2 */ macro
/openbmc/linux/arch/x86/kernel/cpu/resctrl/
H A Dcore.c695 RDT_OPT(RDT_FLAG_L2_CAT, "l2cat", X86_FEATURE_CAT_L2),
795 if (rdt_cpu_has(X86_FEATURE_CAT_L2)) { in get_rdt_alloc_resources()