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)
Tue, May 21, 4:46 AM
Unknown Object (File)
Tue, May 21, 4:42 AM
Unknown Object (File)
Sun, May 19, 8:58 PM
Unknown Object (File)
Sun, May 19, 3:24 PM
Unknown Object (File)
Apr 17 2024, 2:46 AM
Unknown Object (File)
Feb 4 2024, 11:59 AM
Unknown Object (File)
Jan 12 2024, 6:58 AM
Unknown Object (File)
Dec 20 2023, 4:41 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