Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/dma/
DKconfig168 example, this enables cow_user_page() to check that the source page is
/Linux-v5.4/mm/
Dmemory.c2148 static inline void cow_user_page(struct page *dst, struct page *src, unsigned long va, struct vm_ar… in cow_user_page() function
2330 cow_user_page(new_page, old_page, vmf->address, vma); in wp_page_copy()