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)
Sun, Oct 26, 5:17 AM
Unknown Object (File)
Fri, Oct 24, 11:41 AM
Unknown Object (File)
Sat, Oct 18, 9:42 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, 2:26 PM
Unknown Object (File)
Fri, Oct 10, 7:51 AM
Unknown Object (File)
Sep 25 2025, 1:19 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