Lines Matching full:cpuid
23 /* Intel-defined SGX sub-features, CPUID level 0x12 (EAX). */
28 /* Intel-defined sub-features, CPUID level 0x00000007:1 (EDX) */
36 /* Intel-defined sub-features, CPUID level 0x00000007:2 (EDX) */
44 /* Intel-defined sub-features, CPUID level 0x00000024:0 (EBX) */
49 /* CPUID level 0x80000007 (EDX). */
52 /* CPUID level 0x80000022 (EAX) */
88 * Reverse CPUID and its derivatives can only be used for hardware-defined
89 * feature words, i.e. words whose bits directly correspond to a CPUID leaf.
90 * Retrieving a feature bit or masking guest CPUID from a Linux-defined word
181 const struct cpuid_reg cpuid = x86_feature_cpuid(x86_feature); in cpuid_entry_get_reg() local
183 return __cpuid_entry_get_reg(entry, cpuid.reg); in cpuid_entry_get_reg()