Searched refs:FEP (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | pmu_counters_test.c | 237 #define GUEST_MEASURE_EVENT(_msr, _value, clflush, FEP) \ 242 FEP "enter $0, $0\n\t" \ 246 FEP "leave\n\t" \ 247 FEP "loop 1b\n\t" \ 248 FEP "mov %%edi, %%ecx\n\t" \ 249 FEP "xor %%eax, %%eax\n\t" \ 250 FEP "xor %%edx, %%edx\n\t" \ 257 #define GUEST_TEST_EVENT(_idx, _pmc, _pmc_msr, _ctrl_msr, _value, FEP) \ 262 GUEST_MEASURE_EVENT(_ctrl_msr, _value, "clflushopt %[m]", FEP); \ in __guest_test_arch_event() 264 GUEST_MEASURE_EVENT(_ctrl_msr, _value, "clflush %[m]", FEP); \ in __guest_test_arch_event() 224 GUEST_MEASURE_EVENT(_msr,_value,clflush,FEP) global() argument 244 GUEST_TEST_EVENT(_idx,_pmc,_pmc_msr,_ctrl_msr,_value,FEP) global() argument [all...] |
| H A D | fastops_test.c | 20 #define guest_execute_fastop_1(FEP, insn, __val, __flags) \ argument 22 __asm__ __volatile__(fastop(FEP insn " %[val]") \ 44 #define guest_execute_fastop_2(FEP, insn, __input, __output, __flags) \ argument 46 __asm__ __volatile__(fastop(FEP insn " %[input], %[output]") \ 69 #define guest_execute_fastop_cl(FEP, insn, __shift, __output, __flags) \ argument 71 __asm__ __volatile__(fastop(FEP insn " %%cl, %[output]") \
|