Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Ducontext.h40 #define _MC_HASBASES 0x2 macro
42 #define _MC_FLAG_MASK (_MC_HASSEGS | _MC_HASBASES | _MC_HASFPXSTATE)
102 #define _MC_HASBASES 0x2 macro
104 #define _MC_FLAG_MASK (_MC_HASSEGS | _MC_HASBASES | _MC_HASFPXSTATE)
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c2386 if (mcp->mc_flags & _MC_HASBASES) { in set_mcontext()