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)
Fri, Sep 11, 3:07 AM
Unknown Object (File)
Thu, Sep 10, 8:36 PM
Unknown Object (File)
Tue, Sep 8, 11:01 PM
Unknown Object (File)
Tue, Sep 8, 8:50 AM
Unknown Object (File)
Tue, Sep 8, 6:56 AM
Unknown Object (File)
Sun, Sep 6, 10:05 AM
Unknown Object (File)
Sun, Sep 6, 5:32 AM
Unknown Object (File)
Sun, Sep 6, 1: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