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)
Feb 23 2024, 5:55 AM
Unknown Object (File)
Dec 22 2023, 6:20 AM
Unknown Object (File)
Dec 20 2023, 3:08 AM
Unknown Object (File)
Dec 14 2023, 10:09 PM
Unknown Object (File)
Dec 1 2023, 10:06 PM
Unknown Object (File)
Nov 22 2023, 11:28 PM
Unknown Object (File)
Nov 22 2023, 4:37 PM
Unknown Object (File)
Nov 22 2023, 4:19 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