Lines Matching refs:test_args
31 timer_set_next_cval_ms(VIRTUAL, test_args.timer_period_ms); in guest_configure_timer_action()
36 timer_set_next_tval_ms(VIRTUAL, test_args.timer_period_ms); in guest_configure_timer_action()
41 timer_set_next_cval_ms(PHYSICAL, test_args.timer_period_ms); in guest_configure_timer_action()
46 timer_set_next_tval_ms(PHYSICAL, test_args.timer_period_ms); in guest_configure_timer_action()
124 for (config_iter = 0; config_iter < test_args.nr_iter; config_iter++) { in guest_run_stage()
129 udelay(msecs_to_usecs(test_args.timer_period_ms) + in guest_run_stage()
130 test_args.timer_err_margin_us); in guest_run_stage()
148 gic_init(GIC_V3, test_args.nr_vcpus); in guest_code()
185 int nr_vcpus = test_args.nr_vcpus; in test_vm_create()
192 if (!test_args.reserved) { in test_vm_create()
195 .counter_offset = test_args.counter_offset, in test_vm_create()
211 sync_global_to_guest(vm, test_args); in test_vm_create()