Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/x86/
Dpkey-helpers.h145 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()
Dmpx-mini-test.c108 static inline void __cpuid(unsigned int *eax, unsigned int *ebx, in __cpuid() function
134 static inline void __cpuid(unsigned int *eax, unsigned int *ebx, in __cpuid() function
490 __cpuid(eax, ebx, ecx, edx); in cpuid_count()
/Linux-v4.19/arch/x86/include/asm/
Dprocessor.h584 #define __cpuid native_cpuid macro
610 __cpuid(eax, ebx, ecx, edx); in cpuid()
620 __cpuid(eax, ebx, ecx, edx); in cpuid_count()
Dparavirt.h26 static inline void __cpuid(unsigned int *eax, unsigned int *ebx, in __cpuid() function
/Linux-v4.19/tools/power/cpupower/utils/helpers/
Dcpuid.c28 __cpuid(op, eax, ebx, ecx, edx); \
/Linux-v4.19/tools/power/x86/turbostat/
Dturbostat.c1677 __cpuid(0, max_level, ebx, ecx, edx); in get_apic_id()
1679 __cpuid(1, eax, ebx, ecx, edx); in get_apic_id()
1689 __cpuid(0xb, eax, ebx, ecx, edx); in get_apic_id()
4447 __cpuid(0, max_level, ebx, ecx, edx); in process_cpuid()
4456 __cpuid(1, fms, ebx, ecx, edx); in process_cpuid()
4490 __cpuid(0x80000000, max_extended_level, ebx, ecx, edx); in process_cpuid()
4498 __cpuid(0x80000007, eax, ebx, ecx, edx); in process_cpuid()
4507 __cpuid(0x6, eax, ebx, ecx, edx); in process_cpuid()
4568 __cpuid(0x15, eax_crystal, ebx_tsc, crystal_hz, edx); in process_cpuid()
4611 __cpuid(0x16, base_mhz, max_mhz, bus_mhz, edx); in process_cpuid()