Searched refs:FEP (Results 1 – 2 of 2) sorted by relevance
| /tools/testing/selftests/kvm/x86/ |
| A D | fastops_test.c | 11 #define guest_execute_fastop_1(FEP, insn, __val, __flags) \ argument 14 FEP insn " %[val]\n\t" \ 37 #define guest_execute_fastop_2(FEP, insn, __input, __output, __flags) \ argument 40 FEP insn " %[input], %[output]\n\t" \ 64 #define guest_execute_fastop_cl(FEP, insn, __shift, __output, __flags) \ argument 67 FEP insn " %%cl, %[output]\n\t" \
|
| A D | pmu_counters_test.c | 208 #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); \
|
Completed in 4 milliseconds