Searched refs:ns_to_tb (Results 1 – 1 of 1) sorted by relevance
498 static uint64_t ns_to_tb(uint32_t freq, int64_t clock) in ns_to_tb() function512 return ns_to_tb(tb_env->tb_freq, vmclk) + tb_offset; in cpu_ppc_get_tb()555 *tb_offsetp = value - ns_to_tb(tb_env->tb_freq, vmclk); in cpu_ppc_store_tb()730 n = ns_to_tb(tb_env->decr_freq, now); in __cpu_ppc_load_decr()867 next = ns_to_tb(tb_env->decr_freq, now) + value; in __cpu_ppc_store_decr()1241 tb_env->decr_next = ns_to_tb(tb_env->decr_freq, now) in start_stop_pit()