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.c42 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.c136 last = gtod->cycle_last; in vread_pvclock()
148 u64 last = gtod->cycle_last; in vread_tsc()
178 v = (cycles - gtod->cycle_last) & gtod->mask; in vgetsns()
/arch/x86/include/asm/
Dvgtod.h20 cycle_t cycle_last; member
/arch/tile/kernel/
Dtime.c267 vdso_data->cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
/arch/ia64/kernel/
Dtime.c400 struct clocksource *c, u32 mult, cycle_t cycle_last) in update_vsyscall_old() argument
409 fsyscall_gtod_data.clk_cycle_last = cycle_last; in update_vsyscall_old()
/arch/mips/kernel/
Dvdso.c83 vdso_data.cs_cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
/arch/tile/kernel/vdso/
Dvgettimeofday.c61 return ((get_cycles() - vdso->cycle_last) & vdso->mask) * vdso->mult; in vgetsns()
/arch/arm64/kernel/
Dvdso.c222 vdso_data->cs_cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
/arch/arm/kernel/
Dvdso.c319 vdso_data->cs_cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
/arch/powerpc/kernel/
Dtime.c825 struct clocksource *clock, u32 mult, cycle_t cycle_last) in update_vsyscall_old() argument
858 vdso_data->tb_orig_stamp = cycle_last; in update_vsyscall_old()
/arch/s390/kernel/
Dtime.c246 vdso_data->xtime_tod_stamp = tk->tkr_mono.cycle_last; in update_vsyscall()
/arch/x86/kvm/
Dx86.c1133 cycle_t cycle_last; member
1156 vdata->clock.cycle_last = tk->tkr_mono.cycle_last; in update_pvclock_gtod()
1577 u64 last = pvclock_gtod_data.clock.cycle_last; in read_tsc()
1601 v = (*cycle_now - gtod->clock.cycle_last) & gtod->clock.mask; in vgettsc()