Searched refs:insert_pfn (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/mm/ |
D | memory.c | 1770 static int insert_pfn(struct vm_area_struct *vma, unsigned long addr, in insert_pfn() function 1885 ret = insert_pfn(vma, addr, __pfn_to_pfn_t(pfn, PFN_DEV), pgprot, in vm_insert_pfn_prot() 1940 return insert_pfn(vma, addr, pfn, pgprot, mkwrite); in __vm_insert_mixed()
|