Lines Matching refs:svm_test
82 void default_prepare(struct svm_test *test) in default_prepare()
87 void default_prepare_gif_clear(struct svm_test *test) in default_prepare_gif_clear()
91 bool default_finished(struct svm_test *test) in default_finished()
106 int get_test_stage(struct svm_test *test) in get_test_stage()
112 void set_test_stage(struct svm_test *test, int s) in set_test_stage()
119 void inc_test_stage(struct svm_test *test) in inc_test_stage()
147 static void test_thunk(struct svm_test *test) in test_thunk()
214 struct svm_test *v2_test;
248 static noinline void test_run(struct svm_test *test) in test_run()
261 struct svm_test *the_test = test; in test_run()
279 [PREPARE_GIF_CLEAR] "i" (offsetof(struct svm_test, prepare_gif_clear)) in test_run()
382 int run_svm_tests(int ac, char **av, struct svm_test *svm_tests) in run_svm_tests()