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)
Thu, Nov 14, 5:18 AM
Unknown Object (File)
Mon, Nov 11, 3:58 PM
Unknown Object (File)
Tue, Nov 5, 3:24 PM
Unknown Object (File)
Thu, Oct 17, 5:36 PM
Unknown Object (File)
Oct 16 2024, 12:49 AM
Unknown Object (File)
Oct 14 2024, 6:34 PM
Unknown Object (File)
Oct 14 2024, 12:18 PM
Unknown Object (File)
Oct 13 2024, 3:04 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