Searched refs:test_args (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/tools/testing/selftests/kvm/aarch64/ |
D | arch_timer.c | 45 struct test_args { struct 52 static struct test_args test_args = { argument 93 timer_set_next_cval_ms(VIRTUAL, test_args.timer_period_ms); in guest_configure_timer_action() 98 timer_set_next_tval_ms(VIRTUAL, test_args.timer_period_ms); in guest_configure_timer_action() 103 timer_set_next_cval_ms(PHYSICAL, test_args.timer_period_ms); in guest_configure_timer_action() 108 timer_set_next_tval_ms(PHYSICAL, test_args.timer_period_ms); in guest_configure_timer_action() 174 for (config_iter = 0; config_iter < test_args.nr_iter; config_iter++) { in guest_run_stage() 179 udelay(msecs_to_usecs(test_args.timer_period_ms) + in guest_run_stage() 195 gic_init(GIC_V3, test_args.nr_vcpus, in guest_code() 294 usleep(msecs_to_usecs(test_args.migration_freq_ms)); in test_vcpu_migration() [all …]
|
D | vgic_irq.c | 30 struct test_args { struct 238 static void reset_priorities(struct test_args *args) in reset_priorities() 251 static void test_inject_fail(struct test_args *args, in test_inject_fail() 263 static void guest_inject(struct test_args *args, in guest_inject() 301 static void guest_restore_active(struct test_args *args, in guest_restore_active() 369 static void test_inject_preemption(struct test_args *args, in test_inject_preemption() 416 static void test_injection(struct test_args *args, struct kvm_inject_desc *f) in test_injection() 435 static void test_injection_failure(struct test_args *args, in test_injection_failure() 445 static void test_preemption(struct test_args *args, struct kvm_inject_desc *f) in test_preemption() 463 static void test_restore_active(struct test_args *args, struct kvm_inject_desc *f) in test_restore_active() [all …]
|
/linux-6.1.9/tools/testing/selftests/kvm/ |
D | kvm_page_table_test.c | 49 struct test_args { struct 69 static struct test_args test_args; argument 92 struct test_args *p = &test_args; in guest_code() 258 guest_code, test_args.vcpus); in pre_init_before_test() 272 test_args.vm = vm; in pre_init_before_test() 273 test_args.guest_test_virt_mem = guest_test_virt_mem; in pre_init_before_test() 274 test_args.host_page_size = host_page_size; in pre_init_before_test() 275 test_args.host_num_pages = test_mem_size / host_page_size; in pre_init_before_test() 276 test_args.large_page_size = large_page_size; in pre_init_before_test() 277 test_args.large_num_pages = test_mem_size / large_page_size; in pre_init_before_test() [all …]
|
D | memslot_perf_test.c | 837 struct test_args { struct 845 static void help(char *name, struct test_args *targs) in help() argument 871 struct test_args *targs) in parse_args() 946 const struct test_args *targs, in test_loop() 1000 struct test_args targs = { in main()
|
/linux-6.1.9/drivers/net/wireless/ath/ath11k/ |
D | wmi.c | 8201 u32 *test_args) in ath11k_wmi_send_unit_test_cmd() argument 8239 ut_cmd_args[i] = test_args[i]; in ath11k_wmi_send_unit_test_cmd()
|