Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/x86/
H A Dtsc.c106 static uint32_t x86_tsc_vdso_timehands32(struct vdso_timehands32 *vdso_th32,
879 x86_tsc_vdso_timehands32(struct vdso_timehands32 *vdso_th32, in x86_tsc_vdso_timehands32() argument
883 vdso_th32->th_algo = VDSO_TH_ALGO_X86_TSC; in x86_tsc_vdso_timehands32()
884 vdso_th32->th_x86_shift = (int)(intptr_t)tc->tc_priv; in x86_tsc_vdso_timehands32()
885 vdso_th32->th_x86_hpet_idx = 0xffffffff; in x86_tsc_vdso_timehands32()
886 bzero(vdso_th32->th_res, sizeof(vdso_th32->th_res)); in x86_tsc_vdso_timehands32()
/f-stack/freebsd/sys/
H A Dvdso.h151 uint32_t tc_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32);
152 uint32_t cpu_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32,
/f-stack/freebsd/kern/
H A Dsubr_dummy_vdso_tc.c44 cpu_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32, in cpu_fill_vdso_timehands32() argument
H A Dkern_tc.c2160 tc_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32) in tc_fill_vdso_timehands32() argument
2166 *(uint64_t *)&vdso_th32->th_scale[0] = th->th_scale; in tc_fill_vdso_timehands32()
2167 vdso_th32->th_offset_count = th->th_offset_count; in tc_fill_vdso_timehands32()
2168 vdso_th32->th_counter_mask = th->th_counter->tc_counter_mask; in tc_fill_vdso_timehands32()
2169 vdso_th32->th_offset.sec = th->th_offset.sec; in tc_fill_vdso_timehands32()
2170 *(uint64_t *)&vdso_th32->th_offset.frac[0] = th->th_offset.frac; in tc_fill_vdso_timehands32()
2171 vdso_th32->th_boottime.sec = th->th_boottime.sec; in tc_fill_vdso_timehands32()
2172 *(uint64_t *)&vdso_th32->th_boottime.frac[0] = th->th_boottime.frac; in tc_fill_vdso_timehands32()
2174 enabled = th->th_counter->tc_fill_vdso_timehands32(vdso_th32, in tc_fill_vdso_timehands32()