Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/include/asm/
Dvdso_datapage.h85 __s32 wtom_clock_sec; /* Wall to monotonic clock */ member
106 __s32 wtom_clock_sec; /* Wall to monotonic clock */ member
/linux-2.6.39/arch/s390/include/asm/
Dvdso.h27 __u64 wtom_clock_sec; /* Wall to monotonic clock 0x20 */ member
/linux-2.6.39/arch/s390/kernel/
Dasm-offsets.c63 DEFINE(__VDSO_WTOM_SEC, offsetof(struct vdso_data, wtom_clock_sec)); in main()
Dtime.c227 vdso_data->wtom_clock_sec = wtm->tv_sec; in update_vsyscall()
/linux-2.6.39/arch/powerpc/kernel/
Dtime.c852 vdso_data->wtom_clock_sec = wtm->tv_sec; in update_vsyscall()
Dasm-offsets.c342 DEFINE(WTOM_CLOCK_SEC, offsetof(struct vdso_data, wtom_clock_sec)); in main()