Lines Matching refs:area_dst
8 * memory across the two virtual areas (from area_src to area_dst)
14 * page of the area_dst (while the physical page may still be in
28 * complete. area_src and area_dst are then swapped. All threads are
110 pthread_mutex_lock(area_mutex(area_dst, page_nr));
111 count = *area_count(area_dst, page_nr);
116 *area_count(area_dst, page_nr) = count_verify[page_nr] = count;
117 pthread_mutex_unlock(area_mutex(area_dst, page_nr));
166 wp_range(uffd, (unsigned long)area_dst + start_nr * page_size,
215 * UFFDIO_COPY without writing zero pages into area_dst
287 if (uffd_register(uffd, area_dst, mem_size,
312 * area_dst.
321 uffd_test_ops->release_pages(area_dst);
331 wp_range(uffd, (unsigned long)area_dst,
335 if (uffd_unregister(uffd, area_dst, mem_size))
345 if (*area_count(area_dst, nr) != count_verify[nr])
351 swap(area_src, area_dst);