1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/sys/i386
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
..
acpica sys/i386: further adoption of SPDX licensing ID tags. 2017-11-27 15:08:52 +00:00
bios sys/i386: further adoption of SPDX licensing ID tags. 2017-11-27 15:08:52 +00:00
cloudabi32 Use TO_PTR() to convert integers to pointers. 2017-11-26 14:45:56 +00:00
conf i386: Bump KSTACK_PAGES default to match amd64 2017-12-11 04:32:37 +00:00
i386 Pass the trap frame to fasttrap hooks. 2017-12-11 19:21:39 +00:00
ibcs2 Disable vim syntax highlighting. 2017-11-28 18:23:17 +00:00
include i386: Bump KSTACK_PAGES default to match amd64 2017-12-11 04:32:37 +00:00
isa sys/i386: further adoption of SPDX licensing ID tags. 2017-11-27 15:08:52 +00:00
linux Disable vim syntax highlighting. 2017-11-28 18:23:17 +00:00
pci sys/i386: further adoption of SPDX licensing ID tags. 2017-11-27 15:08:52 +00:00
Makefile