Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dpgtable.h1201 static inline int track_pfn_copy(struct vm_area_struct *vma) in track_pfn_copy() function
1228 extern int track_pfn_copy(struct vm_area_struct *vma);
/Linux-v6.1/arch/x86/mm/pat/
Dmemtype.c1007 int track_pfn_copy(struct vm_area_struct *vma) in track_pfn_copy() function
/Linux-v6.1/mm/
Dmemory.c1295 ret = track_pfn_copy(src_vma); in copy_page_range()