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/
A Dscattered.c58 { X86_FEATURE_AMD_LBR_V2, CPUID_EAX, 1, 0x80000022, 0 },
/arch/x86/include/asm/
A Dcpufeatures.h89 #define X86_FEATURE_AMD_LBR_V2 ( 3*32+17) /* "amd_lbr_v2" AMD Last Branch Record Extension Version… macro
/arch/x86/events/amd/
A Dlbr.c426 if (x86_pmu.version < 2 || !boot_cpu_has(X86_FEATURE_AMD_LBR_V2)) in amd_pmu_lbr_init()

Completed in 10 milliseconds