Page MenuHomeFreeBSD

arm64/vmm: Simplify vmmpmap_remove()
ClosedPublic

Authored by markj on Jan 16 2026, 4:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 27, 5:00 PM
Unknown Object (File)
Thu, Apr 16, 7:52 PM
Unknown Object (File)
Thu, Apr 16, 5:54 AM
Unknown Object (File)
Sun, Apr 12, 3:27 PM
Unknown Object (File)
Sun, Apr 5, 6:27 PM
Unknown Object (File)
Fri, Apr 3, 8:47 PM
Unknown Object (File)
Fri, Apr 3, 8:01 PM
Unknown Object (File)
Mar 27 2026, 5:30 AM
Subscribers

Details

Summary

This function handles invalid intermediate PTP entries, but there's no
reason for this: the passed range should be mapped. In particular, we
assert that all L3 entries encountered are mapped. So let's simplify
the code a bit. No functional change intended.

Diff Detail

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