Lines Matching refs:cpuid
4 Subject: [PATCH] cpuid: add common header
6 Add a helper function for people to execute the cpuid asm code.
33 +static inline void cpuid(unsigned int info, unsigned int *eax, unsigned int *ebx,
40 + "cpuid;"
71 -inline void cpuid(int op, int *eax, int *ebx, int *ecx, int *edx)
76 - __asm__("cpuid"
93 cpuid(1,&eax,&ebx,&ecx,&edx);
112 -inline void cpuid(int op, int *eax, int *ebx, int *ecx, int *edx)
117 - __asm__("cpuid"
134 cpuid(1,&eax,&ebx,&ecx,&edx);
153 -inline void cpuid(int op, int *eax, int *ebx, int *ecx, int *edx)
158 - __asm__("cpuid"
175 cpuid(1,&eax,&ebx,&ecx,&edx);