Home
last modified time | relevance | path

Searched refs:ci_xen_hardclock_systime_ns (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/arch/xen/xen/
Dxen_clock.c763 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()
/netbsd/src/sys/arch/x86/include/
Dcpu.h299 uint64_t ci_xen_hardclock_systime_ns; member