Searched refs:mmap_offset (Results 1 – 7 of 7) sorted by relevance
62 rdi->mmap_offset = PAGE_SIZE; in rvt_mmap_init()172 if (rdi->mmap_offset == 0) in rvt_create_mmap_info()173 rdi->mmap_offset = ALIGN(PAGE_SIZE, SHMLBA); in rvt_create_mmap_info()174 ip->offset = rdi->mmap_offset; in rvt_create_mmap_info()175 rdi->mmap_offset += ALIGN(size, SHMLBA); in rvt_create_mmap_info()200 if (rdi->mmap_offset == 0) in rvt_update_mmap_info()201 rdi->mmap_offset = PAGE_SIZE; in rvt_update_mmap_info()202 ip->offset = rdi->mmap_offset; in rvt_update_mmap_info()203 rdi->mmap_offset += size; in rvt_update_mmap_info()
158 if (rxe->mmap_offset == 0) in rxe_create_mmap_info()159 rxe->mmap_offset = ALIGN(PAGE_SIZE, SHMLBA); in rxe_create_mmap_info()161 ip->info.offset = rxe->mmap_offset; in rxe_create_mmap_info()162 rxe->mmap_offset += ALIGN(size, SHMLBA); in rxe_create_mmap_info()
406 int mmap_offset; member
347 __u64 mmap_offset; /* to KFD (userptr), from KFD (mmap offset) */ member
403 u32 mmap_offset; member
271 static uint64_t mmap_offset(struct drm_gem_object *obj) in mmap_offset() function296 offset = mmap_offset(obj); in msm_gem_mmap_offset()
1241 uint64_t offset = args->mmap_offset; in kfd_ioctl_alloc_memory_of_gpu()1283 args->mmap_offset = offset; in kfd_ioctl_alloc_memory_of_gpu()