Page MenuHomeFreeBSD

arm64: Add a sysctl to read the current exception level
AcceptedPublic

Authored by markj on Feb 12 2025, 3:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 25, 11:39 PM
Unknown Object (File)
Sun, Aug 24, 1:55 PM
Unknown Object (File)
Thu, Aug 14, 10:55 PM
Unknown Object (File)
Wed, Aug 13, 7:46 AM
Unknown Object (File)
Mon, Aug 11, 5:45 AM
Unknown Object (File)
Wed, Aug 6, 8:12 AM
Unknown Object (File)
Jul 29 2025, 1:02 AM
Unknown Object (File)
Jul 16 2025, 2:17 AM
Subscribers

Details

Reviewers
andrew
manu
Summary

This is useful for determining whether VHE is enabled.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 62395
Build 59279: arc lint + arc unit

Event Timeline

markj requested review of this revision.Feb 12 2025, 3:32 PM

What in userspace needs to know about it?

What in userspace needs to know about it?

Nothing in particular, I just wanted a way to tell whether VHE is in use. Is there another way to determine that?

What in userspace needs to know about it?

Nothing in particular, I just wanted a way to tell whether VHE is in use. Is there another way to determine that?

No, but most things shouldn't care

This revision is now accepted and ready to land.Feb 18 2025, 5:16 PM