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, Jul 21, 12:05 AM
Unknown Object (File)
Sat, Jul 18, 5:39 PM
Unknown Object (File)
Wed, Jul 15, 7:12 AM
Unknown Object (File)
Wed, Jul 15, 7:12 AM
Unknown Object (File)
Sat, Jul 11, 6:49 PM
Unknown Object (File)
Mon, Jul 6, 11:48 AM
Unknown Object (File)
Mon, Jul 6, 12:54 AM
Unknown Object (File)
Sun, Jul 5, 6:15 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