Searched refs:guest_execute_fastop_2 (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | fastops_test.c | 44 #define guest_execute_fastop_2(FEP, insn, __input, __output, __flags) \ macro 57 guest_execute_fastop_2("", insn, input, ex_output, ex_flags); \ 58 guest_execute_fastop_2(KVM_FEP, insn, input, output, flags); \
|