amd64: extract uiomove_mem() from memrw() The MD function with MI interface to provide a way to read arbitrary (canonical) KVA. amd64 only for now. Tested by: aokblast
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
| sys/amd64/amd64/trap.c | ||
|---|---|---|
| 797 ↗ | (On Diff #178476) | I believe that the first check for tf_rip makes the shortest path through the condition: userspace must work hard to fault with this specific %rip, and kernel most likely would not fault on safe_read_read with other conditions false. |