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)
Wed, Apr 15, 12:49 AM
Unknown Object (File)
Wed, Apr 8, 9:54 AM
Unknown Object (File)
Tue, Apr 7, 3:55 PM
Unknown Object (File)
Sun, Apr 5, 1:18 PM
Unknown Object (File)
Sat, Apr 4, 2:45 PM
Unknown Object (File)
Sat, Apr 4, 11:49 AM
Unknown Object (File)
Wed, Apr 1, 7:25 PM
Unknown Object (File)
Wed, Mar 25, 8:22 AM
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