Lines Matching defs:ttm
787 struct ttm_dma_tt ttm; member
806 int amdgpu_ttm_tt_get_user_pages(struct ttm_tt *ttm, struct page **pages) in amdgpu_ttm_tt_get_user_pages()
883 void amdgpu_ttm_tt_set_user_pages(struct ttm_tt *ttm, struct page **pages) in amdgpu_ttm_tt_set_user_pages()
902 void amdgpu_ttm_tt_mark_user_pages(struct ttm_tt *ttm) in amdgpu_ttm_tt_mark_user_pages()
925 static int amdgpu_ttm_tt_pin_userptr(struct ttm_tt *ttm) in amdgpu_ttm_tt_pin_userptr()
963 static void amdgpu_ttm_tt_unpin_userptr(struct ttm_tt *ttm) in amdgpu_ttm_tt_unpin_userptr()
990 struct ttm_tt *ttm = tbo->ttm; in amdgpu_ttm_gart_bind() local
1030 static int amdgpu_ttm_backend_bind(struct ttm_tt *ttm, in amdgpu_ttm_backend_bind()
1154 static int amdgpu_ttm_backend_unbind(struct ttm_tt *ttm) in amdgpu_ttm_backend_unbind()
1175 static void amdgpu_ttm_backend_destroy(struct ttm_tt *ttm) in amdgpu_ttm_backend_destroy()
1227 static int amdgpu_ttm_tt_populate(struct ttm_tt *ttm, in amdgpu_ttm_tt_populate()
1270 static void amdgpu_ttm_tt_unpopulate(struct ttm_tt *ttm) in amdgpu_ttm_tt_unpopulate()
1310 int amdgpu_ttm_tt_set_userptr(struct ttm_tt *ttm, uint64_t addr, in amdgpu_ttm_tt_set_userptr()
1337 struct mm_struct *amdgpu_ttm_tt_get_usermm(struct ttm_tt *ttm) in amdgpu_ttm_tt_get_usermm()
1355 bool amdgpu_ttm_tt_affect_userptr(struct ttm_tt *ttm, unsigned long start, in amdgpu_ttm_tt_affect_userptr()
1392 bool amdgpu_ttm_tt_userptr_invalidated(struct ttm_tt *ttm, in amdgpu_ttm_tt_userptr_invalidated()
1406 bool amdgpu_ttm_tt_userptr_needs_pages(struct ttm_tt *ttm) in amdgpu_ttm_tt_userptr_needs_pages()
1419 bool amdgpu_ttm_tt_is_readonly(struct ttm_tt *ttm) in amdgpu_ttm_tt_is_readonly()
1435 uint64_t amdgpu_ttm_tt_pte_flags(struct amdgpu_device *adev, struct ttm_tt *ttm, in amdgpu_ttm_tt_pte_flags()
1961 struct ttm_tt *ttm = bo->ttm; in amdgpu_map_buffer() local