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 | 42 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 | 136 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/ |
D | vgtod.h | 20 cycle_t cycle_last; member
|
/arch/tile/kernel/ |
D | time.c | 267 vdso_data->cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
|
/arch/ia64/kernel/ |
D | time.c | 400 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/ |
D | vdso.c | 83 vdso_data.cs_cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
|
/arch/tile/kernel/vdso/ |
D | vgettimeofday.c | 61 return ((get_cycles() - vdso->cycle_last) & vdso->mask) * vdso->mult; in vgetsns()
|
/arch/arm64/kernel/ |
D | vdso.c | 222 vdso_data->cs_cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
|
/arch/arm/kernel/ |
D | vdso.c | 319 vdso_data->cs_cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
|
/arch/powerpc/kernel/ |
D | time.c | 825 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/ |
D | time.c | 246 vdso_data->xtime_tod_stamp = tk->tkr_mono.cycle_last; in update_vsyscall()
|
/arch/x86/kvm/ |
D | x86.c | 1133 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()
|