Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
A Dcpuid.h64 #define __cpuid native_cpuid in native_cpuid_reg()
78 __cpuid(eax, ebx, ecx, edx); in native_cpuid_reg()
88 __cpuid(eax, ebx, ecx, edx); in cpuid_count()
A Dparavirt.h113 static inline void __cpuid(unsigned int *eax, unsigned int *ebx, in __cpuid() function
/linux-6.3-rc2/tools/power/cpupower/utils/helpers/
A Dcpuid.c28 __cpuid(op, eax, ebx, ecx, edx); \
/linux-6.3-rc2/tools/testing/selftests/kvm/x86_64/
A Dcpuid_test.c34 __cpuid(guest_cpuid->entries[i].function, in test_guest_cpuids()
/linux-6.3-rc2/tools/power/x86/intel-speed-select/
A Dhfi-events.c237 __cpuid(6, eax, ebx, ecx, edx); in check_hf_suport()
A Disst-config.c132 __cpuid(1, fms, ebx, ecx, edx); in update_cpu_model()
/linux-6.3-rc2/tools/testing/selftests/kvm/include/x86_64/
A Dprocessor.h520 static inline void __cpuid(uint32_t function, uint32_t index, in __cpuid() function
540 return __cpuid(function, 0, eax, ebx, ecx, edx); in cpuid()
588 __cpuid(function, index, in __this_cpu_has()
/linux-6.3-rc2/tools/power/x86/turbostat/
A Dturbostat.c2008 __cpuid(1, eax, ebx, ecx, edx); in get_apic_id()
2023 __cpuid(0x80000001, eax, ebx, ecx, edx); in get_apic_id()
2030 __cpuid(0x8000001e, eax, ebx, ecx, edx); in get_apic_id()
2043 __cpuid(0xb, eax, ebx, ecx, edx); in get_apic_id()
4757 __cpuid(0x80000007, eax, ebx, ecx, edx); in rapl_probe_amd()
5241 __cpuid(0x1a, eax, ebx, ecx, edx); in get_cpu_type()
5521 __cpuid(0, max_level, ebx, ecx, edx); in process_cpuid()
5534 __cpuid(1, fms, ebx, ecx, edx); in process_cpuid()
5586 __cpuid(0x80000007, eax, ebx, ecx, edx); in process_cpuid()
5595 __cpuid(0x6, eax, ebx, ecx, edx); in process_cpuid()
[all …]

Completed in 26 milliseconds