Page MenuHomeFreeBSD

Tweaks for pmap_qremove() and transient mappings
ClosedPublic

Authored by kib on Nov 23 2024, 9:07 PM.
Tags
None
Referenced Files
F112738744: D47717.diff
Sat, Mar 22, 3:56 AM
Unknown Object (File)
Jan 28 2025, 9:53 PM
Unknown Object (File)
Jan 28 2025, 9:52 PM
Unknown Object (File)
Jan 27 2025, 10:33 AM
Unknown Object (File)
Jan 1 2025, 3:58 AM
Unknown Object (File)
Dec 31 2024, 4:20 AM
Unknown Object (File)
Dec 30 2024, 3:03 AM
Unknown Object (File)
Dec 29 2024, 2:56 AM
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