Lines Matching defs: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
383 int exits;
384 ulong scratch;
386 void (*v2)(void);
387 int on_vcpu;
411 typedef void (*test_guest_func)(struct svm_test *); argument