Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dpmu_counters_test.c224 #define GUEST_MEASURE_EVENT(_msr, _value, clflush, FEP) \ argument
229 FEP "enter $0, $0\n\t" \
233 FEP "leave\n\t" \
234 FEP "loop 1b\n\t" \
235 FEP "mov %%edi, %%ecx\n\t" \
236 FEP "xor %%eax, %%eax\n\t" \
237 FEP "xor %%edx, %%edx\n\t" \
244 #define GUEST_TEST_EVENT(_idx, _pmc, _pmc_msr, _ctrl_msr, _value, FEP) \ argument
249 GUEST_MEASURE_EVENT(_ctrl_msr, _value, "clflushopt %[m]", FEP); \
251 GUEST_MEASURE_EVENT(_ctrl_msr, _value, "clflush %[m]", FEP); \
[all …]
H A Dfastops_test.c20 #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]") \