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)
Thu, Aug 13, 1:49 AM
Unknown Object (File)
Thu, Aug 13, 12:56 AM
Unknown Object (File)
Wed, Aug 12, 12:44 AM
Unknown Object (File)
Mon, Aug 10, 1:11 PM
Unknown Object (File)
Mon, Aug 10, 12:21 PM
Unknown Object (File)
Sun, Aug 9, 7:53 PM
Unknown Object (File)
Sun, Aug 9, 3:21 AM
Unknown Object (File)
Sat, Aug 8, 7:41 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