Home
last modified time | relevance | path

Searched refs:tc_fill_vdso_timehands32 (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/sys/
H A Dtimetc.h78 timecounter_fill_vdso_timehands32_t *tc_fill_vdso_timehands32; member
H A Dvdso.h149 uint32_t tc_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32);
/freebsd/sys/powerpc/powerpc/
H A Dclock.c112 .tc_fill_vdso_timehands32 = decr_vdso_timehands32,
/freebsd/sys/x86/x86/
H A Dpvclock.c317 pvc->tc.tc_fill_vdso_timehands32 = pvclock_tc_vdso_timehands32; in pvclock_init()
H A Dtsc.c118 .tc_fill_vdso_timehands32 = x86_tsc_vdso_timehands32,
/freebsd/sys/kern/
H A Dkern_sharedpage.c183 enabled = tc_fill_vdso_timehands32(&th); in timehands_update32()
H A Dkern_tc.c2211 tc_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32) in tc_fill_vdso_timehands32() function
2224 if (th->th_counter->tc_fill_vdso_timehands32 != NULL) { in tc_fill_vdso_timehands32()
2225 enabled = th->th_counter->tc_fill_vdso_timehands32(vdso_th32, in tc_fill_vdso_timehands32()
/freebsd/sys/dev/acpica/
H A Dacpi_hpet.c595 sc->tc.tc_fill_vdso_timehands32 = hpet_vdso_timehands32; in hpet_attach()