Searched refs:vmf_insert_pfn_prot (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/gpu/drm/ttm/ ! |
H A D | ttm_bo_vm.c | 267 ret = vmf_insert_pfn_prot(vma, address, pfn, prot); in ttm_bo_vm_fault_reserved() 316 ret = vmf_insert_pfn_prot(vma, address, pfn, prot); in ttm_bo_vm_dummy_page()
|
/linux/arch/x86/entry/vdso/ ! |
H A D | vma.c | 102 return vmf_insert_pfn_prot(vma, vmf->address, in vvar_vclock_fault()
|
/linux/drivers/gpu/drm/xe/ ! |
H A D | xe_device.c | 277 ret = vmf_insert_pfn_prot(vma, vma->vm_start, pfn, in barrier_fault() 292 ret = vmf_insert_pfn_prot(vma, vma->vm_start, page_to_pfn(page), in barrier_fault()
|
/linux/drivers/gpu/drm/panthor/ ! |
H A D | panthor_device.c | 399 ret = vmf_insert_pfn_prot(vma, vmf->address, pfn, pgprot); in panthor_mmio_vm_fault()
|
/linux/mm/ ! |
H A D | memory.c | 2525 vm_fault_t vmf_insert_pfn_prot(struct vm_area_struct *vma, unsigned long addr, in vmf_insert_pfn_prot() function 2550 EXPORT_SYMBOL(vmf_insert_pfn_prot); 2575 return vmf_insert_pfn_prot(vma, addr, pfn, vma->vm_page_prot); in vmf_insert_pfn()
|
/linux/include/linux/ ! |
H A D | mm.h | 3531 vm_fault_t vmf_insert_pfn_prot(struct vm_area_struct *vma, unsigned long addr,
|