Searched refs:timer_period_ms (Results 1 - 4 of 4) sorted by path

/linux-master/tools/testing/selftests/kvm/aarch64/
H A Darch_timer.c31 timer_set_next_cval_ms(VIRTUAL, test_args.timer_period_ms);
36 timer_set_next_tval_ms(VIRTUAL, test_args.timer_period_ms);
41 timer_set_next_cval_ms(PHYSICAL, test_args.timer_period_ms);
46 timer_set_next_tval_ms(PHYSICAL, test_args.timer_period_ms);
129 udelay(msecs_to_usecs(test_args.timer_period_ms) +
/linux-master/tools/testing/selftests/kvm/
H A Darch_timer.c34 .timer_period_ms = TIMER_TEST_PERIOD_MS_DEF,
182 pr_info("Usage: %s [-h] [-n nr_vcpus] [-i iterations] [-p timer_period_ms]\n"
217 test_args.timer_period_ms = atoi_positive("Periodicity", optarg);
/linux-master/tools/testing/selftests/kvm/include/
H A Dtimer_test.h23 uint32_t timer_period_ms; member in struct:test_args
/linux-master/tools/testing/selftests/kvm/riscv/
H A Darch_timer.c50 timer_set_next_cmp_ms(test_args.timer_period_ms);
55 udelay(msecs_to_usecs(test_args.timer_period_ms) +

Completed in 186 milliseconds