Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h315 #define X86_FEATURE_ZEN2 (11*32+28) /* "" CPU based on Zen2 microarchitecture */ macro
/openbmc/linux/arch/x86/kernel/cpu/
H A Damd.c622 setup_force_cpu_cap(X86_FEATURE_ZEN2); in bsp_init_amd()
1136 else if (boot_cpu_has(X86_FEATURE_ZEN2)) in init_amd()
/openbmc/linux/arch/x86/events/amd/
H A Dcore.c278 if (cpu_feature_enabled(X86_FEATURE_ZEN2) || boot_cpu_data.x86 >= 0x19) in amd_pmu_event_map()