aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/gem
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2026-02-27 03:54:06 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2026-03-07 03:58:48 +0000
commitfdc1f34506346fd26db8bfb80ba69d1af844c53a (patch)
tree734c4f2db45baa36230d3a9a64ac297ab6f1c4db /sys/modules/gem
parent74aec9f02d9d8fbde250da1ecc881729c8baf489 (diff)
x86: change signatures of ipi_{bitmap,swi}_handler() to take pointerHEADmain
to the frame instead of the frame itself. It is some stretch of the amd64 ABI, and is not easily fullfilled when handlers are called from C and not asm. In particular, the struct frame is passed by value but is modified by callees, with the expectation that the caller will see the modifications. Reviewed by: markj Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D55679
Diffstat (limited to 'sys/modules/gem')
0 files changed, 0 insertions, 0 deletions