Searched refs:vdso_th (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/sys/kern/
H A Dsubr_dummy_vdso_tc.c36 cpu_fill_vdso_timehands(struct vdso_timehands *vdso_th, struct timecounter *tc) argument
H A Dkern_tc.c2087 tc_fill_vdso_timehands(struct vdso_timehands *vdso_th) argument
2093 vdso_th->th_algo = VDSO_TH_ALGO_1;
2094 vdso_th->th_scale = th->th_scale;
2095 vdso_th->th_offset_count = th->th_offset_count;
2096 vdso_th->th_counter_mask = th->th_counter->tc_counter_mask;
2097 vdso_th->th_offset = th->th_offset;
2098 vdso_th->th_boottime = boottimebin;
2099 enabled = cpu_fill_vdso_timehands(vdso_th, th->th_counter);
/freebsd-11.0-release/sys/sys/
H A Dvdso.h65 u_int __vdso_gettc(const struct vdso_timehands *vdso_th);
82 uint32_t tc_fill_vdso_timehands(struct vdso_timehands *vdso_th);
92 uint32_t cpu_fill_vdso_timehands(struct vdso_timehands *vdso_th,
/freebsd-11.0-release/sys/arm/arm/
H A Dgeneric_timer.c131 static uint32_t arm_tmr_fill_vdso_timehands(struct vdso_timehands *vdso_th,
534 arm_tmr_fill_vdso_timehands(struct vdso_timehands *vdso_th, argument
538 vdso_th->th_physical = arm_tmr_sc->physical;
539 bzero(vdso_th->th_res, sizeof(vdso_th->th_res));
H A Dmachdep.c2004 cpu_fill_vdso_timehands(struct vdso_timehands *vdso_th, struct timecounter *tc) argument
2008 arm_cpu_fill_vdso_timehands(vdso_th, tc) : 0);
/freebsd-11.0-release/sys/x86/x86/
H A Dtsc.c728 cpu_fill_vdso_timehands(struct vdso_timehands *vdso_th, struct timecounter *tc) argument
731 vdso_th->th_x86_shift = (int)(intptr_t)tc->tc_priv;
732 bzero(vdso_th->th_res, sizeof(vdso_th->th_res));
/freebsd-11.0-release/sys/arm64/arm64/
H A Dmachdep.c934 cpu_fill_vdso_timehands(struct vdso_timehands *vdso_th, struct timecounter *tc) argument
938 arm_cpu_fill_vdso_timehands(vdso_th, tc) : 0);

Completed in 170 milliseconds