Searched refs:mmap_offset (Results 1 – 12 of 12) sorted by relevance
62 rdi->mmap_offset = PAGE_SIZE; in rvt_mmap_init()173 if (rdi->mmap_offset == 0) in rvt_create_mmap_info()174 rdi->mmap_offset = ALIGN(PAGE_SIZE, SHMLBA); in rvt_create_mmap_info()175 ip->offset = rdi->mmap_offset; in rvt_create_mmap_info()176 rdi->mmap_offset += ALIGN(size, SHMLBA); in rvt_create_mmap_info()203 if (rdi->mmap_offset == 0) in rvt_update_mmap_info()204 rdi->mmap_offset = PAGE_SIZE; in rvt_update_mmap_info()205 ip->offset = rdi->mmap_offset; in rvt_update_mmap_info()206 rdi->mmap_offset += size; in rvt_update_mmap_info()
132 if (rxe->mmap_offset == 0) in rxe_create_mmap_info()133 rxe->mmap_offset = ALIGN(PAGE_SIZE, SHMLBA); in rxe_create_mmap_info()135 ip->info.offset = rxe->mmap_offset; in rxe_create_mmap_info()136 rxe->mmap_offset += ALIGN(size, SHMLBA); in rxe_create_mmap_info()
379 u64 mmap_offset; member
99 u64 mmap_offset; member
559 region_out->mmap_offset = mem_offset; in vhost_user_init_mem_region()
1277 uint64_t offset = args->mmap_offset; in kfd_ioctl_alloc_memory_of_gpu()1341 args->mmap_offset = offset; in kfd_ioctl_alloc_memory_of_gpu()1347 args->mmap_offset = KFD_MMAP_TYPE_MMIO in kfd_ioctl_alloc_memory_of_gpu()2000 unsigned long mmap_offset; in kfd_mmap() local2007 mmap_offset = vma->vm_pgoff << PAGE_SHIFT; in kfd_mmap()2008 gpu_id = KFD_MMAP_GET_GPU_ID(mmap_offset); in kfd_mmap()2012 switch (mmap_offset & KFD_MMAP_TYPE_MASK) { in kfd_mmap()
247 uint64_t *mmap_offset);
1663 uint64_t *mmap_offset) in amdgpu_amdkfd_gpuvm_import_dmabuf() argument1692 if (mmap_offset) in amdgpu_amdkfd_gpuvm_import_dmabuf()1693 *mmap_offset = amdgpu_bo_mmap_offset(bo); in amdgpu_amdkfd_gpuvm_import_dmabuf()
371 __u64 mmap_offset; /* to KFD (userptr), from KFD (mmap offset) */ member
416 u32 mmap_offset; member
3684 u64 mmap_offset; in UVERBS_HANDLER() local3696 mmap_offset = mlx5_entry_to_mmap_offset(entry); in UVERBS_HANDLER()3702 &mmap_offset, sizeof(mmap_offset)); in UVERBS_HANDLER()3798 u64 mmap_offset; in UVERBS_HANDLER() local3823 mmap_offset = mlx5_entry_to_mmap_offset(entry); in UVERBS_HANDLER()3829 &mmap_offset, sizeof(mmap_offset)); in UVERBS_HANDLER()
288 static uint64_t mmap_offset(struct drm_gem_object *obj) in mmap_offset() function313 offset = mmap_offset(obj); in msm_gem_mmap_offset()