Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dcpuinfo-i386.c35 __cpuid(1, a, b, c, d); in cpuinfo_init()
82 __cpuid(0, a, b, c, d); in cpuinfo_init()
94 __cpuid(0x80000001, a, b, c, d); in cpuinfo_init()
/openbmc/linux/arch/x86/include/asm/
H 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()
H A Dparavirt.h113 static inline void __cpuid(unsigned int *eax, unsigned int *ebx, in __cpuid() function
/openbmc/linux/tools/power/cpupower/utils/helpers/
H A Dcpuid.c28 __cpuid(op, eax, ebx, ecx, edx); \
/openbmc/linux/tools/power/x86/intel-speed-select/
H A Dhfi-events.c237 __cpuid(6, eax, ebx, ecx, edx); in check_hf_suport()
H A Disst-config.c146 __cpuid(1, fms, ebx, ecx, edx); in update_cpu_model()
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dcpuid_test.c34 __cpuid(guest_cpuid->entries[i].function, in test_guest_cpuids()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h591 static inline void __cpuid(uint32_t function, uint32_t index, in __cpuid() function
611 return __cpuid(function, 0, eax, ebx, ecx, edx); in cpuid()
659 __cpuid(function, index, in __this_cpu_has()
/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c2012 __cpuid(1, eax, ebx, ecx, edx); in get_apic_id()
2027 __cpuid(0x80000001, eax, ebx, ecx, edx); in get_apic_id()
2034 __cpuid(0x8000001e, eax, ebx, ecx, edx); in get_apic_id()
2047 __cpuid(0xb, eax, ebx, ecx, edx); in get_apic_id()
4758 __cpuid(0x80000007, eax, ebx, ecx, edx); in rapl_probe_amd()
5242 __cpuid(0x1a, eax, ebx, ecx, edx); in get_cpu_type()
5527 __cpuid(0, max_level, ebx, ecx, edx); in process_cpuid()
5540 __cpuid(1, fms, ebx, ecx, edx); in process_cpuid()
5562 __cpuid(0x80000000, max_extended_level, ebx, ecx, edx); in process_cpuid()
5597 __cpuid(0x80000007, eax, ebx, ecx, edx); in process_cpuid()
[all …]
/openbmc/qemu/
H A Dmeson.build3023 __cpuid(1, a, b, c, d);