Page MenuHomeFreeBSD

amd64: move code to clear PSL_T on debug exception into a helper
ClosedPublic

Authored by kib on Mar 12 2026, 3:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 19, 5:46 AM
Unknown Object (File)
Mon, May 18, 9:22 PM
Unknown Object (File)
Mon, May 18, 7:06 PM
Unknown Object (File)
Mon, May 18, 12:23 PM
Unknown Object (File)
Mon, May 18, 12:18 PM
Unknown Object (File)
Sun, May 17, 8:19 PM
Unknown Object (File)
Sun, May 17, 8:12 PM
Unknown Object (File)
Fri, May 15, 9:47 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kib requested review of this revision.Mar 12 2026, 3:20 PM

I guess you plan to make these ifuncs for FRED?

This revision is now accepted and ready to land.Mar 12 2026, 3:29 PM
In D55827#1277200, @jhb wrote:

I guess you plan to make these ifuncs for FRED?

No, FRED uses completely different code paths for all events. I extract small bits that can be reused there.
Perhaps I should put my WIP into public review. D55829