Lines Matching refs:svm_test
9 static void null_test(struct svm_test *test) in null_test()
13 static void npt_np_prepare(struct svm_test *test) in npt_np_prepare()
23 static void npt_np_test(struct svm_test *test) in npt_np_test()
28 static bool npt_np_check(struct svm_test *test) in npt_np_check()
38 static void npt_nx_prepare(struct svm_test *test) in npt_nx_prepare()
53 static bool npt_nx_check(struct svm_test *test) in npt_nx_check()
65 static void npt_us_prepare(struct svm_test *test) in npt_us_prepare()
75 static void npt_us_test(struct svm_test *test) in npt_us_test()
80 static bool npt_us_check(struct svm_test *test) in npt_us_check()
90 static void npt_rw_prepare(struct svm_test *test) in npt_rw_prepare()
100 static void npt_rw_test(struct svm_test *test) in npt_rw_test()
107 static bool npt_rw_check(struct svm_test *test) in npt_rw_check()
117 static void npt_rw_pfwalk_prepare(struct svm_test *test) in npt_rw_pfwalk_prepare()
127 static bool npt_rw_pfwalk_check(struct svm_test *test) in npt_rw_pfwalk_check()
156 static void npt_l1mmio_prepare(struct svm_test *test) in npt_l1mmio_prepare()
164 static void npt_l1mmio_test(struct svm_test *test) in npt_l1mmio_test()
172 static bool npt_l1mmio_check(struct svm_test *test) in npt_l1mmio_check()
183 static void npt_rw_l1mmio_prepare(struct svm_test *test) in npt_rw_l1mmio_prepare()
195 static void npt_rw_l1mmio_test(struct svm_test *test) in npt_rw_l1mmio_test()
202 static bool npt_rw_l1mmio_check(struct svm_test *test) in npt_rw_l1mmio_check()
214 static void basic_guest_main(struct svm_test *test) in basic_guest_main()
389 static struct svm_test npt_tests[] = {