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)
Sat, Mar 28, 3:04 AM
Unknown Object (File)
Tue, Mar 24, 6:00 PM
Unknown Object (File)
Sun, Mar 15, 3:43 PM
Unknown Object (File)
Sat, Mar 14, 8:41 PM
Unknown Object (File)
Sat, Mar 7, 11:41 AM
Unknown Object (File)
Dec 31 2025, 12:18 PM
Unknown Object (File)
Dec 30 2025, 4:22 AM
Unknown Object (File)
Dec 29 2025, 3:09 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