Lines Matching refs:test
8 static void null_test(struct svm_test *test) in null_test() argument
12 static void npt_np_prepare(struct svm_test *test) in npt_np_prepare() argument
22 static void npt_np_test(struct svm_test *test) in npt_np_test() argument
27 static bool npt_np_check(struct svm_test *test) in npt_np_check() argument
37 static void npt_nx_prepare(struct svm_test *test) in npt_nx_prepare() argument
41 test->scratch = rdmsr(MSR_EFER); in npt_nx_prepare()
42 wrmsr(MSR_EFER, test->scratch | EFER_NX); in npt_nx_prepare()
52 static bool npt_nx_check(struct svm_test *test) in npt_nx_check() argument
56 wrmsr(MSR_EFER, test->scratch); in npt_nx_check()
64 static void npt_us_prepare(struct svm_test *test) in npt_us_prepare() argument
74 static void npt_us_test(struct svm_test *test) in npt_us_test() argument
79 static bool npt_us_check(struct svm_test *test) in npt_us_check() argument
89 static void npt_rw_prepare(struct svm_test *test) in npt_rw_prepare() argument
99 static void npt_rw_test(struct svm_test *test) in npt_rw_test() argument
106 static bool npt_rw_check(struct svm_test *test) in npt_rw_check() argument
116 static void npt_rw_pfwalk_prepare(struct svm_test *test) in npt_rw_pfwalk_prepare() argument
126 static bool npt_rw_pfwalk_check(struct svm_test *test) in npt_rw_pfwalk_check() argument
137 static void npt_l1mmio_prepare(struct svm_test *test) in npt_l1mmio_prepare() argument
144 static void npt_l1mmio_test(struct svm_test *test) in npt_l1mmio_test() argument
152 static bool npt_l1mmio_check(struct svm_test *test) in npt_l1mmio_check() argument
160 static void npt_rw_l1mmio_prepare(struct svm_test *test) in npt_rw_l1mmio_prepare() argument
170 static void npt_rw_l1mmio_test(struct svm_test *test) in npt_rw_l1mmio_test() argument
177 static bool npt_rw_l1mmio_check(struct svm_test *test) in npt_rw_l1mmio_check() argument
187 static void basic_guest_main(struct svm_test *test) in basic_guest_main() argument