Home
last modified time | relevance | path

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

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