Searched refs:count_clock (Results 1 – 2 of 2) sorted by relevance
35 (uint32_t)clock_ns_to_ticks(env->count_clock, now_ns); in cpu_mips_get_count_val()49 next_ns = now_ns + clock_ticks_to_ns(env->count_clock, wait); in cpu_mips_timer_update()92 env->CP0_Count = count - (uint32_t)clock_ns_to_ticks(env->count_clock, in cpu_mips_store_count()119 env->CP0_Count += (uint32_t)clock_ns_to_ticks(env->count_clock, in cpu_mips_stop_count()
1192 Clock *count_clock; /* CP0_Count clock */ member