Page MenuHomeFreeBSD

vm: remove pa_index from the machine-independent layer
ClosedPublic

Authored by alc on Jun 12 2025, 8:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 4, 12:38 AM
Unknown Object (File)
Wed, Oct 1, 10:46 PM
Unknown Object (File)
Sat, Sep 27, 1:13 PM
Unknown Object (File)
Fri, Sep 26, 6:43 PM
Unknown Object (File)
Fri, Sep 26, 5:24 PM
Unknown Object (File)
Tue, Sep 23, 12:02 PM
Unknown Object (File)
Sep 8 2025, 6:32 PM
Unknown Object (File)
Sep 6 2025, 6:54 PM
Subscribers

Details

Summary

After the demise of vm_page_lock(), the only remaining uses of pa_index() are in various pmap implementations. In many cases, e.g., amd64, the pmap implementation provided its own definition. In the other cases, define pa_index().

Diff Detail

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