Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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);
/openbmc/linux/arch/x86/mm/pat/
H A Dmemtype.c992 int track_pfn_copy(struct vm_area_struct *vma) in track_pfn_copy() function
/openbmc/linux/mm/
H A Dmemory.c1291 ret = track_pfn_copy(src_vma); in copy_page_range()