Lines Matching full:cpuid
171 * if and only if CPUID exists and has flags other than the FPU flag set.
173 movl $-1,pa(X86_CPUID) # preset CPUID level
181 # which means no CPUID and no CR4
184 cpuid
185 movl %eax,pa(X86_CPUID) # save largest std CPUID function
188 cpuid
189 andl $~1,%edx # Ignore CPUID.FPU
190 jz .Lenable_paging # No flags or only CPUID.FPU = no CR4
200 cpuid
210 cpuid
245 xorl %eax,%eax # call CPUID with 0 -> return vendor ID
246 cpuid
247 movl %eax,X86_CPUID # save CPUID level
255 movl $1,%eax # Use the CPUID instruction to get CPU type
256 cpuid