Searched refs:vdso_th32 (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sys/kern/
H A Dsubr_dummy_vdso_tc.c41 cpu_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32, argument
H A Dkern_tc.c2211 tc_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32) argument
2217 *(uint64_t *)&vdso_th32->th_scale[0] = th->th_scale;
2218 vdso_th32->th_offset_count = th->th_offset_count;
2219 vdso_th32->th_counter_mask = th->th_counter->tc_counter_mask;
2220 vdso_th32->th_offset.sec = th->th_offset.sec;
2221 *(uint64_t *)&vdso_th32->th_offset.frac[0] = th->th_offset.frac;
2222 vdso_th32->th_boottime.sec = th->th_boottime.sec;
2223 *(uint64_t *)&vdso_th32->th_boottime.frac[0] = th->th_boottime.frac;
2225 enabled = th->th_counter->tc_fill_vdso_timehands32(vdso_th32,
/freebsd-current/sys/sys/
H A Dvdso.h149 uint32_t tc_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32);
150 uint32_t cpu_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32,
/freebsd-current/sys/powerpc/powerpc/
H A Dclock.c94 static uint32_t decr_vdso_timehands32(struct vdso_timehands32 *vdso_th32,
244 decr_vdso_timehands32(struct vdso_timehands32 *vdso_th32, argument
247 vdso_th32->th_algo = VDSO_TH_ALGO_PPC_TB;
248 bzero(vdso_th32->th_res, sizeof(vdso_th32->th_res));
/freebsd-current/sys/dev/acpica/
H A Dacpi_hpet.h73 uint32_t hpet_vdso_timehands32(struct vdso_timehands32 *vdso_th32,
H A Dacpi_hpet.c163 hpet_vdso_timehands32(struct vdso_timehands32 *vdso_th32, argument
169 vdso_th32->th_algo = VDSO_TH_ALGO_X86_HPET;
170 vdso_th32->th_x86_shift = 0;
171 vdso_th32->th_x86_hpet_idx = device_get_unit(sc->dev);
172 vdso_th32->th_x86_pvc_last_systime[0] = 0;
173 vdso_th32->th_x86_pvc_last_systime[1] = 0;
174 vdso_th32->th_x86_pvc_stable_mask = 0;
175 bzero(vdso_th32->th_res, sizeof(vdso_th32->th_res));
/freebsd-current/sys/x86/x86/
H A Dtsc.c107 static uint32_t x86_tsc_vdso_timehands32(struct vdso_timehands32 *vdso_th32,
984 x86_tsc_vdso_timehands32(struct vdso_timehands32 *vdso_th32, argument
988 vdso_th32->th_algo = VDSO_TH_ALGO_X86_TSC;
989 vdso_th32->th_x86_shift = (int)(intptr_t)tc->tc_priv;
990 vdso_th32->th_x86_hpet_idx = 0xffffffff;
991 vdso_th32->th_x86_pvc_last_systime[0] = 0;
992 vdso_th32->th_x86_pvc_last_systime[1] = 0;
993 vdso_th32->th_x86_pvc_stable_mask = 0;
994 bzero(vdso_th32->th_res, sizeof(vdso_th32
[all...]

Completed in 88 milliseconds