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

/freebsd-10.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.c2011 tc_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32) argument
2017 vdso_th32->th_algo = VDSO_TH_ALGO_1;
2018 *(uint64_t *)&vdso_th32->th_scale[0] = th->th_scale;
2019 vdso_th32->th_offset_count = th->th_offset_count;
2020 vdso_th32->th_counter_mask = th->th_counter->tc_counter_mask;
2021 vdso_th32->th_offset.sec = th->th_offset.sec;
2022 *(uint64_t *)&vdso_th32->th_offset.frac[0] = th->th_offset.frac;
2023 vdso_th32->th_boottime.sec = boottimebin.sec;
2024 *(uint64_t *)&vdso_th32->th_boottime.frac[0] = boottimebin.frac;
2025 enabled = cpu_fill_vdso_timehands32(vdso_th32);
[all...]
/freebsd-10.0-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.0-release/sys/x86/x86/
H A Dtsc.c765 cpu_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32) argument
768 vdso_th32->th_x86_shift = (int)(intptr_t)timecounter->tc_priv;
769 bzero(vdso_th32->th_res, sizeof(vdso_th32->th_res));

Completed in 96 milliseconds