File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -163,16 +163,7 @@ use::
163
163
164
164
It will trigger a page fault on missing or read-only entries if write access is
165
165
requested (see below). Page faults use the generic mm page fault code path just
166
- like a CPU page fault.
167
-
168
- Both functions copy CPU page table entries into their pfns array argument. Each
169
- entry in that array corresponds to an address in the virtual range. HMM
170
- provides a set of flags to help the driver identify special CPU page table
171
- entries.
172
-
173
- Locking within the sync_cpu_device_pagetables() callback is the most important
174
- aspect the driver must respect in order to keep things properly synchronized.
175
- The usage pattern is::
166
+ like a CPU page fault. The usage pattern is::
176
167
177
168
int driver_populate_range(...)
178
169
{
You can’t perform that action at this time.
0 commit comments