Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/kvm/s390/
Dcpumodel_subfuncs_test.c232 struct testdef { struct
233 const char *subfunc_name;
234 u8 *subfunc_array;
235 size_t array_size;
236 testfunc_t test;
237 int facility_bit;
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.c204 struct testdef { struct
205 const char *name;
206 void (*test)(struct kvm_vcpu *vcpu);
Dcmma_test.c648 struct testdef { struct
649 const char *name;
650 void (*test)(void);
Dmemop.c1086 struct testdef { in main() struct
1087 const char *name; in main()
1088 void (*test)(void); in main()
1089 bool requirements_met; in main()