Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/mm/
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()
/linux-6.6.21/tools/testing/selftests/
Dkselftest.h66 #ifndef __cpuid_count
67 #define __cpuid_count(level, count, a, b, c, d) \ macro
/linux-6.6.21/tools/testing/selftests/x86/
Dcorrupt_xstate_header.c26 __cpuid_count(0x1, 0x0, eax, ebx, ecx, edx); in xsave_enabled()
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()
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()
/linux-6.6.21/tools/testing/selftests/sgx/
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()
/linux-6.6.21/tools/power/x86/turbostat/
Dturbostat.c5636 __cpuid_count(0x7, 0, eax, ebx, ecx, edx); in process_cpuid()