Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_sharedpage.c376 exec_sysvec_init_secondary(struct sysentvec *sv, struct sysentvec *sv2) in exec_sysvec_init_secondary() argument
378 MPASS((sv2->sv_flags & SV_ABI_MASK) == (sv->sv_flags & SV_ABI_MASK)); in exec_sysvec_init_secondary()
379 MPASS((sv2->sv_flags & SV_TIMEKEEP) == (sv->sv_flags & SV_TIMEKEEP)); in exec_sysvec_init_secondary()
380 MPASS((sv2->sv_flags & SV_SHP) != 0 && (sv->sv_flags & SV_SHP) != 0); in exec_sysvec_init_secondary()
381 MPASS((sv2->sv_flags & SV_DSO_SIG) == (sv->sv_flags & SV_DSO_SIG)); in exec_sysvec_init_secondary()
382 MPASS((sv2->sv_flags & SV_RNG_SEED_VER) == in exec_sysvec_init_secondary()
385 sv2->sv_shared_page_obj = sv->sv_shared_page_obj; in exec_sysvec_init_secondary()
386 sv2->sv_sigcode_offset = sv->sv_sigcode_offset; in exec_sysvec_init_secondary()
387 sv2->sv_vdso_offset = sv->sv_vdso_offset; in exec_sysvec_init_secondary()
388 if ((sv2->sv_flags & SV_ABI_MASK) != SV_ABI_FREEBSD) in exec_sysvec_init_secondary()
[all …]
/freebsd/sys/sys/
H A Dsysent.h335 void exec_sysvec_init_secondary(struct sysentvec *sv, struct sysentvec *sv2);