Searched refs:vmf_insert_pfn_prot (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/arch/x86/entry/vdso/ |
D | vma.c | 224 return vmf_insert_pfn_prot(vma, vmf->address, in vvar_fault()
|
/Linux-v5.10/drivers/gpu/drm/ttm/ |
D | ttm_bo_vm.c | 387 ret = vmf_insert_pfn_prot(vma, address, pfn, prot); in ttm_bo_vm_fault_reserved()
|
/Linux-v5.10/mm/ |
D | memory.c | 1981 vm_fault_t vmf_insert_pfn_prot(struct vm_area_struct *vma, unsigned long addr, in vmf_insert_pfn_prot() function 2007 EXPORT_SYMBOL(vmf_insert_pfn_prot); 2032 return vmf_insert_pfn_prot(vma, addr, pfn, vma->vm_page_prot); in vmf_insert_pfn()
|
/Linux-v5.10/include/linux/ |
D | mm.h | 2739 vm_fault_t vmf_insert_pfn_prot(struct vm_area_struct *vma, unsigned long addr,
|