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

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

Completed in 78 milliseconds