Home
last modified time | relevance | path

Searched refs:make_device_exclusive (Results 1 – 2 of 2) sorted by relevance

/linux/mm/
H A Drmap.c2814 struct page *make_device_exclusive(struct mm_struct *mm, unsigned long addr, in make_device_exclusive() function
2908 EXPORT_SYMBOL_GPL(make_device_exclusive);
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_svm.c613 page = make_device_exclusive(mm, start, drm->dev, &folio); in nouveau_atomic_range_fault()