Searched refs:vmf_insert_pfn (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_mmio_gem.c | 187 ret = vmf_insert_pfn(vma, addr, pfn); in xe_mmio_gem_vm_fault_dummy_page() 219 ret = vmf_insert_pfn(vma, addr, PHYS_PFN(phys_addr)); in xe_mmio_gem_vm_fault()
|
| /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 | 61 ret = vmf_insert_pfn(vma, vmf->address, pfn); in udmabuf_vm_fault() 85 if (vmf_insert_pfn(vma, addr, pfn) & VM_FAULT_ERROR) in udmabuf_vm_fault()
|
| /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/drivers/accel/amdxdna/ |
| H A D | amdxdna_ubuf.c | 83 return vmf_insert_pfn(vma, vmf->address, pfn); in amdxdna_ubuf_vm_fault()
|
| /linux/arch/x86/kernel/cpu/sgx/ |
| H A D | virt.c | 60 ret = vmf_insert_pfn(vma, addr, pfn); in __sgx_vepc_fault()
|
| /linux/drivers/gpu/drm/gma500/ |
| H A D | gem.c | 298 ret = vmf_insert_pfn(vma, vmf->address, pfn); in psb_gem_fault()
|
| /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/etnaviv/ |
| H A D | etnaviv_gem.c | 198 return vmf_insert_pfn(vma, vmf->address, pfn); in etnaviv_gem_fault()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_gem_shmem_helper.c | 576 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() 353 ret = vmf_insert_pfn(vmf->vma, vmf->address, in spufs_ps_fault()
|
| /linux/drivers/vhost/ |
| H A D | vdpa.c | 1496 return vmf_insert_pfn(vma, vmf->address & PAGE_MASK, PFN_DOWN(notify.addr)); in vhost_vdpa_fault()
|
| /linux/mm/ |
| H A D | memory.c | 2785 vm_fault_t vmf_insert_pfn(struct vm_area_struct *vma, unsigned long addr, in vmf_insert_pfn() function 2790 EXPORT_SYMBOL(vmf_insert_pfn);
|