Lines Matching defs:eax
7 void cpuid ( UInt* eax, UInt* ebx, UInt* ecx, UInt* edx,
14 *eax = a; *ebx = b; *ecx = c; *edx = d;
21 UInt eax, ebx, ecx, edx;
25 cpuid(&eax,&ebx,&ecx,&edx, 0,0);
26 maxidx = eax;
29 cpuid(&eax,&ebx,&ecx,&edx, i,0);
34 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in);
42 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in);
50 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in);
60 cpuid(&eax,&ebx,&ecx,&edx, 0x80000000,0);
61 maxextidx = eax;
63 cpuid(&eax,&ebx,&ecx,&edx, i,0);
67 cpuid(&eax,&ebx,&ecx,&edx, 1234,0);
68 cpuid(&eax,&ebx,&ecx,&edx, 0x800004d3,0);
79 void cpuid ( UInt* eax, UInt* ebx, UInt* ecx, UInt* edx,
86 *eax = a; *ebx = b; *ecx = c; *edx = d;
93 UInt eax, ebx, ecx, edx;
97 cpuid(&eax,&ebx,&ecx,&edx, 0,0);
98 maxidx = eax;
101 cpuid(&eax,&ebx,&ecx,&edx, i,0);
106 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in);
114 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in);
122 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in);
132 cpuid(&eax,&ebx,&ecx,&edx, 0x80000000,0);
133 maxextidx = eax;
135 cpuid(&eax,&ebx,&ecx,&edx, i,0);
139 cpuid(&eax,&ebx,&ecx,&edx, 1234,0);
140 cpuid(&eax,&ebx,&ecx,&edx, 0x800004d3,0);