Page MenuHomeFreeBSD

pmap inline functions move
AbandonedPublic

Authored by br on Apr 15 2021, 12:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 7:14 AM
Unknown Object (File)
Dec 9 2023, 11:52 AM
Unknown Object (File)
Dec 9 2023, 5:15 AM
Unknown Object (File)
Nov 22 2023, 3:43 PM
Unknown Object (File)
Nov 19 2023, 4:22 AM
Unknown Object (File)
Nov 17 2023, 2:09 AM
Unknown Object (File)
Oct 19 2023, 8:53 PM
Unknown Object (File)
Oct 19 2023, 7:36 AM
Subscribers

Details

Reviewers
markj
andrew
manu
Group Reviewers
arm64
Summary

call for a discussion

In order to write a new pmap for IOMMU we can reuse some inline functions from pmap.c.
One of the idea is to move them to a header, like this. And use this header from pmap-iommu.c
Any other ideas welcome.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

br requested review of this revision.Apr 15 2021, 12:57 PM

so this won't work when CPU page size and IOMMU page sizes are different