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)
Feb 4 2024, 11:59 AM
Unknown Object (File)
Jan 12 2024, 6:58 AM
Unknown Object (File)
Dec 20 2023, 4:41 AM
Unknown Object (File)
Oct 31 2023, 1:24 AM
Unknown Object (File)
Jun 21 2023, 3:47 PM
Unknown Object (File)
Apr 7 2023, 11:34 AM
Unknown Object (File)
Feb 17 2023, 4:27 PM
Unknown Object (File)
Jan 9 2023, 4:39 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 47524
Build 44411: arc lint + arc unit