Searched refs:make_device_exclusive_range (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Drmap.h631 int make_device_exclusive_range(struct mm_struct *mm, unsigned long start,
/linux-master/mm/
H A Drmap.c2465 * make_device_exclusive_range() - Mark a range for exclusive use by a device
2485 int make_device_exclusive_range(struct mm_struct *mm, unsigned long start, function
2515 EXPORT_SYMBOL_GPL(make_device_exclusive_range); variable
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_svm.c612 ret = make_device_exclusive_range(mm, start, start + PAGE_SIZE,
/linux-master/lib/
H A Dtest_hmm.c807 ret = make_device_exclusive_range(mm, addr, next, pages, NULL);

Completed in 123 milliseconds