Lines Matching refs:vm_data
89 struct vm_data { struct
129 static void check_mmio_access(struct vm_data *data, struct kvm_run *run) in check_mmio_access()
143 struct vm_data *data = __data; in vcpu_worker()
190 static void *vm_gpa2hva(struct vm_data *data, uint64_t gpa, uint64_t *rempages) in vm_gpa2hva()
223 static uint64_t vm_slot2gpa(struct vm_data *data, uint32_t slot) in vm_slot2gpa()
230 static struct vm_data *alloc_vm(void) in alloc_vm()
232 struct vm_data *data; in alloc_vm()
244 static bool prepare_vm(struct vm_data *data, int nslots, uint64_t *maxslots, in prepare_vm()
331 static void launch_vm(struct vm_data *data) in launch_vm()
341 static void free_vm(struct vm_data *data) in free_vm()
348 static void wait_guest_exit(struct vm_data *data) in wait_guest_exit()
538 static bool test_memslot_move_prepare(struct vm_data *data, in test_memslot_move_prepare()
568 static bool test_memslot_move_prepare_active(struct vm_data *data, in test_memslot_move_prepare_active()
575 static bool test_memslot_move_prepare_inactive(struct vm_data *data, in test_memslot_move_prepare_inactive()
582 static void test_memslot_move_loop(struct vm_data *data, struct sync_area *sync) in test_memslot_move_loop()
592 static void test_memslot_do_unmap(struct vm_data *data, in test_memslot_do_unmap()
616 static void test_memslot_map_unmap_check(struct vm_data *data, in test_memslot_map_unmap_check()
633 static void test_memslot_map_loop(struct vm_data *data, struct sync_area *sync) in test_memslot_map_loop()
673 static void test_memslot_unmap_loop_common(struct vm_data *data, in test_memslot_unmap_loop_common()
700 static void test_memslot_unmap_loop(struct vm_data *data, in test_memslot_unmap_loop()
706 static void test_memslot_unmap_loop_chunked(struct vm_data *data, in test_memslot_unmap_loop_chunked()
712 static void test_memslot_rw_loop(struct vm_data *data, struct sync_area *sync) in test_memslot_rw_loop()
740 bool (*prepare)(struct vm_data *data, struct sync_area *sync,
742 void (*loop)(struct vm_data *data, struct sync_area *sync);
753 struct vm_data *data; in test_execute()