Searched refs:tc_fill_vdso_timehands (Results 1 – 6 of 6) sorted by relevance
79 timecounter_fill_vdso_timehands_t *tc_fill_vdso_timehands; member
102 uint32_t tc_fill_vdso_timehands(struct vdso_timehands *vdso_th);
152 enabled = tc_fill_vdso_timehands(&th); in timehands_update()
2137 tc_fill_vdso_timehands(struct vdso_timehands *vdso_th) in tc_fill_vdso_timehands() function2148 if (th->th_counter->tc_fill_vdso_timehands != NULL) { in tc_fill_vdso_timehands()2149 enabled = th->th_counter->tc_fill_vdso_timehands(vdso_th, in tc_fill_vdso_timehands()
123 .tc_fill_vdso_timehands = arm_tmr_fill_vdso_timehands,
115 .tc_fill_vdso_timehands = x86_tsc_vdso_timehands,