Lines Matching refs:svm_test
375 struct svm_test { struct
378 void (*prepare)(struct svm_test *test); argument
379 void (*prepare_gif_clear)(struct svm_test *test); argument
380 void (*guest_func)(struct svm_test *test); argument
381 bool (*finished)(struct svm_test *test); argument
382 bool (*succeeded)(struct svm_test *test); argument
411 typedef void (*test_guest_func)(struct svm_test *); argument
413 int run_svm_tests(int ac, char **av, struct svm_test *svm_tests);
425 void default_prepare(struct svm_test *test);
426 void default_prepare_gif_clear(struct svm_test *test);
427 bool default_finished(struct svm_test *test);
430 int get_test_stage(struct svm_test *test);
431 void set_test_stage(struct svm_test *test, int s);
432 void inc_test_stage(struct svm_test *test);