Searched refs:SV_ABI_MASK (Results 1 – 2 of 2) sorted by relevance
318 if ((sv->sv_flags & SV_ABI_MASK) != SV_ABI_FREEBSD) in exec_sysvec_init()355 MPASS((sv2->sv_flags & SV_ABI_MASK) == (sv->sv_flags & SV_ABI_MASK)); in exec_sysvec_init_secondary()364 if ((sv2->sv_flags & SV_ABI_MASK) != SV_ABI_FREEBSD) in exec_sysvec_init_secondary()
163 #define SV_ABI_MASK 0xff macro165 #define SV_PROC_ABI(p) ((p)->p_sysent->sv_flags & SV_ABI_MASK)