Home
last modified time | relevance | path

Searched refs:xen_clocksource_read (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/x86/xen/
Dtime.c155 cycle_t xen_clocksource_read(void) in xen_clocksource_read() function
169 return xen_clocksource_read(); in xen_clocksource_get_cycles()
214 op.u.settime.system_time = xen_clocksource_read(); in xen_pvclock_gtod_notify()
274 return xen_clocksource_read() + delta; in get_abs_timeout()
456 .sched_clock = xen_clocksource_read,
Dspinlock.c111 return xen_clocksource_read(); in spin_time_start()
128 u32 delta = xen_clocksource_read() - start; in spin_time_accum_blocked()
Dxen-ops.h70 cycle_t xen_clocksource_read(void);