Home
last modified time | relevance | path

Searched defs:svm_test (Results 1 – 1 of 1) sorted by relevance

/kvm-unit-tests/x86/
H A Dsvm.h375 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;
[all …]