Searched refs:ci_xen_hardclock_systime_ns (Results 1 – 2 of 2) sorted by relevance
763 ci->ci_xen_hardclock_systime_ns = xen_vcputime_systime_ns(); in xen_resumeclocks()766 error = HYPERVISOR_set_timer_op(ci->ci_xen_hardclock_systime_ns + in xen_resumeclocks()807 last = ci->ci_xen_hardclock_systime_ns; in xen_timer_handler()823 ci->ci_xen_hardclock_systime_ns = last = now - ns_per_tick; in xen_timer_handler()856 ci->ci_xen_hardclock_systime_ns += ns_per_tick; in xen_timer_handler()872 next = ci->ci_xen_hardclock_systime_ns + ns_per_tick; in xen_timer_handler()
299 uint64_t ci_xen_hardclock_systime_ns; member