Lines Matching refs:test_info
115 struct test_info { struct
165 static int err_memop_ioctl(struct test_info info, struct kvm_s390_mem_op *ksmo, in err_memop_ioctl()
176 static void memop_ioctl(struct test_info info, struct kvm_s390_mem_op *ksmo, in memop_ioctl()
193 struct test_info __info = (info_p); \
238 struct test_info vm;
239 struct test_info vcpu;
251 t.vm = (struct test_info) { t.kvm_vm, NULL }; in test_default_init()
252 t.vcpu = (struct test_info) { t.kvm_vm, vcpu }; in test_default_init()
272 struct test_info __info = (info_p); \
298 static void default_write_read(struct test_info copy_cpu, struct test_info mop_cpu, in default_write_read()
310 static void default_read(struct test_info copy_cpu, struct test_info mop_cpu, in default_read()
659 struct test_info *info = data; in run_guest()
976 static void _test_errors_common(struct test_info info, enum mop_target target, int size) in _test_errors_common()