Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dboot-serial-test.c140 typedef struct testdef { struct
148 } testdef_t; argument
H A Dpxe-test.c25 typedef struct testdef { struct
29 } testdef_t; argument
/openbmc/linux/tools/testing/selftests/kvm/s390x/
H A Dresets.c284 struct testdef { struct
285 const char *name;
286 void (*test)(void);
287 bool needs_cap;
H A Ddebug_test.c138 static struct testdef { struct
139 const char *name;
140 void (*test)(void);
H A Dsync_regs_test.c206 struct testdef { struct
207 const char *name;
208 void (*test)(struct kvm_vcpu *vcpu);
H A Dcmma_test.c653 struct testdef { struct
654 const char *name;
655 void (*test)(void);
H A 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()