Searched refs:__vm_insert_mixed (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/mm/ |
D | memory.c | 2281 static vm_fault_t __vm_insert_mixed(struct vm_area_struct *vma, in __vm_insert_mixed() function 2356 return __vm_insert_mixed(vma, addr, pfn, pgprot, false); in vmf_insert_mixed_prot() 2363 return __vm_insert_mixed(vma, addr, pfn, vma->vm_page_prot, false); in vmf_insert_mixed() 2375 return __vm_insert_mixed(vma, addr, pfn, vma->vm_page_prot, true); in vmf_insert_mixed_mkwrite()
|