Searched refs:tc_fill_vdso_timehands (Results 1 – 9 of 9) sorted by relevance
79 timecounter_fill_vdso_timehands_t *tc_fill_vdso_timehands; member
87 uint32_t tc_fill_vdso_timehands(struct vdso_timehands *vdso_th);
69 .tc_fill_vdso_timehands = hyperv_tsc_vdso_timehands,
142 enabled = tc_fill_vdso_timehands(&th); in timehands_update()
2133 tc_fill_vdso_timehands(struct vdso_timehands *vdso_th) in tc_fill_vdso_timehands() function2144 if (th->th_counter->tc_fill_vdso_timehands != NULL) { in tc_fill_vdso_timehands()2145 enabled = th->th_counter->tc_fill_vdso_timehands(vdso_th, in tc_fill_vdso_timehands()
296 pvc->tc.tc_fill_vdso_timehands = pvclock_tc_vdso_timehands; in pvclock_init()
114 .tc_fill_vdso_timehands = x86_tsc_vdso_timehands,
123 .tc_fill_vdso_timehands = arm_tmr_fill_vdso_timehands,
580 sc->tc.tc_fill_vdso_timehands = hpet_vdso_timehands; in hpet_attach()