Searched refs:__cpuid (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/tools/testing/selftests/vm/ |
D | pkey-x86.h | 83 static inline void __cpuid(unsigned int *eax, unsigned int *ebx, in __cpuid() function 109 __cpuid(&eax, &ebx, &ecx, &edx); in cpu_has_pkeys() 147 __cpuid(&eax, &ebx, &ecx, &edx); in pkey_reg_xstate_offset()
|
/Linux-v5.15/tools/testing/selftests/x86/ |
D | corrupt_xstate_header.c | 20 static inline void __cpuid(unsigned int *eax, unsigned int *ebx, in __cpuid() function 38 __cpuid(&eax, &ebx, &ecx, &edx); in xsave_enabled()
|
/Linux-v5.15/arch/x86/include/asm/ |
D | processor.h | 580 #define __cpuid native_cpuid macro 605 __cpuid(eax, ebx, ecx, edx); in cpuid() 615 __cpuid(eax, ebx, ecx, edx); in cpuid_count()
|
D | paravirt.h | 107 static inline void __cpuid(unsigned int *eax, unsigned int *ebx, in __cpuid() function
|
/Linux-v5.15/tools/power/cpupower/utils/helpers/ |
D | cpuid.c | 28 __cpuid(op, eax, ebx, ecx, edx); \
|
/Linux-v5.15/tools/power/x86/turbostat/ |
D | turbostat.c | 1948 __cpuid(1, eax, ebx, ecx, edx); in get_apic_id() 1963 __cpuid(0x80000001, eax, ebx, ecx, edx); in get_apic_id() 1970 __cpuid(0x8000001e, eax, ebx, ecx, edx); in get_apic_id() 1983 __cpuid(0xb, eax, ebx, ecx, edx); in get_apic_id() 4563 __cpuid(0x80000007, eax, ebx, ecx, edx); in rapl_probe_amd() 5003 __cpuid(0x1a, eax, ebx, ecx, edx); in get_cpu_type() 5276 __cpuid(0, max_level, ebx, ecx, edx); in process_cpuid() 5289 __cpuid(1, fms, ebx, ecx, edx); in process_cpuid() 5309 __cpuid(0x80000000, max_extended_level, ebx, ecx, edx); in process_cpuid() 5341 __cpuid(0x80000007, eax, ebx, ecx, edx); in process_cpuid() [all …]
|
/Linux-v5.15/tools/power/x86/intel-speed-select/ |
D | isst-config.c | 130 __cpuid(1, fms, ebx, ecx, edx); in update_cpu_model()
|