Searched refs:__copy_page (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | uffd-common.h | 115 int __copy_page(int ufd, unsigned long offset, bool retry, bool wp);
|
H A D | uffd-common.c | 589 int __copy_page(int ufd, unsigned long offset, bool retry, bool wp) in __copy_page() function 623 return __copy_page(ufd, offset, false, wp); in copy_page()
|
H A D | uffd-stress.c | 125 return __copy_page(ufd, offset, true, test_uffdio_wp); in copy_page_retry()
|