Searched defs:ucall (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/include/ |
H A D | ucall_common.h | 22 struct ucall { struct 29 void ucall(uint64_t cmd, int nargs, ...); argument 76 #define GUEST_ASSERT_ARG(ucall, i) ((ucall).args[GUEST_ASSERT_BUILTIN_NARGS + i]) argument 78 #define REPORT_GUEST_ASSERT(ucall) \ argument 81 #define REPORT_GUEST_ASSERT_1(ucall, fmt) \ argument 86 #define REPORT_GUEST_ASSERT_2(ucall, fmt) \ argument 92 #define REPORT_GUEST_ASSERT_3(ucall, fmt) \ argument 99 #define REPORT_GUEST_ASSERT_4(ucall, fmt) \ argument 107 #define REPORT_GUEST_ASSERT_N(ucall, fmt, args...) \ argument
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/lib/s390x/ |
H A D | ucall.c | 17 void ucall(uint64_t cmd, int nargs, ...) in ucall() function 39 struct ucall ucall = {}; in get_ucall() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | ucall.c | 19 void ucall(uint64_t cmd, int nargs, ...) in ucall() function 41 struct ucall ucall = {}; in get_ucall() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/lib/riscv/ |
H A D | ucall.c | 47 void ucall(uint64_t cmd, int nargs, ...) in ucall() function 70 struct ucall ucall = {}; in get_ucall() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/lib/aarch64/ |
H A D | ucall.c | 73 void ucall(uint64_t cmd, int nargs, ...) in ucall() function 93 struct ucall ucall = {}; in get_ucall() local
|