Home
last modified time | relevance | path

Searched refs:__cpuid (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/tools/testing/selftests/vm/
Dpkey-x86.h83 static inline void __cpuid(unsigned int *eax, unsigned int *ebx, in __cpuid() function
109 __cpuid(&eax, &ebx, &ecx, &edx); in cpu_has_pkeys()
146 __cpuid(&eax, &ebx, &ecx, &edx); in pkey_reg_xstate_offset()
/Linux-v5.10/arch/x86/include/asm/
Dprocessor.h596 #define __cpuid native_cpuid macro
621 __cpuid(eax, ebx, ecx, edx); in cpuid()
631 __cpuid(eax, ebx, ecx, edx); in cpuid_count()
Dparavirt.h94 static inline void __cpuid(unsigned int *eax, unsigned int *ebx, in __cpuid() function
/Linux-v5.10/tools/power/cpupower/utils/helpers/
Dcpuid.c28 __cpuid(op, eax, ebx, ecx, edx); \
/Linux-v5.10/tools/power/x86/turbostat/
Dturbostat.c1840 __cpuid(1, eax, ebx, ecx, edx); in get_apic_id()
1855 __cpuid(0x80000001, eax, ebx, ecx, edx); in get_apic_id()
1862 __cpuid(0x8000001e, eax, ebx, ecx, edx); in get_apic_id()
1875 __cpuid(0xb, eax, ebx, ecx, edx); in get_apic_id()
4360 __cpuid(0x80000007, eax, ebx, ecx, edx); in rapl_probe_amd()
5015 __cpuid(0, max_level, ebx, ecx, edx); in process_cpuid()
5028 __cpuid(1, fms, ebx, ecx, edx); in process_cpuid()
5045 __cpuid(0x80000000, max_extended_level, ebx, ecx, edx); in process_cpuid()
5074 __cpuid(0x80000007, eax, ebx, ecx, edx); in process_cpuid()
5083 __cpuid(0x6, eax, ebx, ecx, edx); in process_cpuid()
[all …]
/Linux-v5.10/tools/power/x86/intel-speed-select/
Disst-config.c114 __cpuid(1, fms, ebx, ecx, edx); in update_cpu_model()