Page MenuHomeFreeBSD

riscv: create a convenience composite macro
ClosedPublic

Authored by dougm on Apr 9 2024, 6:15 PM.
Tags
None
Referenced Files
F102712193: D44700.diff
Sat, Nov 16, 5:29 AM
Unknown Object (File)
Fri, Nov 1, 12:00 PM
Unknown Object (File)
Fri, Nov 1, 12:00 PM
Unknown Object (File)
Fri, Nov 1, 12:00 PM
Unknown Object (File)
Fri, Nov 1, 12:00 PM
Unknown Object (File)
Fri, Nov 1, 11:50 AM
Unknown Object (File)
Sun, Oct 27, 9:40 PM
Unknown Object (File)
Sun, Oct 27, 9:21 PM
Subscribers

Details

Summary

Define PTE_TO_VM_PAGE to compose the PHYS_TO_VM_PAGE and PTE_TO_PHYS macros. Use it where appropriate, and drop some variables that it makes unnecessary.

Diff Detail

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

Event Timeline

dougm requested review of this revision.Apr 9 2024, 6:15 PM
This revision is now accepted and ready to land.Apr 12 2024, 7:53 PM

Restore pmap_load calls dropped from pmap_unwire_ptp.

This revision now requires review to proceed.Apr 13 2024, 7:25 PM
This revision was not accepted when it landed; it landed in state Needs Review.Apr 22 2024, 12:59 AM
This revision was automatically updated to reflect the committed changes.