Home
last modified time | relevance | path

Searched refs:test_args (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/tools/testing/selftests/kvm/aarch64/
Darch_timer.c45 struct test_args { struct
52 static struct test_args test_args = { argument
98 timer_set_next_cval_ms(VIRTUAL, test_args.timer_period_ms); in guest_configure_timer_action()
103 timer_set_next_tval_ms(VIRTUAL, test_args.timer_period_ms); in guest_configure_timer_action()
108 timer_set_next_cval_ms(PHYSICAL, test_args.timer_period_ms); in guest_configure_timer_action()
113 timer_set_next_tval_ms(PHYSICAL, test_args.timer_period_ms); in guest_configure_timer_action()
179 for (config_iter = 0; config_iter < test_args.nr_iter; config_iter++) { in guest_run_stage()
184 udelay(msecs_to_usecs(test_args.timer_period_ms) + in guest_run_stage()
200 gic_init(GIC_V3, test_args.nr_vcpus, in guest_code()
296 usleep(msecs_to_usecs(test_args.migration_freq_ms)); in test_vcpu_migration()
[all …]
Dvgic_irq.c31 struct test_args { struct
239 static void reset_priorities(struct test_args *args) in reset_priorities()
252 static void test_inject_fail(struct test_args *args, in test_inject_fail()
264 static void guest_inject(struct test_args *args, in guest_inject()
302 static void guest_restore_active(struct test_args *args, in guest_restore_active()
370 static void test_inject_preemption(struct test_args *args, in test_inject_preemption()
417 static void test_injection(struct test_args *args, struct kvm_inject_desc *f) in test_injection()
436 static void test_injection_failure(struct test_args *args, in test_injection_failure()
446 static void test_preemption(struct test_args *args, struct kvm_inject_desc *f) in test_preemption()
464 static void test_restore_active(struct test_args *args, struct kvm_inject_desc *f) in test_restore_active()
[all …]
/linux-5.19.10/tools/testing/selftests/kvm/
Dkvm_page_table_test.c54 struct test_args { struct
74 static struct test_args test_args; argument
97 struct test_args *p = &test_args; in guest_code()
198 struct kvm_vm *vm = test_args.vm; in vcpu_worker()
286 test_args.vm = vm; in pre_init_before_test()
287 test_args.guest_test_virt_mem = guest_test_virt_mem; in pre_init_before_test()
288 test_args.host_page_size = host_page_size; in pre_init_before_test()
289 test_args.host_num_pages = test_mem_size / host_page_size; in pre_init_before_test()
290 test_args.large_page_size = large_page_size; in pre_init_before_test()
291 test_args.large_num_pages = test_mem_size / large_page_size; in pre_init_before_test()
[all …]
Dmemslot_perf_test.c839 struct test_args { struct
847 static void help(char *name, struct test_args *targs) in help() argument
873 struct test_args *targs) in parse_args()
948 const struct test_args *targs, in test_loop()
1002 struct test_args targs = { in main()
/linux-5.19.10/drivers/net/wireless/ath/ath11k/
Dwmi.c8057 u32 *test_args) in ath11k_wmi_send_unit_test_cmd() argument
8095 ut_cmd_args[i] = test_args[i]; in ath11k_wmi_send_unit_test_cmd()