Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dscattered.c52 { X86_FEATURE_AMD_LBR_V2, CPUID_EAX, 1, 0x80000022, 0 },
/arch/x86/include/asm/
Dcpufeatures.h99 #define X86_FEATURE_AMD_LBR_V2 ( 3*32+17) /* AMD Last Branch Record Extension Version 2 */ macro
/arch/x86/events/amd/
Dlbr.c435 if (x86_pmu.version < 2 || !boot_cpu_has(X86_FEATURE_AMD_LBR_V2)) in amd_pmu_lbr_init()