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
F151119633: D36698.id110950.diff
Mon, Apr 6, 5:21 AM
Unknown Object (File)
Sun, Apr 5, 11:02 AM
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)
Mar 7 2026, 11:41 AM
Unknown Object (File)
Dec 31 2025, 12:18 PM
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