Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_sharedpage.c344 sv->sv_timekeep_offset = compat32_svtk->sv_timekeep_off; in exec_sysvec_init()
355 sv->sv_timekeep_offset = host_svtk->sv_timekeep_off; in exec_sysvec_init()
390 sv2->sv_timekeep_offset = sv->sv_timekeep_offset; in exec_sysvec_init_secondary()
H A Dimgact_elf.c1468 vmspace->vm_shp_base + imgp->sysent->sv_timekeep_offset); in __elfN()
/freebsd-14.2/sys/powerpc/powerpc/
H A Delf_common.c87 vmspace->vm_shp_base + imgp->sysent->sv_timekeep_offset); in __elfN()
/freebsd-14.2/sys/sys/
H A Dsysent.h137 vm_offset_t sv_timekeep_offset; member
/freebsd-14.2/sys/arm64/linux/
H A Dlinux_sysvec.c496 *ktimekeep_base = sv->sv_shared_page_base + sv->sv_timekeep_offset; in linux_exec_sysvec_init()
/freebsd-14.2/sys/i386/linux/
H A Dlinux_sysvec.c690 *ktimekeep_base = sv->sv_shared_page_base + sv->sv_timekeep_offset; in linux_exec_sysvec_init()
/freebsd-14.2/sys/amd64/linux/
H A Dlinux_sysvec.c751 *ktimekeep_base = sv->sv_shared_page_base + sv->sv_timekeep_offset; in linux_exec_sysvec_init()
/freebsd-14.2/sys/amd64/linux32/
H A Dlinux32_sysvec.c849 *ktimekeep_base = sv->sv_shared_page_base + sv->sv_timekeep_offset; in linux_exec_sysvec_init()