Page MenuHomeFreeBSD

Clean up early arm64 pmap code
ClosedPublic

Authored by andrew on May 20 2021, 9:37 AM.
Tags
None
Referenced Files
F153470397: D30357.id89515.diff
Tue, Apr 21, 8:40 AM
F153440761: D30357.diff
Tue, Apr 21, 4:48 AM
F153378211: D30357.id89515.diff
Mon, Apr 20, 7:40 PM
Unknown Object (File)
Sun, Apr 19, 8:12 PM
Unknown Object (File)
Sun, Apr 5, 11:16 PM
Unknown Object (File)
Sun, Apr 5, 9:19 AM
Unknown Object (File)
Sun, Apr 5, 9:06 AM
Unknown Object (File)
Sat, Apr 4, 6:20 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