Searched defs:svm_test (Results 1 – 1 of 1) sorted by relevance
375 struct svm_test { struct378 void (*prepare)(struct svm_test *test); argument379 void (*prepare_gif_clear)(struct svm_test *test); argument380 void (*guest_func)(struct svm_test *test); argument381 bool (*finished)(struct svm_test *test); argument382 bool (*succeeded)(struct svm_test *test); argument383 int exits;384 ulong scratch;386 void (*v2)(void);387 int on_vcpu;[all …]