Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dvdso.h82 int __vdso_gettc(const struct vdso_timehands *vdso_th, u_int *tc);
102 uint32_t tc_fill_vdso_timehands(struct vdso_timehands *vdso_th);
112 uint32_t cpu_fill_vdso_timehands(struct vdso_timehands *vdso_th,
/f-stack/freebsd/arm/arm/
H A Dgeneric_timer.c110 static uint32_t arm_tmr_fill_vdso_timehands(struct vdso_timehands *vdso_th,
591 arm_tmr_fill_vdso_timehands(struct vdso_timehands *vdso_th, in arm_tmr_fill_vdso_timehands() argument
595 vdso_th->th_algo = VDSO_TH_ALGO_ARM_GENTIM; in arm_tmr_fill_vdso_timehands()
596 vdso_th->th_physical = arm_tmr_sc->physical; in arm_tmr_fill_vdso_timehands()
597 bzero(vdso_th->th_res, sizeof(vdso_th->th_res)); in arm_tmr_fill_vdso_timehands()
/f-stack/freebsd/x86/x86/
H A Dtsc.c103 static uint32_t x86_tsc_vdso_timehands(struct vdso_timehands *vdso_th,
867 x86_tsc_vdso_timehands(struct vdso_timehands *vdso_th, struct timecounter *tc) in x86_tsc_vdso_timehands() argument
870 vdso_th->th_algo = VDSO_TH_ALGO_X86_TSC; in x86_tsc_vdso_timehands()
871 vdso_th->th_x86_shift = (int)(intptr_t)tc->tc_priv; in x86_tsc_vdso_timehands()
872 vdso_th->th_x86_hpet_idx = 0xffffffff; in x86_tsc_vdso_timehands()
873 bzero(vdso_th->th_res, sizeof(vdso_th->th_res)); in x86_tsc_vdso_timehands()
/f-stack/freebsd/kern/
H A Dsubr_dummy_vdso_tc.c36 cpu_fill_vdso_timehands(struct vdso_timehands *vdso_th, struct timecounter *tc) in cpu_fill_vdso_timehands() argument
H A Dkern_tc.c2137 tc_fill_vdso_timehands(struct vdso_timehands *vdso_th) in tc_fill_vdso_timehands() argument
2143 vdso_th->th_scale = th->th_scale; in tc_fill_vdso_timehands()
2144 vdso_th->th_offset_count = th->th_offset_count; in tc_fill_vdso_timehands()
2145 vdso_th->th_counter_mask = th->th_counter->tc_counter_mask; in tc_fill_vdso_timehands()
2146 vdso_th->th_offset = th->th_offset; in tc_fill_vdso_timehands()
2147 vdso_th->th_boottime = th->th_boottime; in tc_fill_vdso_timehands()
2149 enabled = th->th_counter->tc_fill_vdso_timehands(vdso_th, in tc_fill_vdso_timehands()
/f-stack/lib/
H A Dff_compat.c346 cpu_fill_vdso_timehands(struct vdso_timehands *vdso_th, struct timecounter *tc) in cpu_fill_vdso_timehands() argument