Searched refs:__cpuid_count (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/testing/selftests/mm/
H A Dpkey-x86.h76 __cpuid_count(0x7, 0x0, eax, ebx, ecx, edx);
97 __cpuid_count(XSTATE_CPUID, 0, eax, ebx, ecx, edx);
124 __cpuid_count(XSTATE_CPUID, leaf, eax, ebx, ecx, edx);
/linux-master/tools/testing/selftests/x86/
H A Dcorrupt_xstate_header.c20 #include "../kselftest.h" /* For __cpuid_count() */
26 __cpuid_count(0x1, 0x0, eax, ebx, ecx, edx);
H A Damx.c22 #include "../kselftest.h" /* For __cpuid_count() */
115 __cpuid_count(1, 0, eax, ebx, ecx, edx);
138 __cpuid_count(CPUID_LEAF_XSTATE, CPUID_SUBLEAF_XSTATE_USER,
150 __cpuid_count(CPUID_LEAF_XSTATE, XFEATURE_XTILEDATA,
H A Dlam.c122 __cpuid_count(0x7, 1, cpuinfo[0], cpuinfo[1], cpuinfo[2], cpuinfo[3]);
132 __cpuid_count(0x7, 0, cpuinfo[0], cpuinfo[1], cpuinfo[2], cpuinfo[3]);
/linux-master/tools/testing/selftests/resctrl/
H A Dcat_test.c311 __cpuid_count(0x10, 1, eax, ebx, ecx, edx);
313 __cpuid_count(0x10, 2, eax, ebx, ecx, edx);
/linux-master/tools/testing/selftests/
H A Dkselftest.h62 * gcc cpuid.h provides __cpuid_count() since v4.4.
63 * Clang/LLVM cpuid.h provides __cpuid_count() since v3.4.0.
65 * Provide local define for tests needing __cpuid_count() because
67 * have __cpuid_count().
69 #ifndef __cpuid_count
70 #define __cpuid_count(level, count, a, b, c, d) \ macro
/linux-master/tools/testing/selftests/sgx/
H A Dmain.c93 __cpuid_count(SGX_CPUID, 0x0, eax, ebx, ecx, edx);
335 __cpuid_count(SGX_CPUID, section + SGX_CPUID_EPC, eax, ebx, ecx, edx);
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c6862 __cpuid_count(0x7, 0, eax, ebx, ecx, edx);

Completed in 252 milliseconds