Lines Matching full:cpuid
29 shows features which the kernel supports. For a full list of CPUID flags
35 a: Feature flags can be derived from the contents of CPUID leaves.
37 These feature definitions are organized mirroring the layout of CPUID
45 b: Flags can be from scattered CPUID-based features.
47 Hardware features enumerated in sparsely populated CPUID leaves get
48 software-defined values. Still, CPUID needs to be queried to determine
51 checked at runtime in the respective CPUID leaf [EAX=f, ECX=0] bit EDX[1].
53 The intent of scattering CPUID leaves is to not bloat struct
54 cpuinfo_x86.x86_capability[] unnecessarily. For instance, the CPUID leaf
55 [EAX=7, ECX=0] has 30 features and is dense, but the CPUID leaf [EAX=7, EAX=1]
129 Even though the feature will still be detected via CPUID, the kernel disables