Searched defs:test (Results 1 – 15 of 15) sorted by relevance
/kvm-unit-tests/x86/ |
H A D | svm_tests.c | 40 static void null_test(struct svm_test *test) in null_test() 44 static bool null_check(struct svm_test *test) in null_check() 49 static void prepare_no_vmrun_int(struct svm_test *test) in prepare_no_vmrun_int() 54 static bool check_no_vmrun_int(struct svm_test *test) in check_no_vmrun_int() 59 static void test_vmrun(struct svm_test *test) in test_vmrun() 64 static bool check_vmrun(struct svm_test *test) in check_vmrun() 69 static void prepare_rsm_intercept(struct svm_test *test) in prepare_rsm_intercept() 76 static void test_rsm_intercept(struct svm_test *test) in test_rsm_intercept() 81 static bool check_rsm_intercept(struct svm_test *test) in check_rsm_intercept() 86 static bool finished_rsm_intercept(struct svm_test *test) in finished_rsm_intercept() [all …]
|
H A D | svm_npt.c | 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() [all …]
|
H A D | svm.c | 82 void default_prepare(struct svm_test *test) in default_prepare() 87 void default_prepare_gif_clear(struct svm_test *test) in default_prepare_gif_clear() 91 bool default_finished(struct svm_test *test) in default_finished() 106 int get_test_stage(struct svm_test *test) in get_test_stage() 112 void set_test_stage(struct svm_test *test, int s) in set_test_stage() 119 void inc_test_stage(struct svm_test *test) in inc_test_stage() 147 static void test_thunk(struct svm_test *test) in test_thunk() 248 static noinline void test_run(struct svm_test *test) in test_run()
|
H A D | vmexit.c | 13 struct test { struct 18 bool (*next)(struct test *); argument 345 static bool pci_next(struct test *test, unsigned long addr, bool io) in pci_next() 391 static bool pci_mem_next(struct test *test) in pci_mem_next() 401 static bool pci_io_next(struct test *test) in pci_io_next() 532 static bool do_test(struct test *test) in do_test() 583 static bool test_wanted(struct test *test, char *wanted[], int nwanted) in test_wanted()
|
H A D | smap.c | 9 volatile unsigned test; variable
|
H A D | pku.c | 14 volatile unsigned test; variable
|
H A D | pks.c | 14 volatile unsigned test; variable
|
H A D | debug.c | 97 static void __run_single_step_db_test(db_test_fn test, db_report_fn report_fn) in __run_single_step_db_test()
|
H A D | vmx.c | 1837 static int test_run(struct vmx_test *test) in test_run()
|
H A D | vmx_tests.c | 5428 static void test_guest_state(const char *test, bool xfail, u64 field, in test_guest_state() 7902 #define TEST_SEGMENT_SEL(test, xfail, sel, val) \ argument
|
/kvm-unit-tests/s390x/ |
H A D | exittime.c | 180 struct test { struct 184 * When non-null, will be called once before running the test loop. argument 188 void (*testfunc)(long arg); argument 191 } const exittime_tests[] = { argument 235 static void report_iteration_result(struct test const* test, struct test_result const* test_result) in report_iteration_result()
|
/kvm-unit-tests/lib/ |
H A D | pci-testdev.c | 98 static bool pci_testdev_one(struct pci_test_dev_hdr *test, in pci_testdev_one() 134 static void pci_testdev_print(struct pci_test_dev_hdr *test, in pci_testdev_print() 150 static int pci_testdev_all(struct pci_test_dev_hdr *test, in pci_testdev_all()
|
H A D | pci.h | 94 uint8_t test; member
|
/kvm-unit-tests/lib/x86/ |
H A D | fault_test.c | 48 void test_run(struct fault_test *test) in test_run()
|
/kvm-unit-tests/arm/ |
H A D | micro-bench.c | 335 static void loop_test(struct exit_test *test) in loop_test()
|