Searched refs:_mc_flags (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/lib/libc/sparc64/gen/
H A Dmakecontext.c57 (mc->_mc_flags & ((1L << _MC_VERSION_BITS) - 1)) != _MC_VERSION)
62 mc->_mc_flags = 0;
85 ucp->uc_mcontext._mc_flags = 0;
/freebsd-11-stable/sys/sparc64/include/
H A Ducontext.h45 #define _mc_flags mc_global[0] macro
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dmachdep.c770 mc->_mc_flags = _MC_VERSION;
818 (mc->_mc_flags & ((1L << _MC_VERSION_BITS) - 1)) != _MC_VERSION)

Completed in 65 milliseconds