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, Jan 17, 3:54 PM
Unknown Object (File)
Mon, Jan 13, 4:58 PM
Unknown Object (File)
Dec 26 2024, 1:07 AM
Unknown Object (File)
Dec 26 2024, 1:02 AM
Unknown Object (File)
Dec 25 2024, 12:47 PM
Unknown Object (File)
Nov 28 2024, 12:02 PM
Unknown Object (File)
Nov 13 2024, 7:35 PM
Unknown Object (File)
Oct 21 2024, 10:28 PM
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