Searched refs:cycle_last (Results 1 – 14 of 14) sorted by relevance
/arch/arm64/kernel/vdso/ |
D | gettimeofday.S | 66 .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/ |
D | vsyscall_gtod.c | 43 vdata->cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
|
/arch/tile/include/asm/ |
D | vdso.h | 32 __u64 cycle_last; /* TOD clock for xtime */ member
|
/arch/x86/entry/vdso/ |
D | vclock_gettime.c | 144 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/ |
D | vgtod.h | 21 u64 cycle_last; member
|
/arch/tile/kernel/ |
D | time.c | 271 vdso_data->cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
|
/arch/ia64/kernel/ |
D | time.c | 434 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/ |
D | vgettimeofday.c | 61 return ((get_cycles() - vdso->cycle_last) & vdso->mask) * vdso->mult; in vgetsns()
|
/arch/mips/kernel/ |
D | vdso.c | 86 vdso_data.cs_cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
|
/arch/arm64/kernel/ |
D | vdso.c | 240 vdso_data->cs_cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
|
/arch/powerpc/kernel/ |
D | time.c | 853 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/ |
D | vdso.c | 341 vdso_data->cs_cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
|
/arch/s390/kernel/ |
D | time.c | 280 vdso_data->xtime_tod_stamp = tk->tkr_mono.cycle_last; in update_vsyscall()
|
/arch/x86/kvm/ |
D | x86.c | 1290 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()
|