Home | History | Annotate | Download | only in cpuinfo

Lines Matching refs:CPUID

71 "        movl    $1,%0               # We have CPUID support           \n"
79 CPUid by definition. But it's nice to be able to prove it. :) */
91 " movl $1,%0 # We have CPUID support \n"
109 mov has_CPUID,1 ; We have CPUID support
151 " xorl %%eax,%%eax # Set up for CPUID instruction \n"
153 " cpuid # Get and save vendor ID \n"
155 " cmpl $1,%%eax # Make sure 1 is valid input for CPUID\n"
156 " jl 1f # We dont have the CPUID instruction\n"
160 " cpuid # Get family/model/stepping/features\n"
170 " xorl %%eax,%%eax # Set up for CPUID instruction \n"
172 " cpuid # Get and save vendor ID \n"
174 " cmpl $1,%%eax # Make sure 1 is valid input for CPUID\n"
175 " jl 1f # We dont have the CPUID instruction\n"
179 " cpuid # Get family/model/stepping/features\n"
189 xor eax, eax ; Set up for CPUID instruction
191 cpuid ; Get and save vendor ID
193 cmp eax, 1 ; Make sure 1 is valid input for CPUID
194 jl done ; We dont have the CPUID instruction
198 cpuid ; Get family/model/stepping/features
207 " cpuid \n"
214 " cpuid \n"
233 " cpuid # Get extended function limit \n"
239 " cpuid # and get the information \n"
251 " cpuid # Get extended function limit \n"
257 " cpuid # and get the information \n"
269 cpuid ; Get extended function limit
275 cpuid ; and get the information
284 " cpuid \n"
290 " cpuid \n"