Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dcpufeature.h352 #define cpu_has_de boot_cpu_has(X86_FEATURE_DE) macro
/linux-4.1.27/arch/x86/kernel/cpu/
Dcommon.c1468 if (cpu_feature_enabled(X86_FEATURE_VME) || cpu_has_tsc || cpu_has_de) in cpu_init()