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)
Sat, Feb 28, 5:05 AM
Unknown Object (File)
Thu, Feb 26, 3:07 PM
Unknown Object (File)
Thu, Feb 26, 12:55 AM
Unknown Object (File)
Sat, Feb 7, 7:21 PM
Unknown Object (File)
Sat, Feb 7, 6:24 PM
Unknown Object (File)
Jan 31 2026, 2:34 AM
Unknown Object (File)
Dec 26 2025, 11:17 AM
Unknown Object (File)
Dec 22 2025, 11:39 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