Home
last modified time | relevance | path

Searched refs:X86_FEATURE_TOPOEXT (Results 1 – 2 of 2) sorted by relevance

/arch/x86/include/asm/
Dcpufeature.h170 #define X86_FEATURE_TOPOEXT (6*32+22) /* topology extensions CPUID leafs */ macro
334 #define cpu_has_topoext boot_cpu_has(X86_FEATURE_TOPOEXT)
/arch/x86/kernel/cpu/
Damd.c615 !cpu_has(c, X86_FEATURE_TOPOEXT)) { in init_amd()
622 set_cpu_cap(c, X86_FEATURE_TOPOEXT); in init_amd()