Searched defs:testdef (Results 1 – 6 of 6) sorted by relevance
232 struct testdef { struct233 const char *subfunc_name;234 u8 *subfunc_array;235 size_t array_size;236 testfunc_t test;237 int facility_bit;
284 struct testdef { struct285 const char *name;286 void (*test)(void);287 bool needs_cap;
138 static struct testdef { struct139 const char *name;140 void (*test)(void);
204 struct testdef { struct205 const char *name;206 void (*test)(struct kvm_vcpu *vcpu);
648 struct testdef { struct649 const char *name;650 void (*test)(void);
1086 struct testdef { in main() struct1087 const char *name; in main()1088 void (*test)(void); in main()1089 bool requirements_met; in main()