Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/x86/x86/
Dtsc.c105 static uint32_t x86_tsc_vdso_timehands32(struct vdso_timehands32 *vdso_th32,
875 x86_tsc_vdso_timehands32(struct vdso_timehands32 *vdso_th32, in x86_tsc_vdso_timehands32() argument
879 vdso_th32->th_algo = VDSO_TH_ALGO_X86_TSC; in x86_tsc_vdso_timehands32()
880 vdso_th32->th_x86_shift = (int)(intptr_t)tc->tc_priv; in x86_tsc_vdso_timehands32()
881 vdso_th32->th_x86_hpet_idx = 0xffffffff; in x86_tsc_vdso_timehands32()
882 vdso_th32->th_x86_pvc_last_systime = 0; in x86_tsc_vdso_timehands32()
883 vdso_th32->th_x86_pvc_stable_mask = 0; in x86_tsc_vdso_timehands32()
884 bzero(vdso_th32->th_res, sizeof(vdso_th32->th_res)); in x86_tsc_vdso_timehands32()
/freebsd-12-stable/sys/sys/
Dvdso.h128 uint32_t tc_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32);
129 uint32_t cpu_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32,
/freebsd-12-stable/sys/dev/acpica/
Dacpi_hpet.c167 hpet_vdso_timehands32(struct vdso_timehands32 *vdso_th32, in hpet_vdso_timehands32() argument
173 vdso_th32->th_algo = VDSO_TH_ALGO_X86_HPET; in hpet_vdso_timehands32()
174 vdso_th32->th_x86_shift = 0; in hpet_vdso_timehands32()
175 vdso_th32->th_x86_hpet_idx = device_get_unit(sc->dev); in hpet_vdso_timehands32()
176 vdso_th32->th_x86_pvc_last_systime = 0; in hpet_vdso_timehands32()
177 vdso_th32->th_x86_pvc_stable_mask = 0; in hpet_vdso_timehands32()
178 bzero(vdso_th32->th_res, sizeof(vdso_th32->th_res)); in hpet_vdso_timehands32()
Dacpi_hpet.h74 uint32_t hpet_vdso_timehands32(struct vdso_timehands32 *vdso_th32,
/freebsd-12-stable/sys/kern/
Dsubr_dummy_vdso_tc.c44 cpu_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32, in cpu_fill_vdso_timehands32() argument
Dkern_tc.c2156 tc_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32) in tc_fill_vdso_timehands32() argument
2162 *(uint64_t *)&vdso_th32->th_scale[0] = th->th_scale; in tc_fill_vdso_timehands32()
2163 vdso_th32->th_offset_count = th->th_offset_count; in tc_fill_vdso_timehands32()
2164 vdso_th32->th_counter_mask = th->th_counter->tc_counter_mask; in tc_fill_vdso_timehands32()
2165 vdso_th32->th_offset.sec = th->th_offset.sec; in tc_fill_vdso_timehands32()
2166 *(uint64_t *)&vdso_th32->th_offset.frac[0] = th->th_offset.frac; in tc_fill_vdso_timehands32()
2167 vdso_th32->th_boottime.sec = th->th_boottime.sec; in tc_fill_vdso_timehands32()
2168 *(uint64_t *)&vdso_th32->th_boottime.frac[0] = th->th_boottime.frac; in tc_fill_vdso_timehands32()
2170 enabled = th->th_counter->tc_fill_vdso_timehands32(vdso_th32, in tc_fill_vdso_timehands32()