Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drmap.h851 struct page *make_device_exclusive(struct mm_struct *mm, unsigned long addr,
/linux/mm/
H A Drmap.c2869 struct page *make_device_exclusive(struct mm_struct *mm, unsigned long addr, in make_device_exclusive() function
2963 EXPORT_SYMBOL_GPL(make_device_exclusive);
/linux/lib/
H A Dtest_hmm.c1073 page = make_device_exclusive(mm, addr, NULL, &folio); in dmirror_exclusive()