![]() |
|
|||
0001 // SPDX-License-Identifier: GPL-2.0 0002 #include <cpuid.h> 0003 0004 int main(void) 0005 { 0006 unsigned int eax = 0, ebx = 0, ecx = 0, edx = 0; 0007 return __get_cpuid(0x15, &eax, &ebx, &ecx, &edx); 0008 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |