Page MenuHomeFreeBSD

arm64: replace pa_to_pvh() with page_to_pvh() in pmap_remove_l2()
ClosedPublic

Authored by alc on Jun 23 2021, 8:01 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 7 2024, 8:32 PM
Unknown Object (File)
Jan 14 2024, 4:49 AM
Unknown Object (File)
Nov 22 2023, 12:35 PM
Unknown Object (File)
Nov 12 2023, 2:01 AM
Unknown Object (File)
Nov 11 2023, 11:52 PM
Unknown Object (File)
Nov 11 2023, 11:15 PM
Unknown Object (File)
Sep 6 2023, 4:15 PM
Unknown Object (File)
Aug 6 2023, 7:35 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

alc requested review of this revision.Jun 23 2021, 8:01 AM
This revision is now accepted and ready to land.Jun 23 2021, 9:55 AM
markj added inline comments.
sys/arm64/arm64/pmap.c
2859

We use Ln_ENTRIES instead of L2_SIZE / PAGE_SIZE elsewhere, but it's not really consistent within the pmap.

sys/arm64/arm64/pmap.c
2859

I believe that we are using Ln_ENTRIES when iterating over page table entries and L2_SIZE / PAGE_SIZE when iterating over vm_pages.