Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dcommon.c838 u32 junk, tfms, cap0, misc; in cpu_detect() local
840 cpuid(0x00000001, &tfms, &misc, &junk, &cap0); in cpu_detect()
845 if (cap0 & (1<<19)) { in cpu_detect()