Home
last modified time | relevance | path

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

/freebsd-head/sys/sys/
HDtimetc.h78 timecounter_fill_vdso_timehands32_t *tc_fill_vdso_timehands32; member
HDvdso.h149 uint32_t tc_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32);
/freebsd-head/sys/powerpc/powerpc/
HDclock.c112 .tc_fill_vdso_timehands32 = decr_vdso_timehands32,
/freebsd-head/sys/x86/x86/
HDpvclock.c317 pvc->tc.tc_fill_vdso_timehands32 = pvclock_tc_vdso_timehands32; in pvclock_init()
HDtsc.c118 .tc_fill_vdso_timehands32 = x86_tsc_vdso_timehands32,
/freebsd-head/sys/kern/
HDkern_sharedpage.c183 enabled = tc_fill_vdso_timehands32(&th); in timehands_update32()
HDkern_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-head/sys/dev/acpica/
HDacpi_hpet.c595 sc->tc.tc_fill_vdso_timehands32 = hpet_vdso_timehands32; in hpet_attach()