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, Feb 24, 6:19 PM
Unknown Object (File)
Jan 17 2025, 11:26 PM
Unknown Object (File)
Jan 11 2025, 3:35 PM
Unknown Object (File)
Jan 9 2025, 9:58 AM
Unknown Object (File)
Jan 8 2025, 3:54 PM
Unknown Object (File)
Nov 24 2024, 2:05 PM
Unknown Object (File)
Nov 23 2024, 3:47 AM
Unknown Object (File)
Nov 22 2024, 1:41 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