Home
last modified time | relevance | path

Searched defs:testdef (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/tools/testing/selftests/kvm/s390x/
Dresets.c284 struct testdef { struct
285 const char *name;
286 void (*test)(void);
287 bool needs_cap;
Ddebug_test.c138 static struct testdef { struct
139 const char *name;
140 void (*test)(void);
Dsync_regs_test.c206 struct testdef { struct
207 const char *name;
208 void (*test)(struct kvm_vcpu *vcpu);
Dcmma_test.c653 struct testdef { struct
654 const char *name;
655 void (*test)(void);
Dmemop.c1059 struct testdef { in main() struct
1060 const char *name; in main()
1061 void (*test)(void); in main()
1062 bool requirements_met; in main()