Searched refs:make_device_exclusive_range (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/Documentation/translations/zh_CN/mm/ |
D | hmm.rst | 335 的任何用户空间访问。 ``make_device_exclusive_range()`` 函数可以用来使一
|
/Linux-v6.1/include/linux/ |
D | rmap.h | 363 int make_device_exclusive_range(struct mm_struct *mm, unsigned long start,
|
/Linux-v6.1/mm/ |
D | rmap.c | 2338 int make_device_exclusive_range(struct mm_struct *mm, unsigned long start, in make_device_exclusive_range() function 2368 EXPORT_SYMBOL_GPL(make_device_exclusive_range);
|
/Linux-v6.1/drivers/gpu/drm/nouveau/ |
D | nouveau_svm.c | 614 ret = make_device_exclusive_range(mm, start, start + PAGE_SIZE, in nouveau_atomic_range_fault()
|
/Linux-v6.1/lib/ |
D | test_hmm.c | 813 ret = make_device_exclusive_range(mm, addr, next, pages, NULL); in dmirror_exclusive()
|
/Linux-v6.1/Documentation/mm/ |
D | hmm.rst | 414 userspace access from the CPU. The ``make_device_exclusive_range()`` function
|