Home | History | Annotate | Download | only in useful

Lines Matching refs:cpuid

7 void cpuid ( UInt* eax, UInt* ebx, UInt* ecx, UInt* edx, 
11 asm volatile ("cpuid"
25 cpuid(&eax,&ebx,&ecx,&edx, 0,0);
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);
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,
83 asm volatile ("cpuid"
97 cpuid(&eax,&ebx,&ecx,&edx, 0,0);
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);
135 cpuid(&eax,&ebx,&ecx,&edx, i,0);
139 cpuid(&eax,&ebx,&ecx,&edx, 1234,0);
140 cpuid(&eax,&ebx,&ecx,&edx, 0x800004d3,0);