Symbol: ttm_tt
sys/dev/drm2/ttm/ttm_agp_backend.c
121
int ttm_agp_tt_populate(struct ttm_tt *ttm)
sys/dev/drm2/ttm/ttm_agp_backend.c
129
void ttm_agp_tt_unpopulate(struct ttm_tt *ttm)
sys/dev/drm2/ttm/ttm_agp_backend.c
41
struct ttm_tt ttm;
sys/dev/drm2/ttm/ttm_agp_backend.c
49
static int ttm_agp_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem)
sys/dev/drm2/ttm/ttm_agp_backend.c
74
static int ttm_agp_unbind(struct ttm_tt *ttm)
sys/dev/drm2/ttm/ttm_agp_backend.c
82
static void ttm_agp_destroy(struct ttm_tt *ttm)
sys/dev/drm2/ttm/ttm_agp_backend.c
97
struct ttm_tt *ttm_agp_tt_create(struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_bo.c
1318
size += ttm_round_pot(sizeof(struct ttm_tt));
sys/dev/drm2/ttm/ttm_bo_api.h
131
struct ttm_tt;
sys/dev/drm2/ttm/ttm_bo_api.h
213
struct ttm_tt *ttm;
sys/dev/drm2/ttm/ttm_bo_driver.h
1009
extern struct ttm_tt *ttm_agp_tt_create(struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_bo_driver.h
1013
int ttm_agp_tt_populate(struct ttm_tt *ttm);
sys/dev/drm2/ttm/ttm_bo_driver.h
1014
void ttm_agp_tt_unpopulate(struct ttm_tt *ttm);
sys/dev/drm2/ttm/ttm_bo_driver.h
141
struct ttm_tt ttm;
sys/dev/drm2/ttm/ttm_bo_driver.h
330
struct ttm_tt *(*ttm_tt_create)(struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_bo_driver.h
344
int (*ttm_tt_populate)(struct ttm_tt *ttm);
sys/dev/drm2/ttm/ttm_bo_driver.h
353
void (*ttm_tt_unpopulate)(struct ttm_tt *ttm);
sys/dev/drm2/ttm/ttm_bo_driver.h
54
int (*bind) (struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem);
sys/dev/drm2/ttm/ttm_bo_driver.h
599
extern int ttm_tt_init(struct ttm_tt *ttm, struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_bo_driver.h
613
extern void ttm_tt_fini(struct ttm_tt *ttm);
sys/dev/drm2/ttm/ttm_bo_driver.h
624
extern int ttm_tt_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem);
sys/dev/drm2/ttm/ttm_bo_driver.h
633
extern void ttm_tt_destroy(struct ttm_tt *ttm);
sys/dev/drm2/ttm/ttm_bo_driver.h
64
int (*unbind) (struct ttm_tt *ttm);
sys/dev/drm2/ttm/ttm_bo_driver.h
642
extern void ttm_tt_unbind(struct ttm_tt *ttm);
sys/dev/drm2/ttm/ttm_bo_driver.h
651
extern int ttm_tt_swapin(struct ttm_tt *ttm);
sys/dev/drm2/ttm/ttm_bo_driver.h
678
extern int ttm_tt_set_placement_caching(struct ttm_tt *ttm, uint32_t placement);
sys/dev/drm2/ttm/ttm_bo_driver.h
679
extern int ttm_tt_swapout(struct ttm_tt *ttm,
sys/dev/drm2/ttm/ttm_bo_driver.h
74
void (*destroy) (struct ttm_tt *ttm);
sys/dev/drm2/ttm/ttm_bo_util.c
245
static int ttm_copy_io_ttm_page(struct ttm_tt *ttm, void *src,
sys/dev/drm2/ttm/ttm_bo_util.c
269
static int ttm_copy_ttm_io_page(struct ttm_tt *ttm, void *dst,
sys/dev/drm2/ttm/ttm_bo_util.c
297
struct ttm_tt *ttm = bo->ttm;
sys/dev/drm2/ttm/ttm_bo_util.c
46
struct ttm_tt *ttm = bo->ttm;
sys/dev/drm2/ttm/ttm_bo_util.c
483
struct ttm_tt *ttm = bo->ttm;
sys/dev/drm2/ttm/ttm_bo_vm.c
108
struct ttm_tt *ttm = NULL;
sys/dev/drm2/ttm/ttm_page_alloc.c
846
int ttm_pool_populate(struct ttm_tt *ttm)
sys/dev/drm2/ttm/ttm_page_alloc.c
884
void ttm_pool_unpopulate(struct ttm_tt *ttm)
sys/dev/drm2/ttm/ttm_page_alloc.h
48
extern int ttm_pool_populate(struct ttm_tt *ttm);
sys/dev/drm2/ttm/ttm_page_alloc.h
57
extern void ttm_pool_unpopulate(struct ttm_tt *ttm);
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
841
struct ttm_tt *ttm = &ttm_dma->ttm;
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
866
struct ttm_tt *ttm = &ttm_dma->ttm;
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
938
struct ttm_tt *ttm = &ttm_dma->ttm;
sys/dev/drm2/ttm/ttm_tt.c
100
static int ttm_tt_set_caching(struct ttm_tt *ttm,
sys/dev/drm2/ttm/ttm_tt.c
146
int ttm_tt_set_placement_caching(struct ttm_tt *ttm, uint32_t placement)
sys/dev/drm2/ttm/ttm_tt.c
160
void ttm_tt_destroy(struct ttm_tt *ttm)
sys/dev/drm2/ttm/ttm_tt.c
181
int ttm_tt_init(struct ttm_tt *ttm, struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_tt.c
203
void ttm_tt_fini(struct ttm_tt *ttm)
sys/dev/drm2/ttm/ttm_tt.c
213
struct ttm_tt *ttm = &ttm_dma->ttm;
sys/dev/drm2/ttm/ttm_tt.c
236
struct ttm_tt *ttm = &ttm_dma->ttm;
sys/dev/drm2/ttm/ttm_tt.c
244
void ttm_tt_unbind(struct ttm_tt *ttm)
sys/dev/drm2/ttm/ttm_tt.c
255
int ttm_tt_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem)
sys/dev/drm2/ttm/ttm_tt.c
278
int ttm_tt_swapin(struct ttm_tt *ttm)
sys/dev/drm2/ttm/ttm_tt.c
316
int ttm_tt_swapout(struct ttm_tt *ttm, vm_object_t persistent_swap_storage)
sys/dev/drm2/ttm/ttm_tt.c
50
static void ttm_tt_alloc_page_directory(struct ttm_tt *ttm)