Lines Matching defs:data
124 static void check_mmio_access(struct vm_data *data, struct kvm_run *run) in check_mmio_access()
138 struct vm_data *data = __data; in vcpu_worker() local
185 static void *vm_gpa2hva(struct vm_data *data, uint64_t gpa, uint64_t *rempages) in vm_gpa2hva()
219 static uint64_t vm_slot2gpa(struct vm_data *data, uint32_t slot) in vm_slot2gpa()
230 struct vm_data *data; in alloc_vm() local
258 static uint64_t get_max_slots(struct vm_data *data, uint32_t host_page_size) in get_max_slots()
280 static bool prepare_vm(struct vm_data *data, int nslots, uint64_t *maxslots, in prepare_vm()
360 static void launch_vm(struct vm_data *data) in launch_vm()
370 static void free_vm(struct vm_data *data) in free_vm()
377 static void wait_guest_exit(struct vm_data *data) in wait_guest_exit()
574 static bool test_memslot_move_prepare(struct vm_data *data, in test_memslot_move_prepare()
605 static bool test_memslot_move_prepare_active(struct vm_data *data, in test_memslot_move_prepare_active()
612 static bool test_memslot_move_prepare_inactive(struct vm_data *data, in test_memslot_move_prepare_inactive()
619 static void test_memslot_move_loop(struct vm_data *data, struct sync_area *sync) in test_memslot_move_loop()
629 static void test_memslot_do_unmap(struct vm_data *data, in test_memslot_do_unmap()
654 static void test_memslot_map_unmap_check(struct vm_data *data, in test_memslot_map_unmap_check()
672 static void test_memslot_map_loop(struct vm_data *data, struct sync_area *sync) in test_memslot_map_loop()
710 static void test_memslot_unmap_loop_common(struct vm_data *data, in test_memslot_unmap_loop_common()
737 static void test_memslot_unmap_loop(struct vm_data *data, in test_memslot_unmap_loop()
748 static void test_memslot_unmap_loop_chunked(struct vm_data *data, in test_memslot_unmap_loop_chunked()
757 static void test_memslot_rw_loop(struct vm_data *data, struct sync_area *sync) in test_memslot_rw_loop()
799 struct vm_data *data; in test_execute() local
1030 static bool test_loop(const struct test_data *data, in test_loop()
1103 const struct test_data *data = &tests[tctr]; in main() local