Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dcpufeatures.h315 #define X86_FEATURE_ZEN2 (11*32+28) /* "" CPU based on Zen2 microarchitecture */ macro
/arch/x86/kernel/cpu/
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()
/arch/x86/events/amd/
Dcore.c278 if (cpu_feature_enabled(X86_FEATURE_ZEN2) || boot_cpu_data.x86 >= 0x19) in amd_pmu_event_map()