Home
last modified time | relevance | path

Searched refs:wtom_clock_nsec (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/arch/powerpc/include/asm/
Dvdso_datapage.h82 __s32 wtom_clock_nsec; /* Wall to monotonic clock nsec */ member
103 __s32 wtom_clock_nsec; member
/Linux-v5.4/arch/s390/include/asm/
Dvdso.h29 __u64 wtom_clock_nsec; /* 0x38 */ member
/Linux-v5.4/arch/s390/kernel/
Dtime.c291 vdso_data->wtom_clock_nsec = tk->tkr_mono.xtime_nsec + in update_vsyscall()
294 while (vdso_data->wtom_clock_nsec >= nsecps) { in update_vsyscall()
295 vdso_data->wtom_clock_nsec -= nsecps; in update_vsyscall()
Dasm-offsets.c70 OFFSET(__VDSO_WTOM_NSEC, vdso_data, wtom_clock_nsec); in main()
/Linux-v5.4/arch/powerpc/kernel/
Dtime.c959 vdso_data->wtom_clock_nsec = tk->wall_to_monotonic.tv_nsec; in update_vsyscall()
Dasm-offsets.c387 OFFSET(WTOM_CLOCK_NSEC, vdso_data, wtom_clock_nsec); in main()