Searched refs:set_counter (Results 1 – 2 of 2) sorted by relevance
139 static void set_counter(enum arch_timer timer, uint64_t counter) in set_counter() function319 set_counter(timer, cnt); in reset_timer_state()565 set_counter(timer, msec_to_cycles(1)); in timers_sanity_checks()598 set_counter(timer, TVAL_MAX); in test_set_cnt_after_tval_max()646 set_counter(timer, cnt_1); in test_set_cnt_after_xval()650 set_counter(timer, cnt_2); in test_set_cnt_after_xval()671 set_counter(timer, cnt_1); in test_set_cnt_after_xval_no_irq()675 set_counter(timer, cnt_2); in test_set_cnt_after_xval_no_irq()791 set_counter(timer, msec_to_cycles(test_args.wait_ms)); in test_timers_in_the_past()
55 int set_counter; /*count the number of set hits for this segment*/ member