/openbmc/linux/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.nr_vcpus, in guest_code() 302 usleep(msecs_to_usecs(test_args.migration_freq_ms)); in test_vcpu_migration() [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 *args, struct kvm_inject_desc *f) in test_restore_active() [all …]
|
/openbmc/linux/tools/testing/selftests/kvm/ |
H A 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() 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 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()
|
/openbmc/linux/lib/ |
H A D | atomic64_test.c | 72 #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 D | run-test.py | 30 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 D | hcd-tests.sh | 44 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 D | Makefile | 55 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 D | meson.build | 85 cpp_args : test_args, 113 cpp_args : test_args,
|
/openbmc/qemu/tests/qtest/ |
H A D | boot-order-test.c | 26 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 D | 0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch | 54 test_args = [ '-k' ]
|
/openbmc/openpower-hw-diags/ |
H A D | meson.build | 150 test_args = [ variable 178 cpp_args : test_args,
|
/openbmc/qemu/.gitlab-ci.d/ |
H A D | windows.yml | 104 …- ..\msys64\usr\bin\bash -lc "make check MTESTARGS='$TEST_ARGS' || { cat meson-logs/testlog.txt; e…
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | unit-test.py | 986 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 D | wmi.c | 6755 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 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()
|