Searched refs:follow_phys (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/arch/x86/mm/ |
| D | pat.c | 977 if (follow_phys(vma, vma->vm_start, 0, &prot, &paddr)) { in track_pfn_copy() 1064 if (follow_phys(vma, vma->vm_start, 0, &prot, &paddr)) { in untrack_pfn()
|
| /Linux-v5.4/mm/ |
| D | memory.c | 4239 int follow_phys(struct vm_area_struct *vma, in follow_phys() function 4275 if (follow_phys(vma, addr, write, &prot, &phys_addr)) in generic_access_phys()
|
| /Linux-v5.4/include/linux/ |
| D | mm.h | 1462 int follow_phys(struct vm_area_struct *vma, unsigned long address,
|