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

/freebsd-10.2-release/sys/kern/
H A Dsubr_dummy_vdso_tc.c44 cpu_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32) argument
H A Dkern_tc.c2043 tc_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32) argument
2049 vdso_th32->th_algo = VDSO_TH_ALGO_1;
2050 *(uint64_t *)&vdso_th32->th_scale[0] = th->th_scale;
2051 vdso_th32->th_offset_count = th->th_offset_count;
2052 vdso_th32->th_counter_mask = th->th_counter->tc_counter_mask;
2053 vdso_th32->th_offset.sec = th->th_offset.sec;
2054 *(uint64_t *)&vdso_th32->th_offset.frac[0] = th->th_offset.frac;
2055 vdso_th32->th_boottime.sec = boottimebin.sec;
2056 *(uint64_t *)&vdso_th32->th_boottime.frac[0] = boottimebin.frac;
2057 enabled = cpu_fill_vdso_timehands32(vdso_th32);
[all...]
/freebsd-10.2-release/sys/sys/
H A Dvdso.h112 uint32_t tc_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32);
113 uint32_t cpu_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32);
/freebsd-10.2-release/sys/x86/x86/
H A Dtsc.c739 cpu_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32) argument
742 vdso_th32->th_x86_shift = (int)(intptr_t)timecounter->tc_priv;
743 bzero(vdso_th32->th_res, sizeof(vdso_th32->th_res));

Completed in 112 milliseconds