Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dpgtable.h1518 static inline int track_pfn_copy(struct vm_area_struct *dst_vma, in track_pfn_copy() function
1561 extern int track_pfn_copy(struct vm_area_struct *dst_vma,
/linux-6.15/arch/x86/mm/pat/
H A Dmemtype.c987 int track_pfn_copy(struct vm_area_struct *dst_vma, in track_pfn_copy() function
/linux-6.15/mm/
H A Dmemory.c1375 ret = track_pfn_copy(dst_vma, src_vma, &pfn); in copy_page_range()