Searched refs:CVAL_MAX (Results 1 – 2 of 2) sorted by relevance
26 static uint64_t CVAL_MAX; variable570 GUEST_ASSERT(timer_get_cval(timer) >= (CVAL_MAX - msec_to_cycles(test_args.wait_ms))); in timers_sanity_checks()727 test_set_cnt_after_cval(timer, CVAL_MAX, 1, 2, wm); in test_move_counters_ahead_of_timers()952 sync_global_to_guest(*vm, CVAL_MAX); in test_vm_create()1026 CVAL_MAX = GENMASK_ULL(width - 1, 0); in set_counter_defaults()1027 DEF_CNT = CVAL_MAX / 2; in set_counter_defaults()
523 #define CVAL_MAX 0x1FF macro