| H A D | memslot_perf_test.c | 284 static bool prepare_vm(struct vm_data *data, int nslots, uint64_t *maxslots, in prepare_vm() 308 *maxslots = get_max_slots(data, host_page_size); in prepare_vm() 580 uint64_t *maxslots, bool isactive) in test_memslot_move_prepare() 597 *maxslots = 0; in test_memslot_move_prepare() 616 uint64_t *maxslots) in test_memslot_move_prepare_active() 618 return test_memslot_move_prepare(data, sync, maxslots, true); in test_memslot_move_prepare_active() 623 uint64_t *maxslots) in test_memslot_move_prepare_inactive() 625 return test_memslot_move_prepare(data, sync, maxslots, false); in test_memslot_move_prepare_inactive() 796 uint64_t *maxslots); 800 static bool test_execute(int nslots, uint64_t *maxslots, in test_execute() 283 prepare_vm(struct vm_data * data,int nslots,uint64_t * maxslots,void * guest_code,uint64_t mem_size,struct timespec * slot_runtime) prepare_vm() argument 579 test_memslot_move_prepare(struct vm_data * data,struct sync_area * sync,uint64_t * maxslots,bool isactive) test_memslot_move_prepare() argument 615 test_memslot_move_prepare_active(struct vm_data * data,struct sync_area * sync,uint64_t * maxslots) test_memslot_move_prepare_active() argument 622 test_memslot_move_prepare_inactive(struct vm_data * data,struct sync_area * sync,uint64_t * maxslots) test_memslot_move_prepare_inactive() argument 799 test_execute(int nslots,uint64_t * maxslots,unsigned int maxtime,const struct test_data * tdata,uint64_t * nloops,struct timespec * slot_runtime,struct timespec * guest_runtime) test_execute() argument 1051 uint64_t maxslots; test_loop() local [all...] |