Lines Matching refs:test_info
102 struct test_info { struct
148 static void memop_ioctl(struct test_info info, struct kvm_s390_mem_op *ksmo) in memop_ioctl()
158 static int err_memop_ioctl(struct test_info info, struct kvm_s390_mem_op *ksmo) in err_memop_ioctl()
170 struct test_info __info = (info_p); \
216 struct test_info vm;
217 struct test_info vcpu;
229 t.vm = (struct test_info) { t.kvm_vm, NULL }; in test_default_init()
230 t.vcpu = (struct test_info) { t.kvm_vm, vcpu }; in test_default_init()
248 struct test_info __info = (info_p); \
273 struct test_info __copy_cpu = (copy_cpu), __mop_cpu = (mop_cpu); \
288 struct test_info __copy_cpu = (copy_cpu), __mop_cpu = (mop_cpu); \
629 static void _test_errors_common(struct test_info info, enum mop_target target, int size) in _test_errors_common()