Searched refs:__output (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) \ argument 47 : [output]"+r"(__output), flags_constraint(__flags) \ 48 : [input]"r"(__input), bt_constraint(__output) \ 69 #define guest_execute_fastop_cl(FEP, insn, __shift, __output, __flags) \ argument 72 : [output]"+r"(__output), flags_constraint(__flags) \ 73 : "c"(__shift), bt_constraint(__output) \
|