Home
last modified time | relevance | path

Searched full:test_args (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/tools/testing/selftests/kvm/aarch64/
H A Darch_timer.c44 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.nr_vcpus, in guest_code()
302 usleep(msecs_to_usecs(test_args.migration_freq_ms)); in test_vcpu_migration()
[all …]
H A Dvgic_irq.c29 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 …]
/openbmc/linux/tools/testing/selftests/kvm/
H A Dkvm_page_table_test.c49 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()
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.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()
[all …]
H A Dmemslot_perf_test.c882 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()
/openbmc/linux/lib/
H A Datomic64_test.c72 #define TEST_ARGS(bit, op, init, ret, expect, args...) \ macro
81 FAMILY_TEST(TEST_ARGS, bit, xchg, init, init, new, new); \
86 FAMILY_TEST(TEST_ARGS, bit, cmpxchg, \
88 FAMILY_TEST(TEST_ARGS, bit, cmpxchg, \
94 FAMILY_TEST(TEST_ARGS, bit, inc_return, \
100 FAMILY_TEST(TEST_ARGS, bit, dec_return, \
/openbmc/qemu/tests/guest-debug/
H A Drun-test.py30 parser.add_argument('test_args', nargs='*',
98 if args.test_args:
99 gdb_cmd += f" -ex \"py sys.argv={args.test_args}\""
/openbmc/linux/tools/usb/
H A Dhcd-tests.sh44 TEST_ARGS="-a"
46 TEST_ARGS=""
51 if ! ./testusb $TEST_ARGS -s $BUFLEN -c $COUNT $* 2>/dev/null
/openbmc/linux/tools/lib/perf/
H A DMakefile55 TEST_ARGS := $(if $(V),-v) macro
162 @./$(TESTS_STATIC) $(TEST_ARGS)
164 @LD_LIBRARY_PATH=. ./$(TESTS_SHARED) $(TEST_ARGS)
/openbmc/openpower-hw-diags/test/
H A Dmeson.build85 cpp_args : test_args,
113 cpp_args : test_args,
/openbmc/qemu/tests/qtest/
H A Dboot-order-test.c26 const char *test_args, in test_a_boot_order() argument
40 machine ?: "", test_args); in test_a_boot_order()
/openbmc/openbmc/poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/
H A D0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch54 test_args = [ '-k' ]
/openbmc/openpower-hw-diags/
H A Dmeson.build150 test_args = [ variable
178 cpp_args : test_args,
/openbmc/qemu/.gitlab-ci.d/
H A Dwindows.yml104 …- ..\msys64\usr\bin\bash -lc "make check MTESTARGS='$TEST_ARGS' || { cat meson-logs/testlog.txt; e…
/openbmc/openbmc-build-scripts/scripts/
H A Dunit-test.py986 test_args = ("--repeat", str(args.repeat), "-C", "build")
987 check_call_cmd("meson", "test", "--print-errorlogs", *test_args)
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c6755 u32 *test_args) in ath12k_wmi_send_unit_test_cmd() argument
6792 ut_cmd_args[i] = test_args[i]; in ath12k_wmi_send_unit_test_cmd()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c8827 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()