Searched refs:ticks_to_ns (Results 1 – 3 of 3) sorted by relevance
66 d->time_offset.seconds = ticks_to_ns(d->arch.virt_timer_base.offset - boot_count); in domain_vtimer_init()147 set_timer(&v->arch.virt_timer.timer, ticks_to_ns(v->arch.virt_timer.cval + in virt_timer_save()191 ? ticks_to_ns(v->arch.phys_timer.cval - boot_count) : 0; in vtimer_cntp_ctl()227 ? ticks_to_ns(v->arch.phys_timer.cval - boot_count) : 0; in vtimer_cntp_tval()258 ? ticks_to_ns(v->arch.phys_timer.cval - boot_count) : 0; in vtimer_cntp_cval()
57 /*static inline*/ s_time_t ticks_to_ns(uint64_t ticks) in ticks_to_ns() function196 return ticks_to_ns(ticks); in get_s_time()
44 extern s_time_t ticks_to_ns(uint64_t ticks);
Completed in 5 milliseconds