Searched refs:__cpuid (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/tools/testing/selftests/x86/ |
D | pkey-helpers.h | 145 static inline void __cpuid(unsigned int *eax, unsigned int *ebx, in __cpuid() function 171 __cpuid(&eax, &ebx, &ecx, &edx); in cpu_has_pku() 203 __cpuid(&eax, &ebx, &ecx, &edx); in pkru_xstate_offset()
|
/Linux-v5.4/arch/x86/include/asm/ |
D | processor.h | 569 #define __cpuid native_cpuid macro 595 __cpuid(eax, ebx, ecx, edx); in cpuid() 605 __cpuid(eax, ebx, ecx, edx); in cpuid_count()
|
D | paravirt.h | 88 static inline void __cpuid(unsigned int *eax, unsigned int *ebx, in __cpuid() function
|
/Linux-v5.4/tools/power/cpupower/utils/helpers/ |
D | cpuid.c | 28 __cpuid(op, eax, ebx, ecx, edx); \
|
/Linux-v5.4/tools/power/x86/turbostat/ |
D | turbostat.c | 1726 __cpuid(1, eax, ebx, ecx, edx); in get_apic_id() 1741 __cpuid(0x80000001, eax, ebx, ecx, edx); in get_apic_id() 1748 __cpuid(0x8000001e, eax, ebx, ecx, edx); in get_apic_id() 1761 __cpuid(0xb, eax, ebx, ecx, edx); in get_apic_id() 4006 __cpuid(0x80000007, eax, ebx, ecx, edx); in rapl_probe_amd() 4632 __cpuid(0, max_level, ebx, ecx, edx); in process_cpuid() 4645 __cpuid(1, fms, ebx, ecx, edx); in process_cpuid() 4662 __cpuid(0x80000000, max_extended_level, ebx, ecx, edx); in process_cpuid() 4691 __cpuid(0x80000007, eax, ebx, ecx, edx); in process_cpuid() 4700 __cpuid(0x6, eax, ebx, ecx, edx); in process_cpuid() [all …]
|
/Linux-v5.4/tools/power/x86/intel-speed-select/ |
D | isst-config.c | 78 __cpuid(1, fms, ebx, ecx, edx); in update_cpu_model()
|