Searched refs:guest_execute_fastop_cl (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | fastops_test.c | 69 #define guest_execute_fastop_cl(FEP, insn, __shift, __output, __flags) \ macro 83 guest_execute_fastop_cl("", insn, shift, ex_output, ex_flags); \ 84 guest_execute_fastop_cl(KVM_FEP, insn, shift, output, flags); \
|