Page MenuHomeFreeBSD

arm64: Fix an assertion in pmap_enter_largepage()
ClosedPublic

Authored by markj on Sep 25 2022, 2:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 25, 11:17 AM
Unknown Object (File)
Sat, May 16, 5:44 AM
Unknown Object (File)
May 7 2026, 3:25 AM
Unknown Object (File)
May 4 2026, 9:20 AM
Unknown Object (File)
May 3 2026, 4:21 PM
Unknown Object (File)
Apr 30 2026, 3:24 AM
Unknown Object (File)
Apr 20 2026, 7:46 PM
Unknown Object (File)
Apr 17 2026, 8:14 AM
Subscribers

Details

Summary

The intent is to assert that either no mapping exists at the given VA,
or that the existing L1 block mapping maps the same PA.

Fixes: 36f1526a598c ("Add experimental 16k page support on arm64")

Diff Detail

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