Home
last modified time | relevance | path

Searched refs:__cpuid_count (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/testing/selftests/mm/
H A Dpkey-x86.h76 __cpuid_count(0x7, 0x0, eax, ebx, ecx, edx); in cpu_has_pkeys()
97 __cpuid_count(XSTATE_CPUID, 0, eax, ebx, ecx, edx); in cpu_max_xsave_size()
124 __cpuid_count(XSTATE_CPUID, leaf, eax, ebx, ecx, edx); in pkey_reg_xstate_offset()
/openbmc/linux/tools/testing/selftests/
H A Dkselftest.h68 #ifndef __cpuid_count
69 #define __cpuid_count(level, count, a, b, c, d) \ macro
/openbmc/linux/tools/testing/selftests/x86/
H A Dcorrupt_xstate_header.c26 __cpuid_count(0x1, 0x0, eax, ebx, ecx, edx); in xsave_enabled()
H A Damx.c115 __cpuid_count(1, 0, eax, ebx, ecx, edx); in check_cpuid_xsave()
138 __cpuid_count(CPUID_LEAF_XSTATE, CPUID_SUBLEAF_XSTATE_USER, in check_cpuid_xtiledata()
150 __cpuid_count(CPUID_LEAF_XSTATE, XFEATURE_XTILEDATA, in check_cpuid_xtiledata()
H A Dlam.c122 __cpuid_count(0x7, 1, cpuinfo[0], cpuinfo[1], cpuinfo[2], cpuinfo[3]); in cpu_has_lam()
132 __cpuid_count(0x7, 0, cpuinfo[0], cpuinfo[1], cpuinfo[2], cpuinfo[3]); in cpu_has_la57()
/openbmc/qemu/util/
H A Dcpuinfo-i386.c29 __cpuid_count(7, 0, a, b7, c7, d); in cpuinfo_init()
/openbmc/linux/tools/testing/selftests/sgx/
H A Dmain.c93 __cpuid_count(SGX_CPUID, 0x0, eax, ebx, ecx, edx); in sgx2_supported()
335 __cpuid_count(SGX_CPUID, section + SGX_CPUID_EPC, eax, ebx, ecx, edx); in get_total_epc_mem()
/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c5647 __cpuid_count(0x7, 0, eax, ebx, ecx, edx); in process_cpuid()
/openbmc/qemu/
H A Dmeson.build3027 __cpuid_count(7, 0, a, b, c, d);