Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/s390/
H A 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;
H A Duser_operexec.c118 static struct testdef { struct
119 const char *name;
120 void (*test)(void);
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 Dkeyop.c247 static struct testdef { struct
248 const char *name;
249 void (*test)(struct kvm_vcpu *vcpu, int fault_in_location);
250 int n_fault_in_locations;
H A Dsync_regs_test.c204 struct testdef { struct
205 const char *name;
206 void (*test)(struct kvm_vcpu *vcpu);
H A Dcmma_test.c648 struct testdef { struct
649 const char *name;
650 void (*test)(void);
H A 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()