Searched refs:__cpuid (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dcpuid.h64 #define __cpuid native_cpuid
78 __cpuid(eax, ebx, ecx, edx);
88 __cpuid(eax, ebx, ecx, edx);
134 __cpuid(regs + CPUID_EAX, regs + CPUID_EBX, regs + CPUID_ECX, regs + CPUID_EDX);
H A Dparavirt.h117 static inline void __cpuid(unsigned int *eax, unsigned int *ebx, function
/linux-master/tools/power/cpupower/utils/helpers/
H A Dcpuid.c28 __cpuid(op, eax, ebx, ecx, edx); \
/linux-master/tools/power/x86/intel-speed-select/
H A Dhfi-events.c237 __cpuid(6, eax, ebx, ecx, edx);
H A Disst-config.c148 __cpuid(1, fms, ebx, ecx, edx);
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dcpuid_test.c34 __cpuid(guest_cpuid->entries[i].function,
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h619 static inline void __cpuid(uint32_t function, uint32_t index, function
639 return __cpuid(function, 0, eax, ebx, ecx, edx);
687 __cpuid(function, index,
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c946 __cpuid(0x80000007, eax, ebx, ecx, edx);
3040 __cpuid(1, eax, ebx, ecx, edx);
3055 __cpuid(0x80000001, eax, ebx, ecx, edx);
3062 __cpuid(0x8000001e, eax, ebx, ecx, edx);
3075 __cpuid(0xb, eax, ebx, ecx, edx);
6252 __cpuid(0x1a, eax, ebx, ecx, edx);
6741 __cpuid(0, max_level, ebx, ecx, edx);
6754 __cpuid(1, fms, ebx, ecx, edx);
6778 __cpuid(0x80000000, max_extended_level, ebx, ecx, edx);
6811 __cpuid(
[all...]

Completed in 134 milliseconds