Searched refs:__cpuid_count (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/mm/ |
A D | pkey-x86.h | 94 __cpuid_count(0x7, 0x0, eax, ebx, ecx, edx); in cpu_has_pkeys() 115 __cpuid_count(XSTATE_CPUID, 0, eax, ebx, ecx, edx); in cpu_max_xsave_size() 142 __cpuid_count(XSTATE_CPUID, leaf, eax, ebx, ecx, edx); in pkey_reg_xstate_offset()
|
/linux-6.3-rc2/tools/testing/selftests/ |
A D | kselftest.h | 64 #ifndef __cpuid_count 65 #define __cpuid_count(level, count, a, b, c, d) \ macro
|
/linux-6.3-rc2/tools/testing/selftests/x86/ |
A D | corrupt_xstate_header.c | 26 __cpuid_count(0x1, 0x0, eax, ebx, ecx, edx); in xsave_enabled()
|
A D | amx.c | 113 __cpuid_count(1, 0, eax, ebx, ecx, edx); in check_cpuid_xsave() 136 __cpuid_count(CPUID_LEAF_XSTATE, CPUID_SUBLEAF_XSTATE_USER, in check_cpuid_xtiledata() 148 __cpuid_count(CPUID_LEAF_XSTATE, XFEATURE_XTILEDATA, in check_cpuid_xtiledata()
|
/linux-6.3-rc2/tools/testing/selftests/sgx/ |
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()
|
/linux-6.3-rc2/tools/power/x86/turbostat/ |
A D | turbostat.c | 5636 __cpuid_count(0x7, 0, eax, ebx, ecx, edx); in process_cpuid()
|
Completed in 24 milliseconds