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

/freebsd-11-stable/sys/kern/
H A Dsubr_dummy_vdso_tc.c44 cpu_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32, argument
H A Dkern_tc.c2205 tc_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32) argument
2211 *(uint64_t *)&vdso_th32->th_scale[0] = th->th_scale;
2212 vdso_th32->th_offset_count = th->th_offset_count;
2213 vdso_th32->th_counter_mask = th->th_counter->tc_counter_mask;
2214 vdso_th32->th_offset.sec = th->th_offset.sec;
2215 *(uint64_t *)&vdso_th32->th_offset.frac[0] = th->th_offset.frac;
2216 vdso_th32->th_boottime.sec = th->th_boottime.sec;
2217 *(uint64_t *)&vdso_th32->th_boottime.frac[0] = th->th_boottime.frac;
2219 enabled = th->th_counter->tc_fill_vdso_timehands32(vdso_th32,
/freebsd-11-stable/sys/sys/
H A Dvdso.h126 uint32_t tc_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32);
127 uint32_t cpu_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32,
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_hpet.h74 uint32_t hpet_vdso_timehands32(struct vdso_timehands32 *vdso_th32,
H A Dacpi_hpet.c165 hpet_vdso_timehands32(struct vdso_timehands32 *vdso_th32, argument
171 vdso_th32->th_algo = VDSO_TH_ALGO_X86_HPET;
172 vdso_th32->th_x86_shift = 0;
173 vdso_th32->th_x86_hpet_idx = device_get_unit(sc->dev);
174 bzero(vdso_th32->th_res, sizeof(vdso_th32->th_res));
/freebsd-11-stable/sys/x86/x86/
H A Dtsc.c100 static uint32_t x86_tsc_vdso_timehands32(struct vdso_timehands32 *vdso_th32,
807 x86_tsc_vdso_timehands32(struct vdso_timehands32 *vdso_th32, argument
811 vdso_th32->th_algo = VDSO_TH_ALGO_X86_TSC;
812 vdso_th32->th_x86_shift = (int)(intptr_t)tc->tc_priv;
813 vdso_th32->th_x86_hpet_idx = 0xffffffff;
814 bzero(vdso_th32->th_res, sizeof(vdso_th32->th_res));

Completed in 62 milliseconds