Page MenuHomeFreeBSD

Clean up early arm64 pmap code
ClosedPublic

Authored by andrew on May 20 2021, 9:37 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 10, 2:26 PM
Unknown Object (File)
Fri, Oct 10, 2:26 PM
Unknown Object (File)
Fri, Oct 10, 2:26 PM
Unknown Object (File)
Fri, Oct 10, 7:51 AM
Unknown Object (File)
Thu, Sep 25, 1:19 AM
Unknown Object (File)
Sep 17 2025, 7:21 AM
Unknown Object (File)
Sep 12 2025, 6:55 PM
Unknown Object (File)
Sep 2 2025, 5:13 AM
Subscribers

Details

Summary

Early in the arm64 pmap code we need to translate between a virtual
address and a physical address. Rather than manually walking the page
table we can ask the hardware to do it for us.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable