Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dpgtable.h1030 static inline int track_pfn_copy(struct vm_area_struct *vma) in track_pfn_copy() function
1057 extern int track_pfn_copy(struct vm_area_struct *vma);
/Linux-v5.10/arch/x86/mm/pat/
Dmemtype.c992 int track_pfn_copy(struct vm_area_struct *vma) in track_pfn_copy() function
/Linux-v5.10/mm/
Dmemory.c1157 ret = track_pfn_copy(src_vma); in copy_page_range()