Home
last modified time | relevance | path

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

/trueos/sys/x86/include/
HDucontext.h38 #define _MC_HASBASES 0x2 macro
40 #define _MC_FLAG_MASK (_MC_HASSEGS | _MC_HASBASES | _MC_HASFPXSTATE)
100 #define _MC_HASBASES 0x2 macro
102 #define _MC_FLAG_MASK (_MC_HASSEGS | _MC_HASBASES | _MC_HASFPXSTATE)
/trueos/sys/amd64/amd64/
HDmachdep.c2479 if (mcp->mc_flags & _MC_HASBASES) { in set_mcontext()