Searched refs:__cpuid_count (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | pkey-x86.h | 76 __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 D | kselftest.h | 68 #ifndef __cpuid_count 69 #define __cpuid_count(level, count, a, b, c, d) \ macro
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | corrupt_xstate_header.c | 26 __cpuid_count(0x1, 0x0, eax, ebx, ecx, edx); in xsave_enabled()
|
H A D | amx.c | 115 __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 D | lam.c | 122 __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 D | cpuinfo-i386.c | 29 __cpuid_count(7, 0, a, b7, c7, d); in cpuinfo_init()
|
/openbmc/linux/tools/testing/selftests/sgx/ |
H A D | main.c | 93 __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 D | turbostat.c | 5647 __cpuid_count(0x7, 0, eax, ebx, ecx, edx); in process_cpuid()
|
/openbmc/qemu/ |
H A D | meson.build | 3027 __cpuid_count(7, 0, a, b, c, d);
|