Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dfastops_test.c20 #define guest_execute_fastop_1(FEP, insn, __val, __flags) \ macro
33 guest_execute_fastop_1("", insn, ex_val, ex_flags); \
34 guest_execute_fastop_1(KVM_FEP, insn, val, flags); \