Lines Matching refs:ecx
33 /* descriptor info for eax/ebx/ecx/edx */
174 /* Return true is the input eax/ebx/ecx/edx are all zero */
241 u32 eax, ebx, ecx, edx;
243 cpuid(range->index, max_func, ebx, ecx, edx);
268 cpuid(f, eax, ebx, ecx, edx);
270 allzero = cpuid_store(range, f, 0, eax, ebx, ecx, edx);
295 cpuid_count(f, subleaf, eax, ebx, ecx, edx);
297 allzero = cpuid_store(range, f, subleaf, eax, ebx, ecx, edx);