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

/freebsd-11.0-release/sys/kern/
H A Dsubr_dummy_vdso_tc.c44 cpu_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32, argument
H A Dkern_tc.c2107 tc_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32) argument
2113 vdso_th32->th_algo = VDSO_TH_ALGO_1;
2114 *(uint64_t *)&vdso_th32->th_scale[0] = th->th_scale;
2115 vdso_th32->th_offset_count = th->th_offset_count;
2116 vdso_th32->th_counter_mask = th->th_counter->tc_counter_mask;
2117 vdso_th32->th_offset.sec = th->th_offset.sec;
2118 *(uint64_t *)&vdso_th32->th_offset.frac[0] = th->th_offset.frac;
2119 vdso_th32->th_boottime.sec = boottimebin.sec;
2120 *(uint64_t *)&vdso_th32->th_boottime.frac[0] = boottimebin.frac;
2121 enabled = cpu_fill_vdso_timehands32(vdso_th32, t
[all...]
/freebsd-11.0-release/sys/sys/
H A Dvdso.h123 uint32_t tc_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32);
124 uint32_t cpu_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32,
/freebsd-11.0-release/sys/x86/x86/
H A Dtsc.c738 cpu_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32, argument
742 vdso_th32->th_x86_shift = (int)(intptr_t)tc->tc_priv;
743 bzero(vdso_th32->th_res, sizeof(vdso_th32->th_res));

Completed in 112 milliseconds