Searched refs:cs_shift (Results 1 - 10 of 10) sorted by relevance

/linux-4.4.14/arch/arm64/include/asm/
H A Dvdso_datapage.h33 __u32 cs_shift; /* Clocksource shift */ member in struct:vdso_data
/linux-4.4.14/arch/mips/vdso/
H A Dgettimeofday.c32 ts->tv_nsec = data->xtime_nsec >> data->cs_shift; do_realtime_coarse()
49 ts->tv_nsec = data->xtime_nsec >> data->cs_shift; do_monotonic_coarse()
119 nsec >>= data->cs_shift; get_ns()
/linux-4.4.14/arch/arm/include/asm/
H A Dvdso_datapage.h34 u16 cs_shift; /* clocksource shift */ member in struct:vdso_data
/linux-4.4.14/arch/mips/include/asm/
H A Dvdso.h63 * @cs_shift: Clocksource shift value.
85 u32 cs_shift; member in struct:mips_vdso_data::__anon2103
/linux-4.4.14/arch/mips/kernel/
H A Dvdso.c78 vdso_data.cs_shift = tk->tkr_mono.shift; update_vsyscall()
/linux-4.4.14/arch/arm/vdso/
H A Dvgettimeofday.c131 nsec >>= vdata->cs_shift; get_ns()
/linux-4.4.14/arch/arm64/kernel/vdso/
H A Dgettimeofday.S214 * - w12 = cs_shift
/linux-4.4.14/arch/arm64/kernel/
H A Dvdso.c219 vdso_data->cs_shift = tk->tkr_mono.shift; update_vsyscall()
H A Dasm-offsets.c93 DEFINE(VDSO_CS_SHIFT, offsetof(struct vdso_data, cs_shift)); main()
/linux-4.4.14/arch/arm/kernel/
H A Dvdso.c322 vdso_data->cs_shift = tk->tkr_mono.shift; update_vsyscall()

Completed in 141 milliseconds