Page MenuHomeFreeBSD

Disable promotion on pcpu memory on arm64
ClosedPublic

Authored by andrew on Jun 8 2022, 2:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 22, 4:39 AM
Unknown Object (File)
Sat, Sep 19, 9:13 PM
Unknown Object (File)
Sat, Sep 19, 2:09 AM
Unknown Object (File)
Sat, Sep 19, 1:13 AM
Unknown Object (File)
Sat, Sep 19, 12:58 AM
Unknown Object (File)
Mon, Aug 31, 3:14 PM
Unknown Object (File)
Tue, Aug 25, 10:53 AM
Unknown Object (File)
Tue, Aug 25, 10:53 AM
Subscribers

Details

Summary

We need to be careful to not promote or demote the memory containing
the per-CPU structures as the exception handlers will dereference it
so any time it's invalid may cause recursive exceptions.

Add a new pmap function to set a flag in the pte marking memory that
cannot be promoted or demoted and use it to mark pcpu memory.

Test Plan

Alternative to D35084

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 45910
Build 42798: arc lint + arc unit