Lines Matching refs:ebx
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()
67 cpuid(&eax,&ebx,&ecx,&edx, 1234,0); in main()
68 cpuid(&eax,&ebx,&ecx,&edx, 0x800004d3,0); in main()
79 void cpuid ( UInt* eax, UInt* ebx, UInt* ecx, UInt* edx, in cpuid() argument
86 *eax = a; *ebx = b; *ecx = c; *edx = d; in cpuid()
93 UInt eax, ebx, ecx, edx; in main() local
97 cpuid(&eax,&ebx,&ecx,&edx, 0,0); in main()
101 cpuid(&eax,&ebx,&ecx,&edx, i,0); in main()
106 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in); in main()
114 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in); in main()
122 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in); in main()
132 cpuid(&eax,&ebx,&ecx,&edx, 0x80000000,0); in main()
135 cpuid(&eax,&ebx,&ecx,&edx, i,0); in main()
139 cpuid(&eax,&ebx,&ecx,&edx, 1234,0); in main()
140 cpuid(&eax,&ebx,&ecx,&edx, 0x800004d3,0); in main()