Lines Matching defs:test

8 static void null_test(struct svm_test *test)  in null_test()
12 static void npt_np_prepare(struct svm_test *test) in npt_np_prepare()
22 static void npt_np_test(struct svm_test *test) in npt_np_test()
27 static bool npt_np_check(struct svm_test *test) in npt_np_check()
37 static void npt_nx_prepare(struct svm_test *test) in npt_nx_prepare()
52 static bool npt_nx_check(struct svm_test *test) in npt_nx_check()
64 static void npt_us_prepare(struct svm_test *test) in npt_us_prepare()
74 static void npt_us_test(struct svm_test *test) in npt_us_test()
79 static bool npt_us_check(struct svm_test *test) in npt_us_check()
89 static void npt_rw_prepare(struct svm_test *test) in npt_rw_prepare()
99 static void npt_rw_test(struct svm_test *test) in npt_rw_test()
106 static bool npt_rw_check(struct svm_test *test) in npt_rw_check()
116 static void npt_rw_pfwalk_prepare(struct svm_test *test) in npt_rw_pfwalk_prepare()
126 static bool npt_rw_pfwalk_check(struct svm_test *test) in npt_rw_pfwalk_check()
137 static void npt_l1mmio_prepare(struct svm_test *test) in npt_l1mmio_prepare()
144 static void npt_l1mmio_test(struct svm_test *test) in npt_l1mmio_test()
152 static bool npt_l1mmio_check(struct svm_test *test) in npt_l1mmio_check()
160 static void npt_rw_l1mmio_prepare(struct svm_test *test) in npt_rw_l1mmio_prepare()
170 static void npt_rw_l1mmio_test(struct svm_test *test) in npt_rw_l1mmio_test()
177 static bool npt_rw_l1mmio_check(struct svm_test *test) in npt_rw_l1mmio_check()
187 static void basic_guest_main(struct svm_test *test) in basic_guest_main()