D | cpuid.c | 7 void cpuid ( UInt* eax, UInt* ebx, UInt* ecx, UInt* edx, in cpuid() argument 14 *eax = a; *ebx = b; *ecx = c; *edx = d; in cpuid() 21 UInt eax, ebx, ecx, edx; in main() local 25 cpuid(&eax,&ebx,&ecx,&edx, 0,0); in main() 29 cpuid(&eax,&ebx,&ecx,&edx, i,0); in main() 34 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in); in main() 42 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in); in main() 50 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in); in main() 60 cpuid(&eax,&ebx,&ecx,&edx, 0x80000000,0); in main() 63 cpuid(&eax,&ebx,&ecx,&edx, i,0); in main() [all …]
|