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