Move
- pkru check
- wait for page alloc
- wire accounting update
- asserting allowed updates for valid mappings
out of psind conditions.
Also add assert that psind references supported page size.
[The diff was generated before r365951]
Differential D26513
amd64 pmap: More unification for psind = 1 vs 2 in pmap_enter_largepage(). kib on Sep 21 2020, 4:14 PM. Authored by Tags None Referenced Files
Subscribers
Details Move
out of psind conditions. Also add assert that psind references supported page size. [The diff was generated before r365951]
Diff Detail
Event Timeline
Comment Actions Remove no longer valid comment.
Comment Actions Is it documented anywhere what can versus can't be done to a non-transparent mapping?
Comment Actions No, there is no such documentation. Effectively we only allow permissions changes and emulate fake wiring status. Even userspace API docs are not yet written. Arguably it is still premature. |