Searched refs:tc_fill_vdso_timehands32 (Results 1 – 5 of 5) sorted by relevance
80 timecounter_fill_vdso_timehands32_t *tc_fill_vdso_timehands32; member
151 uint32_t tc_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32);
185 enabled = tc_fill_vdso_timehands32(&th); in timehands_update32()
2160 tc_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32) in tc_fill_vdso_timehands32() function2173 if (th->th_counter->tc_fill_vdso_timehands32 != NULL) { in tc_fill_vdso_timehands32()2174 enabled = th->th_counter->tc_fill_vdso_timehands32(vdso_th32, in tc_fill_vdso_timehands32()
117 .tc_fill_vdso_timehands32 = x86_tsc_vdso_timehands32,