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

/freebsd-10.2-release/sys/kern/
H A Dsubr_dummy_vdso_tc.c36 cpu_fill_vdso_timehands(struct vdso_timehands *vdso_th) argument
H A Dkern_tc.c2023 tc_fill_vdso_timehands(struct vdso_timehands *vdso_th) argument
2029 vdso_th->th_algo = VDSO_TH_ALGO_1;
2030 vdso_th->th_scale = th->th_scale;
2031 vdso_th->th_offset_count = th->th_offset_count;
2032 vdso_th->th_counter_mask = th->th_counter->tc_counter_mask;
2033 vdso_th->th_offset = th->th_offset;
2034 vdso_th->th_boottime = boottimebin;
2035 enabled = cpu_fill_vdso_timehands(vdso_th);
/freebsd-10.2-release/sys/sys/
H A Dvdso.h65 u_int __vdso_gettc(const struct vdso_timehands *vdso_th);
74 uint32_t tc_fill_vdso_timehands(struct vdso_timehands *vdso_th);
84 uint32_t cpu_fill_vdso_timehands(struct vdso_timehands *vdso_th);
/freebsd-10.2-release/sys/x86/x86/
H A Dtsc.c729 cpu_fill_vdso_timehands(struct vdso_timehands *vdso_th) argument
732 vdso_th->th_x86_shift = (int)(intptr_t)timecounter->tc_priv;
733 bzero(vdso_th->th_res, sizeof(vdso_th->th_res));

Completed in 86 milliseconds