Searched refs:vdso_th (Results 1 – 4 of 4) sorted by relevance
65 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);
729 cpu_fill_vdso_timehands(struct vdso_timehands *vdso_th) in cpu_fill_vdso_timehands() argument732 vdso_th->th_x86_shift = (int)(intptr_t)timecounter->tc_priv; in cpu_fill_vdso_timehands()733 bzero(vdso_th->th_res, sizeof(vdso_th->th_res)); in cpu_fill_vdso_timehands()
36 cpu_fill_vdso_timehands(struct vdso_timehands *vdso_th) in cpu_fill_vdso_timehands() argument
2023 tc_fill_vdso_timehands(struct vdso_timehands *vdso_th) in tc_fill_vdso_timehands() argument2029 vdso_th->th_algo = VDSO_TH_ALGO_1; in tc_fill_vdso_timehands()2030 vdso_th->th_scale = th->th_scale; in tc_fill_vdso_timehands()2031 vdso_th->th_offset_count = th->th_offset_count; in tc_fill_vdso_timehands()2032 vdso_th->th_counter_mask = th->th_counter->tc_counter_mask; in tc_fill_vdso_timehands()2033 vdso_th->th_offset = th->th_offset; in tc_fill_vdso_timehands()2034 vdso_th->th_boottime = boottimebin; in tc_fill_vdso_timehands()2035 enabled = cpu_fill_vdso_timehands(vdso_th); in tc_fill_vdso_timehands()