Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86_64/
H A Dpmu_counters_test.c158 #define GUEST_MEASURE_EVENT(_msr, _value, clflush, FEP) \ argument
165 FEP "loop 1b\n\t" \
166 FEP "mov %%edi, %%ecx\n\t" \
167 FEP "xor %%eax, %%eax\n\t" \
168 FEP "xor %%edx, %%edx\n\t" \
175 #define GUEST_TEST_EVENT(_idx, _event, _pmc, _pmc_msr, _ctrl_msr, _value, FEP) \ argument
180 GUEST_MEASURE_EVENT(_ctrl_msr, _value, "clflushopt .", FEP); \
182 GUEST_MEASURE_EVENT(_ctrl_msr, _value, "clflush .", FEP); \
184 GUEST_MEASURE_EVENT(_ctrl_msr, _value, "nop", FEP); \