Searched refs:tval (Results 1 – 2 of 2) sorted by relevance
| /tools/testing/selftests/kvm/arm64/ |
| A D | arch_timer_edge_cases.c | 507 int32_t tval = (int32_t) msec_to_cycles(test_args.wait_ms); in test_basic_functionality() local 515 test_timer_tval(timer, tval, wm, true, DEF_CNT); in test_basic_functionality() 688 int32_t tval, uint64_t cnt_2, in test_set_cnt_after_tval() argument 702 uint64_t cnt_1, int32_t tval, in test_set_cnt_after_tval_no_irq() argument 705 test_set_cnt_after_xval_no_irq(timer, cnt_1, tval, cnt_2, wm, in test_set_cnt_after_tval_no_irq() 721 int32_t tval; in test_move_counters_ahead_of_timers() local 732 tval = TVAL_MAX; in test_move_counters_ahead_of_timers() 733 test_set_cnt_after_tval(timer, 0, tval, (uint64_t) tval + 1, in test_move_counters_ahead_of_timers() 767 test_timer_tval(timer, tval, wm, true, DEF_CNT); in test_timers_in_the_past() 787 test_tval_no_irq(timer, tval, TIMEOUT_NO_IRQ_US, sm); in test_timers_in_the_past() [all …]
|
| /tools/testing/selftests/kvm/include/arm64/ |
| A D | arch_timer.h | 82 static inline void timer_set_tval(enum arch_timer timer, int32_t tval) in timer_set_tval() argument 86 write_sysreg(tval, cntv_tval_el0); in timer_set_tval() 89 write_sysreg(tval, cntp_tval_el0); in timer_set_tval()
|
Completed in 5 milliseconds