Searched refs:vdso_timehands (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | vdso.h | 36 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 D | timetc.h | 33 struct vdso_timehands; 37 typedef uint32_t timecounter_fill_vdso_timehands_t(struct vdso_timehands *,
|
| /f-stack/freebsd/kern/ |
| H A D | subr_dummy_vdso_tc.c | 36 cpu_fill_vdso_timehands(struct vdso_timehands *vdso_th, struct timecounter *tc) in cpu_fill_vdso_timehands()
|
| H A D | kern_sharedpage.c | 148 struct vdso_timehands th; in timehands_update() 238 sizeof(struct vdso_timehands) * VDSO_TH_NUM, 16); in alloc_sv_tk()
|
| H A D | kern_tc.c | 2137 tc_fill_vdso_timehands(struct vdso_timehands *vdso_th) in tc_fill_vdso_timehands()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | generic_timer.c | 110 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 D | ff_compat.c | 346 cpu_fill_vdso_timehands(struct vdso_timehands *vdso_th, struct timecounter *tc) in cpu_fill_vdso_timehands()
|
| /f-stack/freebsd/x86/x86/ |
| H A D | tsc.c | 103 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()
|