Searched refs:test_args (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/tools/testing/selftests/kvm/aarch64/ |
D | arch_timer.c | 44 struct test_args { struct 52 static struct test_args test_args = { argument 94 timer_set_next_cval_ms(VIRTUAL, test_args.timer_period_ms); in guest_configure_timer_action() 99 timer_set_next_tval_ms(VIRTUAL, test_args.timer_period_ms); in guest_configure_timer_action() 104 timer_set_next_cval_ms(PHYSICAL, test_args.timer_period_ms); in guest_configure_timer_action() 109 timer_set_next_tval_ms(PHYSICAL, test_args.timer_period_ms); in guest_configure_timer_action() 187 for (config_iter = 0; config_iter < test_args.nr_iter; config_iter++) { in guest_run_stage() 192 udelay(msecs_to_usecs(test_args.timer_period_ms) + in guest_run_stage() 207 gic_init(GIC_V3, test_args.nr_vcpus, in guest_code() 302 usleep(msecs_to_usecs(test_args.migration_freq_ms)); in test_vcpu_migration() [all …]
|
D | vgic_irq.c | 29 struct test_args { struct 237 static void reset_priorities(struct test_args *args) in reset_priorities() 250 static void test_inject_fail(struct test_args *args, in test_inject_fail() 262 static void guest_inject(struct test_args *args, in guest_inject() 300 static void guest_restore_active(struct test_args *args, in guest_restore_active() 368 static void test_inject_preemption(struct test_args *args, in test_inject_preemption() 415 static void test_injection(struct test_args *args, struct kvm_inject_desc *f) in test_injection() 434 static void test_injection_failure(struct test_args *args, in test_injection_failure() 444 static void test_preemption(struct test_args *args, struct kvm_inject_desc *f) in test_preemption() 462 static void test_restore_active(struct test_args *args, struct kvm_inject_desc *f) in test_restore_active() [all …]
|
/linux-6.6.21/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 | 882 struct test_args { struct 890 static void help(char *name, struct test_args *targs) in help() argument 952 struct test_args *targs) in parse_args() 1031 const struct test_args *targs, in test_loop() 1084 struct test_args targs = { in main()
|
/linux-6.6.21/drivers/net/wireless/ath/ath12k/ |
D | wmi.c | 6750 u32 *test_args) in ath12k_wmi_send_unit_test_cmd() argument 6787 ut_cmd_args[i] = test_args[i]; in ath12k_wmi_send_unit_test_cmd()
|
/linux-6.6.21/drivers/net/wireless/ath/ath11k/ |
D | wmi.c | 8827 u32 *test_args) in ath11k_wmi_send_unit_test_cmd() argument 8865 ut_cmd_args[i] = test_args[i]; in ath11k_wmi_send_unit_test_cmd()
|