Home
last modified time | relevance | path

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

/trueos/sys/sys/
HDvdso.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);
/trueos/sys/x86/x86/
HDtsc.c729 cpu_fill_vdso_timehands(struct vdso_timehands *vdso_th) in cpu_fill_vdso_timehands() argument
732 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()
/trueos/sys/kern/
HDsubr_dummy_vdso_tc.c36 cpu_fill_vdso_timehands(struct vdso_timehands *vdso_th) in cpu_fill_vdso_timehands() argument
HDkern_tc.c2023 tc_fill_vdso_timehands(struct vdso_timehands *vdso_th) in tc_fill_vdso_timehands() argument
2029 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()