Page MenuHomeFreeBSD

Use PVO_PADDR to get the PA from PVO
ClosedPublic

Authored by luporl on Jul 13 2020, 8:03 PM.
Referenced Files
F82038216: D25654.id74484.diff
Wed, Apr 24, 9:23 PM
Unknown Object (File)
Fri, Apr 19, 3:25 PM
Unknown Object (File)
Thu, Mar 28, 3:44 PM
Unknown Object (File)
Mar 22 2024, 6:13 PM
Unknown Object (File)
Mar 22 2024, 6:13 PM
Unknown Object (File)
Mar 22 2024, 6:09 PM
Unknown Object (File)
Mar 22 2024, 5:46 PM
Unknown Object (File)
Dec 20 2023, 8:45 AM

Details

Summary

Use PVO_PADDR macro to get the physical address from a PVO, instead of explicitly ANDing pvo_pte.pa with LPTE_RPGN where it is needed.
Besides improving readability, this is needed to support superpages (D25237), where the steps to get the PA from a PVO are different.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable