Home
last modified time | relevance | path

Searched refs:cycle_last (Results 1 – 14 of 14) sorted by relevance

/arch/arm64/kernel/vdso/
Dgettimeofday.S66 .macro get_clock_shifted_nsec res, cycle_last, mult
71 sub \res, x_tmp, \cycle_last
155 get_clock_shifted_nsec res=x15, cycle_last=x10, mult=x11
220 get_clock_shifted_nsec res=x15, cycle_last=x10, mult=x11
241 get_clock_shifted_nsec res=x15, cycle_last=x10, mult=x11
262 get_clock_shifted_nsec res=x15, cycle_last=x10, mult=x11
/arch/x86/entry/vsyscall/
Dvsyscall_gtod.c43 vdata->cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
/arch/tile/include/asm/
Dvdso.h32 __u64 cycle_last; /* TOD clock for xtime */ member
/arch/x86/entry/vdso/
Dvclock_gettime.c144 last = gtod->cycle_last; in vread_pvclock()
170 u64 last = gtod->cycle_last; in vread_tsc()
215 v = (cycles - gtod->cycle_last) & gtod->mask; in vgetsns()
/arch/x86/include/asm/
Dvgtod.h21 u64 cycle_last; member
/arch/tile/kernel/
Dtime.c271 vdso_data->cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
/arch/ia64/kernel/
Dtime.c434 struct clocksource *c, u32 mult, u64 cycle_last) in update_vsyscall_old() argument
443 fsyscall_gtod_data.clk_cycle_last = cycle_last; in update_vsyscall_old()
/arch/tile/kernel/vdso/
Dvgettimeofday.c61 return ((get_cycles() - vdso->cycle_last) & vdso->mask) * vdso->mult; in vgetsns()
/arch/mips/kernel/
Dvdso.c86 vdso_data.cs_cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
/arch/arm64/kernel/
Dvdso.c240 vdso_data->cs_cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
/arch/powerpc/kernel/
Dtime.c853 u64 cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall() local
916 vdso_data->tb_orig_stamp = cycle_last; in update_vsyscall()
/arch/arm/kernel/
Dvdso.c341 vdso_data->cs_cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
/arch/s390/kernel/
Dtime.c280 vdso_data->xtime_tod_stamp = tk->tkr_mono.cycle_last; in update_vsyscall()
/arch/x86/kvm/
Dx86.c1290 u64 cycle_last; member
1314 vdata->clock.cycle_last = tk->tkr_mono.cycle_last; in update_pvclock_gtod()
1721 u64 last = pvclock_gtod_data.clock.cycle_last; in read_tsc()
1745 v = (*cycle_now - gtod->clock.cycle_last) & gtod->clock.mask; in vgettsc()