Symbol: ttm_tt
sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
569
struct ttm_tt *src_ttm = mem->bo->tbo.ttm;
sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
570
struct ttm_tt *ttm = bo->tbo.ttm;
sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
653
struct ttm_tt *ttm = bo->tbo.ttm;
sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
730
struct ttm_tt *ttm = bo->tbo.ttm;
sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
776
struct ttm_tt *ttm = bo->tbo.ttm;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
1084
struct ttm_tt *ttm)
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
1116
struct ttm_tt *ttm)
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
1137
static struct ttm_tt *amdgpu_ttm_tt_create(struct ttm_buffer_object *bo,
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
1175
struct ttm_tt *ttm,
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
1218
struct ttm_tt *ttm)
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
1319
struct mm_struct *amdgpu_ttm_tt_get_usermm(struct ttm_tt *ttm)
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
1342
bool amdgpu_ttm_tt_affect_userptr(struct ttm_tt *ttm, unsigned long start,
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
1366
bool amdgpu_ttm_tt_is_userptr(struct ttm_tt *ttm)
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
1379
bool amdgpu_ttm_tt_is_readonly(struct ttm_tt *ttm)
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
1397
uint64_t amdgpu_ttm_tt_pde_flags(struct ttm_tt *ttm, struct ttm_resource *mem)
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
1430
uint64_t amdgpu_ttm_tt_pte_flags(struct amdgpu_device *adev, struct ttm_tt *ttm,
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
69
struct ttm_tt *ttm,
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
694
struct ttm_tt ttm;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
717
struct ttm_tt *ttm = bo->tbo.ttm;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
72
struct ttm_tt *ttm);
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
764
void amdgpu_ttm_tt_discard_user_pages(struct ttm_tt *ttm,
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
779
bool amdgpu_ttm_tt_get_user_pages_done(struct ttm_tt *ttm,
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
803
void amdgpu_ttm_tt_set_user_pages(struct ttm_tt *ttm, struct hmm_range *range)
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
817
struct ttm_tt *ttm)
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
860
struct ttm_tt *ttm)
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
888
struct ttm_tt *ttm, uint64_t flags)
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
922
struct ttm_tt *ttm = tbo->ttm;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
944
struct ttm_tt *ttm,
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.h
197
void amdgpu_ttm_tt_discard_user_pages(struct ttm_tt *ttm,
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.h
199
bool amdgpu_ttm_tt_get_user_pages_done(struct ttm_tt *ttm,
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.h
207
static inline void amdgpu_ttm_tt_discard_user_pages(struct ttm_tt *ttm,
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.h
211
static inline bool amdgpu_ttm_tt_get_user_pages_done(struct ttm_tt *ttm,
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.h
218
void amdgpu_ttm_tt_set_user_pages(struct ttm_tt *ttm, struct hmm_range *range);
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.h
223
bool amdgpu_ttm_tt_has_userptr(struct ttm_tt *ttm);
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.h
224
struct mm_struct *amdgpu_ttm_tt_get_usermm(struct ttm_tt *ttm);
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.h
225
bool amdgpu_ttm_tt_affect_userptr(struct ttm_tt *ttm, unsigned long start,
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.h
227
bool amdgpu_ttm_tt_userptr_invalidated(struct ttm_tt *ttm,
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.h
229
bool amdgpu_ttm_tt_is_userptr(struct ttm_tt *ttm);
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.h
230
bool amdgpu_ttm_tt_is_readonly(struct ttm_tt *ttm);
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.h
231
uint64_t amdgpu_ttm_tt_pde_flags(struct ttm_tt *ttm, struct ttm_resource *mem);
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.h
232
uint64_t amdgpu_ttm_tt_pte_flags(struct amdgpu_device *adev, struct ttm_tt *ttm,
sys/dev/pci/drm/i915/gem/i915_gem_ttm.c
182
struct ttm_tt *ttm,
sys/dev/pci/drm/i915/gem/i915_gem_ttm.c
244
static void i915_ttm_tt_shmem_unpopulate(struct ttm_tt *ttm)
sys/dev/pci/drm/i915/gem/i915_gem_ttm.c
272
static struct ttm_tt *i915_ttm_tt_create(struct ttm_buffer_object *bo,
sys/dev/pci/drm/i915/gem/i915_gem_ttm.c
323
struct ttm_tt *ttm,
sys/dev/pci/drm/i915/gem/i915_gem_ttm.c
334
static void i915_ttm_tt_unpopulate(struct ttm_device *bdev, struct ttm_tt *ttm)
sys/dev/pci/drm/i915/gem/i915_gem_ttm.c
353
static void i915_ttm_tt_destroy(struct ttm_device *bdev, struct ttm_tt *ttm)
sys/dev/pci/drm/i915/gem/i915_gem_ttm.c
50
struct ttm_tt ttm;
sys/dev/pci/drm/i915/gem/i915_gem_ttm.c
544
static struct i915_refct_sgt *i915_ttm_tt_get_st(struct ttm_tt *ttm)
sys/dev/pci/drm/i915/gem/i915_gem_ttm_move.c
190
struct ttm_tt *dst_ttm,
sys/dev/pci/drm/i915/gem/i915_gem_ttm_move.c
198
struct ttm_tt *src_ttm = bo->ttm;
sys/dev/pci/drm/i915/gem/i915_gem_ttm_move.c
315
struct ttm_tt *dst_ttm,
sys/dev/pci/drm/i915/gem/i915_gem_ttm_move.c
473
struct ttm_resource *dst_mem, struct ttm_tt *dst_ttm,
sys/dev/pci/drm/i915/gem/i915_gem_ttm_move.c
53
struct ttm_tt *ttm)
sys/dev/pci/drm/i915/gem/i915_gem_ttm_move.c
582
struct ttm_tt *ttm = bo->ttm;
sys/dev/pci/drm/i915/gem/i915_gem_ttm_move.h
16
struct ttm_tt;
sys/dev/pci/drm/include/drm/ttm/ttm_bo.h
123
struct ttm_tt *ttm;
sys/dev/pci/drm/include/drm/ttm/ttm_bo.h
54
struct ttm_tt;
sys/dev/pci/drm/include/drm/ttm/ttm_device.h
108
void (*ttm_tt_destroy)(struct ttm_device *bdev, struct ttm_tt *ttm);
sys/dev/pci/drm/include/drm/ttm/ttm_device.h
73
struct ttm_tt *(*ttm_tt_create)(struct ttm_buffer_object *bo,
sys/dev/pci/drm/include/drm/ttm/ttm_device.h
86
struct ttm_tt *ttm,
sys/dev/pci/drm/include/drm/ttm/ttm_device.h
97
struct ttm_tt *ttm);
sys/dev/pci/drm/include/drm/ttm/ttm_pool.h
100
void ttm_pool_drop_backed_up(struct ttm_tt *tt);
sys/dev/pci/drm/include/drm/ttm/ttm_pool.h
102
long ttm_pool_backup(struct ttm_pool *pool, struct ttm_tt *ttm,
sys/dev/pci/drm/include/drm/ttm/ttm_pool.h
104
int ttm_pool_restore_and_alloc(struct ttm_pool *pool, struct ttm_tt *tt,
sys/dev/pci/drm/include/drm/ttm/ttm_pool.h
39
struct ttm_tt;
sys/dev/pci/drm/include/drm/ttm/ttm_pool.h
90
int ttm_pool_alloc(struct ttm_pool *pool, struct ttm_tt *tt,
sys/dev/pci/drm/include/drm/ttm/ttm_pool.h
92
void ttm_pool_free(struct ttm_pool *pool, struct ttm_tt *tt);
sys/dev/pci/drm/include/drm/ttm/ttm_tt.h
145
struct ttm_tt *tt;
sys/dev/pci/drm/include/drm/ttm/ttm_tt.h
149
static inline bool ttm_tt_is_populated(struct ttm_tt *tt)
sys/dev/pci/drm/include/drm/ttm/ttm_tt.h
160
static inline bool ttm_tt_is_swapped(const struct ttm_tt *tt)
sys/dev/pci/drm/include/drm/ttm/ttm_tt.h
171
static inline bool ttm_tt_is_backed_up(const struct ttm_tt *tt)
sys/dev/pci/drm/include/drm/ttm/ttm_tt.h
183
static inline void ttm_tt_clear_backed_up(struct ttm_tt *tt)
sys/dev/pci/drm/include/drm/ttm/ttm_tt.h
213
int ttm_tt_init(struct ttm_tt *ttm, struct ttm_buffer_object *bo,
sys/dev/pci/drm/include/drm/ttm/ttm_tt.h
216
int ttm_sg_tt_init(struct ttm_tt *ttm_dma, struct ttm_buffer_object *bo,
sys/dev/pci/drm/include/drm/ttm/ttm_tt.h
226
void ttm_tt_fini(struct ttm_tt *ttm);
sys/dev/pci/drm/include/drm/ttm/ttm_tt.h
236
void ttm_tt_destroy(struct ttm_device *bdev, struct ttm_tt *ttm);
sys/dev/pci/drm/include/drm/ttm/ttm_tt.h
245
int ttm_tt_swapin(struct ttm_tt *ttm);
sys/dev/pci/drm/include/drm/ttm/ttm_tt.h
246
int ttm_tt_swapout(struct ttm_device *bdev, struct ttm_tt *ttm,
sys/dev/pci/drm/include/drm/ttm/ttm_tt.h
258
int ttm_tt_populate(struct ttm_device *bdev, struct ttm_tt *ttm,
sys/dev/pci/drm/include/drm/ttm/ttm_tt.h
269
void ttm_tt_unpopulate(struct ttm_device *bdev, struct ttm_tt *ttm);
sys/dev/pci/drm/include/drm/ttm/ttm_tt.h
279
static inline void ttm_tt_mark_for_clear(struct ttm_tt *ttm)
sys/dev/pci/drm/include/drm/ttm/ttm_tt.h
287
struct ttm_tt *tt);
sys/dev/pci/drm/include/drm/ttm/ttm_tt.h
301
long ttm_tt_backup(struct ttm_device *bdev, struct ttm_tt *tt,
sys/dev/pci/drm/include/drm/ttm/ttm_tt.h
304
int ttm_tt_restore(struct ttm_device *bdev, struct ttm_tt *tt,
sys/dev/pci/drm/include/drm/ttm/ttm_tt.h
307
int ttm_tt_setup_backup(struct ttm_tt *tt);
sys/dev/pci/drm/include/drm/ttm/ttm_tt.h
324
struct ttm_tt *ttm_agp_tt_create(struct ttm_buffer_object *bo,
sys/dev/pci/drm/include/drm/ttm/ttm_tt.h
327
int ttm_agp_bind(struct ttm_tt *ttm, struct ttm_resource *bo_mem);
sys/dev/pci/drm/include/drm/ttm/ttm_tt.h
328
void ttm_agp_unbind(struct ttm_tt *ttm);
sys/dev/pci/drm/include/drm/ttm/ttm_tt.h
329
void ttm_agp_destroy(struct ttm_tt *ttm);
sys/dev/pci/drm/include/drm/ttm/ttm_tt.h
330
bool ttm_agp_is_bound(struct ttm_tt *ttm);
sys/dev/pci/drm/include/drm/ttm/ttm_tt.h
37
struct ttm_tt;
sys/dev/pci/drm/radeon/radeon.h
2852
struct ttm_tt *ttm, uint64_t addr,
sys/dev/pci/drm/radeon/radeon.h
2854
extern bool radeon_ttm_tt_has_userptr(struct radeon_device *rdev, struct ttm_tt *ttm);
sys/dev/pci/drm/radeon/radeon.h
2855
extern bool radeon_ttm_tt_is_readonly(struct radeon_device *rdev, struct ttm_tt *ttm);
sys/dev/pci/drm/radeon/radeon.h
2856
bool radeon_ttm_tt_is_bound(struct ttm_device *bdev, struct ttm_tt *ttm);
sys/dev/pci/drm/radeon/radeon_ttm.c
321
struct ttm_tt ttm;
sys/dev/pci/drm/radeon/radeon_ttm.c
331
static int radeon_ttm_tt_pin_userptr(struct ttm_device *bdev, struct ttm_tt *ttm)
sys/dev/pci/drm/radeon/radeon_ttm.c
396
static void radeon_ttm_tt_unpin_userptr(struct ttm_device *bdev, struct ttm_tt *ttm)
sys/dev/pci/drm/radeon/radeon_ttm.c
428
static bool radeon_ttm_backend_is_bound(struct ttm_tt *ttm)
sys/dev/pci/drm/radeon/radeon_ttm.c
436
struct ttm_tt *ttm,
sys/dev/pci/drm/radeon/radeon_ttm.c
471
static void radeon_ttm_backend_unbind(struct ttm_device *bdev, struct ttm_tt *ttm)
sys/dev/pci/drm/radeon/radeon_ttm.c
487
static void radeon_ttm_backend_destroy(struct ttm_device *bdev, struct ttm_tt *ttm)
sys/dev/pci/drm/radeon/radeon_ttm.c
495
static struct ttm_tt *radeon_ttm_tt_create(struct ttm_buffer_object *bo,
sys/dev/pci/drm/radeon/radeon_ttm.c
530
struct ttm_tt *ttm)
sys/dev/pci/drm/radeon/radeon_ttm.c
543
struct ttm_tt *ttm,
sys/dev/pci/drm/radeon/radeon_ttm.c
568
static void radeon_ttm_tt_unpopulate(struct ttm_device *bdev, struct ttm_tt *ttm)
sys/dev/pci/drm/radeon/radeon_ttm.c
589
struct ttm_tt *ttm, uint64_t addr,
sys/dev/pci/drm/radeon/radeon_ttm.c
608
struct ttm_tt *ttm)
sys/dev/pci/drm/radeon/radeon_ttm.c
619
struct ttm_tt *ttm,
sys/dev/pci/drm/radeon/radeon_ttm.c
637
struct ttm_tt *ttm)
sys/dev/pci/drm/radeon/radeon_ttm.c
64
static int radeon_ttm_tt_bind(struct ttm_device *bdev, struct ttm_tt *ttm,
sys/dev/pci/drm/radeon/radeon_ttm.c
651
struct ttm_tt *ttm)
sys/dev/pci/drm/radeon/radeon_ttm.c
66
static void radeon_ttm_tt_unbind(struct ttm_device *bdev, struct ttm_tt *ttm);
sys/dev/pci/drm/radeon/radeon_ttm.c
665
struct ttm_tt *ttm)
sys/dev/pci/drm/radeon/radeon_ttm.c
676
struct ttm_tt *ttm)
sys/dev/pci/drm/ttm/tests/ttm_bo_validate_test.c
529
struct ttm_tt *old_tt;
sys/dev/pci/drm/ttm/tests/ttm_kunit_helpers.c
48
static struct ttm_tt *ttm_tt_simple_create(struct ttm_buffer_object *bo, u32 page_flags)
sys/dev/pci/drm/ttm/tests/ttm_kunit_helpers.c
50
struct ttm_tt *tt;
sys/dev/pci/drm/ttm/tests/ttm_kunit_helpers.c
58
static void ttm_tt_simple_destroy(struct ttm_device *bdev, struct ttm_tt *ttm)
sys/dev/pci/drm/ttm/tests/ttm_pool_test.c
139
struct ttm_tt *tt;
sys/dev/pci/drm/ttm/tests/ttm_pool_test.c
200
struct ttm_tt *tt;
sys/dev/pci/drm/ttm/tests/ttm_pool_test.c
240
struct ttm_tt *tt;
sys/dev/pci/drm/ttm/tests/ttm_pool_test.c
268
struct ttm_tt *tt;
sys/dev/pci/drm/ttm/tests/ttm_pool_test.c
302
struct ttm_tt *tt;
sys/dev/pci/drm/ttm/tests/ttm_pool_test.c
338
struct ttm_tt *tt;
sys/dev/pci/drm/ttm/tests/ttm_pool_test.c
369
struct ttm_tt *tt;
sys/dev/pci/drm/ttm/tests/ttm_pool_test.c
50
static struct ttm_tt *ttm_tt_kunit_init(struct kunit *test,
sys/dev/pci/drm/ttm/tests/ttm_pool_test.c
57
struct ttm_tt *tt;
sys/dev/pci/drm/ttm/tests/ttm_pool_test.c
80
struct ttm_tt *tt;
sys/dev/pci/drm/ttm/tests/ttm_tt_test.c
113
struct ttm_tt *tt;
sys/dev/pci/drm/ttm/tests/ttm_tt_test.c
133
struct ttm_tt *tt;
sys/dev/pci/drm/ttm/tests/ttm_tt_test.c
191
struct ttm_tt *tt;
sys/dev/pci/drm/ttm/tests/ttm_tt_test.c
213
static struct ttm_tt *ttm_tt_null_create(struct ttm_buffer_object *bo,
sys/dev/pci/drm/ttm/tests/ttm_tt_test.c
274
struct ttm_tt *tt;
sys/dev/pci/drm/ttm/tests/ttm_tt_test.c
299
struct ttm_tt *tt;
sys/dev/pci/drm/ttm/tests/ttm_tt_test.c
322
struct ttm_tt *tt;
sys/dev/pci/drm/ttm/tests/ttm_tt_test.c
343
struct ttm_tt *tt;
sys/dev/pci/drm/ttm/tests/ttm_tt_test.c
43
struct ttm_tt *tt;
sys/dev/pci/drm/ttm/tests/ttm_tt_test.c
70
struct ttm_tt *tt;
sys/dev/pci/drm/ttm/tests/ttm_tt_test.c
93
struct ttm_tt *tt;
sys/dev/pci/drm/ttm/ttm_agp_backend.c
110
bool ttm_agp_is_bound(struct ttm_tt *ttm)
sys/dev/pci/drm/ttm/ttm_agp_backend.c
125
void ttm_agp_destroy(struct ttm_tt *ttm)
sys/dev/pci/drm/ttm/ttm_agp_backend.c
139
struct ttm_tt *ttm_agp_tt_create(struct ttm_buffer_object *bo,
sys/dev/pci/drm/ttm/ttm_agp_backend.c
46
struct ttm_tt ttm;
sys/dev/pci/drm/ttm/ttm_agp_backend.c
51
int ttm_agp_bind(struct ttm_tt *ttm, struct ttm_resource *bo_mem)
sys/dev/pci/drm/ttm/ttm_agp_backend.c
92
void ttm_agp_unbind(struct ttm_tt *ttm)
sys/dev/pci/drm/ttm/ttm_bo.c
1287
struct ttm_tt *tt = bo->ttm;
sys/dev/pci/drm/ttm/ttm_bo_util.c
1101
struct ttm_tt *tt = bo->ttm;
sys/dev/pci/drm/ttm/ttm_bo_util.c
154
struct ttm_tt *ttm = bo->ttm;
sys/dev/pci/drm/ttm/ttm_bo_util.c
361
struct ttm_tt *ttm = bo->ttm;
sys/dev/pci/drm/ttm/ttm_bo_util.c
559
struct ttm_tt *ttm = bo->ttm;
sys/dev/pci/drm/ttm/ttm_bo_util.c
772
struct ttm_tt *ttm;
sys/dev/pci/drm/ttm/ttm_bo_vm.c
195
struct ttm_tt *ttm = NULL;
sys/dev/pci/drm/ttm/ttm_bo_vm.c
491
struct ttm_tt *ttm = NULL;
sys/dev/pci/drm/ttm/ttm_pool.c
1042
void ttm_pool_free(struct ttm_pool *pool, struct ttm_tt *tt)
sys/dev/pci/drm/ttm/ttm_pool.c
1058
void ttm_pool_drop_backed_up(struct ttm_tt *tt)
sys/dev/pci/drm/ttm/ttm_pool.c
1123
long ttm_pool_backup(struct ttm_pool *pool, struct ttm_tt *tt,
sys/dev/pci/drm/ttm/ttm_pool.c
809
static void ttm_pool_free_range(struct ttm_pool *pool, struct ttm_tt *tt,
sys/dev/pci/drm/ttm/ttm_pool.c
835
static void ttm_pool_alloc_state_init(const struct ttm_tt *tt,
sys/dev/pci/drm/ttm/ttm_pool.c
856
static int __ttm_pool_alloc(struct ttm_pool *pool, struct ttm_tt *tt,
sys/dev/pci/drm/ttm/ttm_pool.c
968
int ttm_pool_alloc(struct ttm_pool *pool, struct ttm_tt *tt,
sys/dev/pci/drm/ttm/ttm_pool.c
995
int ttm_pool_restore_and_alloc(struct ttm_pool *pool, struct ttm_tt *tt,
sys/dev/pci/drm/ttm/ttm_tt.c
115
static int ttm_tt_alloc_page_directory(struct ttm_tt *ttm)
sys/dev/pci/drm/ttm/ttm_tt.c
127
static int ttm_dma_tt_alloc_page_directory(struct ttm_tt *ttm)
sys/dev/pci/drm/ttm/ttm_tt.c
144
static int ttm_sg_tt_alloc_page_directory(struct ttm_tt *ttm)
sys/dev/pci/drm/ttm/ttm_tt.c
154
void ttm_tt_destroy(struct ttm_device *bdev, struct ttm_tt *ttm)
sys/dev/pci/drm/ttm/ttm_tt.c
160
static void ttm_tt_init_fields(struct ttm_tt *ttm,
sys/dev/pci/drm/ttm/ttm_tt.c
179
int ttm_tt_init(struct ttm_tt *ttm, struct ttm_buffer_object *bo,
sys/dev/pci/drm/ttm/ttm_tt.c
193
void ttm_tt_fini(struct ttm_tt *ttm)
sys/dev/pci/drm/ttm/ttm_tt.c
225
int ttm_sg_tt_init(struct ttm_tt *ttm, struct ttm_buffer_object *bo,
sys/dev/pci/drm/ttm/ttm_tt.c
268
int ttm_tt_swapin(struct ttm_tt *ttm)
sys/dev/pci/drm/ttm/ttm_tt.c
323
long ttm_tt_backup(struct ttm_device *bdev, struct ttm_tt *tt,
sys/dev/pci/drm/ttm/ttm_tt.c
340
int ttm_tt_restore(struct ttm_device *bdev, struct ttm_tt *tt,
sys/dev/pci/drm/ttm/ttm_tt.c
364
int ttm_tt_swapout(struct ttm_device *bdev, struct ttm_tt *ttm,
sys/dev/pci/drm/ttm/ttm_tt.c
424
struct ttm_tt *ttm, struct ttm_operation_ctx *ctx)
sys/dev/pci/drm/ttm/ttm_tt.c
485
void ttm_tt_unpopulate(struct ttm_device *bdev, struct ttm_tt *ttm)
sys/dev/pci/drm/ttm/ttm_tt.c
581
struct ttm_tt *tt)
sys/dev/pci/drm/ttm/ttm_tt.c
610
int ttm_tt_setup_backup(struct ttm_tt *tt)