Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dvdso.h36 struct vdso_timehands { struct
51 struct vdso_timehands tk_th[]; argument
82 int __vdso_gettc(const struct vdso_timehands *vdso_th, u_int *tc);
102 uint32_t tc_fill_vdso_timehands(struct vdso_timehands *vdso_th);
112 uint32_t cpu_fill_vdso_timehands(struct vdso_timehands *vdso_th,
H A Dtimetc.h33 struct vdso_timehands;
37 typedef uint32_t timecounter_fill_vdso_timehands_t(struct vdso_timehands *,
/f-stack/freebsd/kern/
H A Dsubr_dummy_vdso_tc.c36 cpu_fill_vdso_timehands(struct vdso_timehands *vdso_th, struct timecounter *tc) in cpu_fill_vdso_timehands()
H A Dkern_sharedpage.c148 struct vdso_timehands th; in timehands_update()
238 sizeof(struct vdso_timehands) * VDSO_TH_NUM, 16); in alloc_sv_tk()
H A Dkern_tc.c2137 tc_fill_vdso_timehands(struct vdso_timehands *vdso_th) in tc_fill_vdso_timehands()
/f-stack/freebsd/arm/arm/
H A Dgeneric_timer.c110 static uint32_t arm_tmr_fill_vdso_timehands(struct vdso_timehands *vdso_th,
591 arm_tmr_fill_vdso_timehands(struct vdso_timehands *vdso_th, in arm_tmr_fill_vdso_timehands()
/f-stack/lib/
H A Dff_compat.c346 cpu_fill_vdso_timehands(struct vdso_timehands *vdso_th, struct timecounter *tc) in cpu_fill_vdso_timehands()
/f-stack/freebsd/x86/x86/
H A Dtsc.c103 static uint32_t x86_tsc_vdso_timehands(struct vdso_timehands *vdso_th,
867 x86_tsc_vdso_timehands(struct vdso_timehands *vdso_th, struct timecounter *tc) in x86_tsc_vdso_timehands()