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

/freebsd-10-stable/sys/kern/
H A Dsubr_dummy_vdso_tc.c36 cpu_fill_vdso_timehands(struct vdso_timehands *vdso_th) argument
H A Dkern_tc.c2045 tc_fill_vdso_timehands(struct vdso_timehands *vdso_th) argument
2051 vdso_th->th_algo = VDSO_TH_ALGO_1;
2052 vdso_th->th_scale = th->th_scale;
2053 vdso_th->th_offset_count = th->th_offset_count;
2054 vdso_th->th_counter_mask = th->th_counter->tc_counter_mask;
2055 vdso_th->th_offset = th->th_offset;
2056 vdso_th->th_boottime = boottimebin;
2057 enabled = cpu_fill_vdso_timehands(vdso_th);
/freebsd-10-stable/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-stable/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 102 milliseconds