Lines Matching refs:test_info
113 struct test_info { struct
163 static int err_memop_ioctl(struct test_info info, struct kvm_s390_mem_op *ksmo, in err_memop_ioctl()
174 static void memop_ioctl(struct test_info info, struct kvm_s390_mem_op *ksmo, in memop_ioctl()
191 struct test_info __info = (info_p); \
239 struct test_info vm;
240 struct test_info vcpu;
252 t.vm = (struct test_info) { t.kvm_vm, NULL }; in test_default_init()
253 t.vcpu = (struct test_info) { t.kvm_vm, vcpu }; in test_default_init()
273 struct test_info __info = (info_p); \
299 static void default_write_read(struct test_info copy_cpu, struct test_info mop_cpu, in default_write_read()
311 static void default_read(struct test_info copy_cpu, struct test_info mop_cpu, in default_read()
632 struct test_info *info = data; in run_guest()
949 static void _test_errors_common(struct test_info info, enum mop_target target, int size) in _test_errors_common()