Page MenuHomeFreeBSD

Only demote when needed in the arm64 pmap_change_props_locked
ClosedPublic

Authored by andrew on Oct 6 2021, 4:46 PM.
Tags
None
Referenced Files
F161369018: D32339.id96659.diff
Fri, Jul 3, 5:19 AM
Unknown Object (File)
Fri, Jun 26, 5:26 PM
Unknown Object (File)
Wed, Jun 24, 10:29 AM
Unknown Object (File)
Wed, Jun 24, 3:55 AM
Unknown Object (File)
Tue, Jun 23, 9:02 AM
Unknown Object (File)
Mon, Jun 22, 1:29 PM
Unknown Object (File)
Sat, Jun 20, 1:26 AM
Unknown Object (File)
Fri, Jun 19, 1:10 AM
Subscribers

Details

Summary

When changing page table properties there is no need to demote a
level 1 or level 2 block if we are changing the entire memory range the
block is mapping. In this case just change the block directly.

Diff Detail

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

Event Timeline

andrew requested review of this revision.Oct 6 2021, 4:46 PM
sys/arm64/arm64/pmap.c
6113

L3_SIZE -> pte_size?

Fix the size in cpu_dcache_wbinv_range

markj added inline comments.
sys/arm64/arm64/pmap.c
6072

We should have an explicit /* FALLTHROUGH */ annotation here and below.

This revision is now accepted and ready to land.Oct 7 2021, 4:09 PM