HomeFreeBSD

Pass the trap frame to fasttrap hooks.

Description

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

Details

Provenance
markjAuthored on
Parents
rS326773: Add generic 'syscon' driver
Branches
Unknown
Tags
Unknown