Searched refs:make_device_exclusive_range (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/include/linux/ |
| D | rmap.h | 197 int make_device_exclusive_range(struct mm_struct *mm, unsigned long start,
|
| /Linux-v5.15/mm/ |
| D | rmap.c | 2190 int make_device_exclusive_range(struct mm_struct *mm, unsigned long start, in make_device_exclusive_range() function 2219 EXPORT_SYMBOL_GPL(make_device_exclusive_range);
|
| /Linux-v5.15/drivers/gpu/drm/nouveau/ |
| D | nouveau_svm.c | 609 ret = make_device_exclusive_range(mm, start, start + PAGE_SIZE, in nouveau_atomic_range_fault()
|
| /Linux-v5.15/lib/ |
| D | test_hmm.c | 742 ret = make_device_exclusive_range(mm, addr, next, pages, NULL); in dmirror_exclusive()
|
| /Linux-v5.15/Documentation/vm/ |
| D | hmm.rst | 414 userspace access from the CPU. The ``make_device_exclusive_range()`` function
|