tc_fill_vdso_timehands
.tc_fill_vdso_timehands = arm_tmr_fill_vdso_timehands,
sc->tc.tc_fill_vdso_timehands = hpet_vdso_timehands;
.tc_fill_vdso_timehands = hyperv_tsc_vdso_timehands,
enabled = tc_fill_vdso_timehands(&th);
if (th->th_counter->tc_fill_vdso_timehands != NULL) {
enabled = th->th_counter->tc_fill_vdso_timehands(vdso_th,
.tc_fill_vdso_timehands = decr_vdso_timehands,
.tc_fill_vdso_timehands = riscv_timer_tc_fill_vdso_timehands,
timecounter_fill_vdso_timehands_t *tc_fill_vdso_timehands;
uint32_t tc_fill_vdso_timehands(struct vdso_timehands *vdso_th);
pvc->tc.tc_fill_vdso_timehands = pvclock_tc_vdso_timehands;
.tc_fill_vdso_timehands = x86_tsc_vdso_timehands,