Page MenuHomeFreeBSD

Tweaks for pmap_qremove() and transient mappings
ClosedPublic

Authored by kib on Nov 23 2024, 9:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 9, 2:32 AM
Unknown Object (File)
Thu, Sep 25, 10:21 AM
Unknown Object (File)
Wed, Sep 17, 7:06 PM
Unknown Object (File)
Sep 12 2025, 5:11 PM
Unknown Object (File)
Sep 12 2025, 3:15 PM
Unknown Object (File)
Sep 4 2025, 7:22 PM
Unknown Object (File)
Aug 25 2025, 5:55 AM
Unknown Object (File)
Aug 20 2025, 5:30 PM
Subscribers

Details

Summary
amd64: switch pmap_map_io_transient() to use pmap_kenter_attr()

instead of constructing transient pte itself.  This pre-set PG_A and
PG_M bits, avoiding atomic pte update on access and modification.  Also
it set the nx bit, the mapping is not supposed to be used for executing.

amd64 pmap: assert and explain why pmap_qremove() is safe WRT supermappings

Based on alc@ comments from https://reviews.freebsd.org/D47678.

Diff Detail

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