Searched refs:vmf_insert_pfn (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/misc/ocxl/ |
| H A D | context.c | 108 return vmf_insert_pfn(vma, address, trigger_addr >> PAGE_SHIFT); in map_afu_irq() 134 ret = vmf_insert_pfn(vma, address, pp_mmio_addr >> PAGE_SHIFT); in map_pp_mmio()
|
| H A D | sysfs.c | 120 return vmf_insert_pfn(vma, vmf->address, offset); in global_mmio_fault()
|
| /linux/drivers/dma-buf/ |
| H A D | udmabuf.c | 60 ret = vmf_insert_pfn(vma, vmf->address, pfn); in udmabuf_vm_fault() 83 if (vmf_insert_pfn(vma, addr, pfn) & VM_FAULT_ERROR) in udmabuf_vm_fault()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_mmio_gem.c | 241 ret = vmf_insert_pfn(vma, addr, pfn); in xe_mmio_gem_vm_fault_locked()
|
| /linux/Documentation/arch/x86/ |
| H A D | pat.rst | 100 vmf_insert_pfn. 106 2) io_remap_pfn_range() or remap_pfn_range() or vmf_insert_pfn()
|
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_xive_native.c | 280 vmf_insert_pfn(vma, vmf->address, page >> PAGE_SHIFT); in xive_native_esb_fault() 297 vmf_insert_pfn(vma, vmf->address, xive_tima_os >> PAGE_SHIFT); in xive_native_tima_fault()
|
| /linux/drivers/gpu/drm/armada/ |
| H A D | armada_gem.c | 28 return vmf_insert_pfn(vmf->vma, vmf->address, pfn); in armada_gem_vm_fault()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_gem_shmem_helper.c | 610 return vmf_insert_pfn(vmf->vma, vmf->address, pfn); in try_insert_pfn()
|
| /linux/arch/powerpc/platforms/cell/spufs/ |
| H A D | file.c | 254 ret = vmf_insert_pfn(vma, vmf->address, pfn); in spufs_mem_mmap_fault() 355 ret = vmf_insert_pfn(vmf->vma, vmf->address, in spufs_ps_fault()
|
| /linux/drivers/gpu/drm/msm/ |
| H A D | msm_gem.c | 371 ret = vmf_insert_pfn(vma, vmf->address, pfn); in msm_gem_fault()
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_gem.c | 800 return vmf_insert_pfn(vmf->vma, vmf->address, page_to_pfn(page)); in insert_page()
|
| /linux/drivers/vhost/ |
| H A D | vdpa.c | 1569 return vmf_insert_pfn(vma, vmf->address & PAGE_MASK, PFN_DOWN(notify.addr)); in vhost_vdpa_fault()
|
| /linux/drivers/vfio/pci/ |
| H A D | vfio_pci_core.c | 1767 return vmf_insert_pfn(vmf->vma, vmf->address, pfn); in vfio_pci_vmf_insert_pfn()
|
| /linux/mm/ |
| H A D | memory.c | 2932 vm_fault_t vmf_insert_pfn(struct vm_area_struct *vma, unsigned long addr, in vmf_insert_pfn() function 2937 EXPORT_SYMBOL(vmf_insert_pfn);
|
| /linux/include/linux/ |
| H A D | mm.h | 4784 vm_fault_t vmf_insert_pfn(struct vm_area_struct *vma, unsigned long addr,
|