Lines Matching defs:ttm
791 struct ttm_dma_tt ttm; member
810 int amdgpu_ttm_tt_get_user_pages(struct ttm_tt *ttm, struct page **pages) in amdgpu_ttm_tt_get_user_pages()
893 void amdgpu_ttm_tt_set_user_pages(struct ttm_tt *ttm, struct page **pages) in amdgpu_ttm_tt_set_user_pages()
912 void amdgpu_ttm_tt_mark_user_pages(struct ttm_tt *ttm) in amdgpu_ttm_tt_mark_user_pages()
935 static int amdgpu_ttm_tt_pin_userptr(struct ttm_tt *ttm) in amdgpu_ttm_tt_pin_userptr()
974 static void amdgpu_ttm_tt_unpin_userptr(struct ttm_tt *ttm) in amdgpu_ttm_tt_unpin_userptr()
1004 struct ttm_tt *ttm = tbo->ttm; in amdgpu_ttm_gart_bind() local
1044 static int amdgpu_ttm_backend_bind(struct ttm_tt *ttm, in amdgpu_ttm_backend_bind()
1168 static int amdgpu_ttm_backend_unbind(struct ttm_tt *ttm) in amdgpu_ttm_backend_unbind()
1189 static void amdgpu_ttm_backend_destroy(struct ttm_tt *ttm) in amdgpu_ttm_backend_destroy()
1241 static int amdgpu_ttm_tt_populate(struct ttm_tt *ttm, in amdgpu_ttm_tt_populate()
1284 static void amdgpu_ttm_tt_unpopulate(struct ttm_tt *ttm) in amdgpu_ttm_tt_unpopulate()
1325 int amdgpu_ttm_tt_set_userptr(struct ttm_tt *ttm, uint64_t addr, in amdgpu_ttm_tt_set_userptr()
1355 struct mm_struct *amdgpu_ttm_tt_get_usermm(struct ttm_tt *ttm) in amdgpu_ttm_tt_get_usermm()
1373 bool amdgpu_ttm_tt_affect_userptr(struct ttm_tt *ttm, unsigned long start, in amdgpu_ttm_tt_affect_userptr()
1410 bool amdgpu_ttm_tt_userptr_invalidated(struct ttm_tt *ttm, in amdgpu_ttm_tt_userptr_invalidated()
1424 bool amdgpu_ttm_tt_userptr_needs_pages(struct ttm_tt *ttm) in amdgpu_ttm_tt_userptr_needs_pages()
1437 bool amdgpu_ttm_tt_is_readonly(struct ttm_tt *ttm) in amdgpu_ttm_tt_is_readonly()
1453 uint64_t amdgpu_ttm_tt_pte_flags(struct amdgpu_device *adev, struct ttm_tt *ttm, in amdgpu_ttm_tt_pte_flags()
1983 struct ttm_tt *ttm = bo->ttm; in amdgpu_map_buffer() local