Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/kvm/x86/
H A Dpmu_counters_test.c208 #define GUEST_MEASURE_EVENT(_msr, _value, clflush, FEP) \ argument
216 FEP "loop 1b\n\t" \
217 FEP "mov %%edi, %%ecx\n\t" \
218 FEP "xor %%eax, %%eax\n\t" \
219 FEP "xor %%edx, %%edx\n\t" \
226 #define GUEST_TEST_EVENT(_idx, _pmc, _pmc_msr, _ctrl_msr, _value, FEP) \ argument
231 GUEST_MEASURE_EVENT(_ctrl_msr, _value, "clflushopt %[m]", FEP); \
233 GUEST_MEASURE_EVENT(_ctrl_msr, _value, "clflush %[m]", FEP); \
235 GUEST_MEASURE_EVENT(_ctrl_msr, _value, "nop", FEP); \