Searched refs:CPUID (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/include/cpuid/
H A Dcpuid_spaces.h3 * \brief Address-space support for Mackerel CPUID device definitions
17 #define CPUID(offset, reg) __asm volatile("cpuid" : reg : "a" (offset)) macro
24 CPUID(offset, "=a" (eax));
31 CPUID(offset, "=b" (ebx));
38 CPUID(offset, "=c" (ecx));
45 CPUID(offset, "=d" (edx));
/barrelfish-master/kernel/include/arch/x86_64/
H A Dcpuid_spaces.h3 * \brief Address-space support for Mackerel CPUID device definitions
18 #define CPUID(offset, reg) \ macro
24 CPUID(offset, "=a" (eax));
31 CPUID(offset, "=b" (ebx));
38 CPUID(offset, "=c" (ecx));
45 CPUID(offset, "=d" (edx));
102 #undef CPUID macro
/barrelfish-master/kernel/include/arch/x86_32/
H A Dcpuid_spaces.h3 * \brief Address-space support for Mackerel CPUID device definitions
19 # define CPUID(offset, reg) \ macro
27 # define CPUID(offset, reg) \ macro
34 CPUID(offset, "=a" (eax));
51 CPUID(offset, "=b" (ebx));
59 CPUID(offset, "=c" (ecx));
66 CPUID(offset, "=d" (edx));
120 #undef CPUID macro
/barrelfish-master/lib/openssl-1.0.0d/Netware/
H A Dbuild.bat181 echo CPUID

Completed in 40 milliseconds