Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_sharedpage.c316 sv->sv_sigcode_base = sv->sv_shared_page_base + in exec_sysvec_init()
326 sv->sv_timekeep_base = sv->sv_shared_page_base + in exec_sysvec_init()
332 sv->sv_timekeep_base = sv->sv_shared_page_base + in exec_sysvec_init()
347 sv->sv_fxrng_gen_base = sv->sv_shared_page_base + base; in exec_sysvec_init()
362 sv2->sv_sigcode_base = sv2->sv_shared_page_base + in exec_sysvec_init_secondary()
363 (sv->sv_sigcode_base - sv->sv_shared_page_base); in exec_sysvec_init_secondary()
367 sv2->sv_timekeep_base = sv2->sv_shared_page_base + in exec_sysvec_init_secondary()
368 (sv->sv_timekeep_base - sv->sv_shared_page_base); in exec_sysvec_init_secondary()
371 sv2->sv_fxrng_gen_base = sv2->sv_shared_page_base + in exec_sysvec_init_secondary()
372 (sv->sv_fxrng_gen_base - sv->sv_shared_page_base); in exec_sysvec_init_secondary()
H A Dkern_exec.c1099 sv->sv_shared_page_base, sv->sv_shared_page_len, in exec_new_vmspace()
/f-stack/freebsd/amd64/amd64/
H A Delf_machdep.c79 .sv_shared_page_base = SHAREDPAGE_LA48,
114 .sv_shared_page_base = SHAREDPAGE_LA57,
141 sv->sv_shared_page_base -= PAGE_SIZE; in amd64_lower_shared_page()
/f-stack/freebsd/arm64/linux/
H A Dlinux_sysvec.c167 imgp->proc->p_sysent->sv_shared_page_base); in linux_copyout_auxargs()
417 .sv_shared_page_base = SHAREDPAGE,
451 (linux_platform - (caddr_t)elf_linux_sysvec.sv_shared_page_base); in linux_vdso_install()
/f-stack/freebsd/arm64/arm64/
H A Delf32_machdep.c104 .sv_shared_page_base = FREEBSD32_SHAREDPAGE,
H A Delf_machdep.c88 .sv_shared_page_base = SHAREDPAGE,
/f-stack/freebsd/amd64/linux/
H A Dlinux_sysvec.c266 imgp->proc->p_sysent->sv_shared_page_base); in linux_copyout_auxargs()
778 .sv_shared_page_base = SHAREDPAGE_LA48,
812 (linux_platform - (caddr_t)elf_linux_sysvec.sv_shared_page_base); in linux_vdso_install()
/f-stack/freebsd/i386/i386/
H A Delf_machdep.c81 .sv_shared_page_base = SHAREDPAGE,
/f-stack/freebsd/arm/arm/
H A Delf_machdep.c93 .sv_shared_page_base = SHAREDPAGE,
/f-stack/freebsd/sys/
H A Dsysent.h137 vm_offset_t sv_shared_page_base; member
/f-stack/freebsd/i386/linux/
H A Dlinux_sysvec.c208 imgp->proc->p_sysent->sv_shared_page_base); in linux_copyout_auxargs()
866 .sv_shared_page_base = LINUX_SHAREDPAGE,
903 .sv_shared_page_base = LINUX_SHAREDPAGE,
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_sysvec.c203 imgp->proc->p_sysent->sv_shared_page_base); in linux_copyout_auxargs()
923 .sv_shared_page_base = LINUX32_SHAREDPAGE,
955 (linux_platform - (caddr_t)elf_linux_sysvec.sv_shared_page_base); in linux_vdso_install()