Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dpgtable.h1271 static inline int track_pfn_copy(struct vm_area_struct *vma) in track_pfn_copy() function
1300 extern int track_pfn_copy(struct vm_area_struct *vma);
/linux-6.6.21/arch/x86/mm/pat/
Dmemtype.c960 int track_pfn_copy(struct vm_area_struct *vma) in track_pfn_copy() function
/linux-6.6.21/mm/
Dmemory.c1291 ret = track_pfn_copy(src_vma); in copy_page_range()