Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dvdso.h133 struct vdso_timehands32 { struct
148 struct vdso_timehands32 tk_th[]; argument
151 uint32_t tc_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32);
152 uint32_t cpu_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32,
H A Dtimetc.h34 struct vdso_timehands32;
39 typedef uint32_t timecounter_fill_vdso_timehands32_t(struct vdso_timehands32 *,
/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()
H A Dkern_sharedpage.c181 struct vdso_timehands32 th; in timehands_update32()
258 sizeof(struct vdso_timehands32) * VDSO_TH_NUM, 16); in alloc_sv_tk_compat32()
H A Dkern_tc.c2160 tc_fill_vdso_timehands32(struct vdso_timehands32 *vdso_th32) in tc_fill_vdso_timehands32()
/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()