Home
last modified time | relevance | path

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

/src/sys/kern/
H A Dkern_sharedpage.c229 int tk_base; in alloc_sv_tk() local
234 tk_base = shared_page_alloc(sizeof(struct vdso_timekeep) + in alloc_sv_tk()
236 KASSERT(tk_base != -1, ("tk_base -1 for native")); in alloc_sv_tk()
237 shared_page_write(tk_base + offsetof(struct vdso_timekeep, tk_ver), in alloc_sv_tk()
239 svtk->sv_timekeep_off = tk_base; in alloc_sv_tk()
249 int tk_base; in alloc_sv_tk_compat32() local
254 tk_base = shared_page_alloc(sizeof(struct vdso_timekeep32) + in alloc_sv_tk_compat32()
256 KASSERT(tk_base != -1, ("tk_base -1 for 32bit")); in alloc_sv_tk_compat32()
257 shared_page_write(tk_base + offsetof(struct vdso_timekeep32, in alloc_sv_tk_compat32()
259 svtk->sv_timekeep_off = tk_base; in alloc_sv_tk_compat32()