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)
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)
Fri, Mar 27, 5:30 AM
Unknown Object (File)
Fri, Mar 27, 5:27 AM
Unknown Object (File)
Wed, Mar 18, 9:53 PM
Unknown Object (File)
Sat, Mar 14, 2:31 AM
Unknown Object (File)
Mar 5 2026, 11:34 PM
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