Searched refs:test_args (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/aarch64/ |
H A D | arch_timer.c | 44 struct test_args { struct 52 static struct test_args test_args = { variable 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 in guest_code() [all...] |
H A 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 *arg 516 kvm_irq_line_check(struct kvm_vm *vm, uint32_t intid, int level, struct test_args *test_args, bool expect_failure) kvm_irq_line_check() argument 661 run_guest_cmd(struct kvm_vcpu *vcpu, int gic_fd, struct kvm_inject_args *inject_args, struct test_args *test_args) run_guest_cmd() argument [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/ |
H A D | kvm_page_table_test.c | 49 struct test_args { struct 69 static struct test_args test_args; variable 92 struct test_args *p = &test_args; in guest_code() 258 guest_code, test_args.vcpus); in pre_init_before_test() 271 /* Set up the shared data structure test_args */ 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 in pre_init_before_test() [all...] |
H A D | memslot_perf_test.c | 882 struct test_args { struct 890 static void help(char *name, struct test_args *targs) in help() 952 struct test_args *targs) in parse_args() 1031 const struct test_args *targs, in test_loop() 1084 struct test_args targs = { in main()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | wmi.c | 6572 u32 *test_args) in ath11k_wmi_send_unit_test_cmd() 6610 ut_cmd_args[i] = test_args[i]; in ath11k_wmi_send_unit_test_cmd() 6570 ath11k_wmi_send_unit_test_cmd(struct ath11k *ar, struct wmi_unit_test_cmd ut_cmd, u32 *test_args) ath11k_wmi_send_unit_test_cmd() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | wmi.c | 6750 u32 *test_args) in ath12k_wmi_send_unit_test_cmd() 6787 ut_cmd_args[i] = test_args[i]; in ath12k_wmi_send_unit_test_cmd() 6748 ath12k_wmi_send_unit_test_cmd(struct ath12k *ar, struct wmi_unit_test_cmd ut_cmd, u32 *test_args) ath12k_wmi_send_unit_test_cmd() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | wmi.c | 8827 u32 *test_args) in ath11k_wmi_send_unit_test_cmd() 8865 ut_cmd_args[i] = test_args[i]; in ath11k_wmi_send_unit_test_cmd() 8825 ath11k_wmi_send_unit_test_cmd(struct ath11k *ar, struct wmi_unit_test_cmd ut_cmd, u32 *test_args) ath11k_wmi_send_unit_test_cmd() argument
|
Completed in 29 milliseconds