freebsd-dev/sys/cddl/contrib/opensolaris/uts/intel
Mark Johnston 5bab623438 Pass the trap frame to fasttrap hooks.
The DTrace fasttrap entry points expect a struct reg containing the
register values of the calling thread. Perform the conversion in
fasttrap rather than in the trap handler: this reduces the number of
ifdefs and avoids wasting stack space for traps that don't involve
DTrace.

MFC after:	2 weeks
2017-12-11 19:21:39 +00:00
..
dtrace Pass the trap frame to fasttrap hooks. 2017-12-11 19:21:39 +00:00
sys