Home
last modified time | relevance | path

Searched refs:_MC_FLAG_MASK (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/x86/include/
H A Ducontext.h40 #define _MC_FLAG_MASK (_MC_HASSEGS | _MC_HASBASES | _MC_HASFPXSTATE) macro
102 #define _MC_FLAG_MASK (_MC_HASSEGS | _MC_HASBASES | _MC_HASFPXSTATE) macro
/freebsd/sys/amd64/amd64/
H A Dexec_machdep.c249 if ((ucp->uc_mcontext.mc_flags & ~_MC_FLAG_MASK) != 0) { in sys_sigreturn()
658 (mcp->mc_flags & ~_MC_FLAG_MASK) != 0) in set_mcontext()
/freebsd/sys/i386/i386/
H A Dexec_machdep.c770 if ((ucp->uc_mcontext.mc_flags & ~_MC_FLAG_MASK) != 0) { in sys_sigreturn()
1169 (mcp->mc_flags & ~_MC_FLAG_MASK) != 0) in set_mcontext()