Searched defs:ucall (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/ |
| D | ucall_common.h | 23 struct ucall { struct 29 struct ucall *hva; argument 58 #define REPORT_GUEST_PRINTF(ucall) pr_info("%s", (ucall).buffer) argument 99 #define REPORT_GUEST_ASSERT(ucall) \ argument
|
| /kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/s390x/ |
| D | ucall.c | 17 void ucall(uint64_t cmd, int nargs, ...) in ucall() function 39 struct ucall ucall = {}; in get_ucall() local
|
| /kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/ |
| D | ucall.c | 19 void ucall(uint64_t cmd, int nargs, ...) in ucall() function 41 struct ucall ucall = {}; in get_ucall() local
|
| /kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/aarch64/ |
| D | ucall.c | 74 void ucall(uint64_t cmd, int nargs, ...) in ucall() function 94 struct ucall ucall = {}; in get_ucall() local
|
| /kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/ |
| D | kvm_util.h | 312 struct ucall { struct 319 void ucall(uint64_t cmd, int nargs, ...); argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/ |
| D | ucall_common.c | 117 void ucall(uint64_t cmd, int nargs, ...) in ucall() function 141 struct ucall ucall; in get_ucall() local
|