Home
last modified time | relevance | path

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

/linux-4.1.27/include/asm-generic/
Dpgtable.h513 static inline int track_pfn_copy(struct vm_area_struct *vma) in track_pfn_copy() function
533 extern int track_pfn_copy(struct vm_area_struct *vma);
/linux-4.1.27/arch/x86/mm/
Dpat.c803 int track_pfn_copy(struct vm_area_struct *vma) in track_pfn_copy() function
/linux-4.1.27/mm/
Dmemory.c1035 ret = track_pfn_copy(vma); in copy_page_range()