Home
last modified time | relevance | path

Searched refs:tc_fill_vdso_timehands (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/sys/
H A Dtimetc.h79 timecounter_fill_vdso_timehands_t *tc_fill_vdso_timehands; member
H A Dvdso.h102 uint32_t tc_fill_vdso_timehands(struct vdso_timehands *vdso_th);
/f-stack/freebsd/kern/
H A Dkern_sharedpage.c152 enabled = tc_fill_vdso_timehands(&th); in timehands_update()
H A Dkern_tc.c2137 tc_fill_vdso_timehands(struct vdso_timehands *vdso_th) in tc_fill_vdso_timehands() function
2148 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()
/f-stack/freebsd/arm/arm/
H A Dgeneric_timer.c123 .tc_fill_vdso_timehands = arm_tmr_fill_vdso_timehands,
/f-stack/freebsd/x86/x86/
H A Dtsc.c115 .tc_fill_vdso_timehands = x86_tsc_vdso_timehands,