Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Dtimetc.h79 timecounter_fill_vdso_timehands_t *tc_fill_vdso_timehands; member
Dvdso.h87 uint32_t tc_fill_vdso_timehands(struct vdso_timehands *vdso_th);
/freebsd-12-stable/sys/dev/hyperv/vmbus/amd64/
Dhyperv_machdep.c69 .tc_fill_vdso_timehands = hyperv_tsc_vdso_timehands,
/freebsd-12-stable/sys/kern/
Dkern_sharedpage.c142 enabled = tc_fill_vdso_timehands(&th); in timehands_update()
Dkern_tc.c2133 tc_fill_vdso_timehands(struct vdso_timehands *vdso_th) in tc_fill_vdso_timehands() function
2144 if (th->th_counter->tc_fill_vdso_timehands != NULL) { in tc_fill_vdso_timehands()
2145 enabled = th->th_counter->tc_fill_vdso_timehands(vdso_th, in tc_fill_vdso_timehands()
/freebsd-12-stable/sys/x86/x86/
Dpvclock.c296 pvc->tc.tc_fill_vdso_timehands = pvclock_tc_vdso_timehands; in pvclock_init()
Dtsc.c114 .tc_fill_vdso_timehands = x86_tsc_vdso_timehands,
/freebsd-12-stable/sys/arm/arm/
Dgeneric_timer.c123 .tc_fill_vdso_timehands = arm_tmr_fill_vdso_timehands,
/freebsd-12-stable/sys/dev/acpica/
Dacpi_hpet.c580 sc->tc.tc_fill_vdso_timehands = hpet_vdso_timehands; in hpet_attach()