Searched defs:ttm (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_tt.c | 50 static void ttm_tt_alloc_page_directory(struct ttm_tt *ttm) in ttm_tt_alloc_page_directory() 56 static void ttm_dma_tt_alloc_page_directory(struct ttm_dma_tt *ttm) in ttm_dma_tt_alloc_page_directory() 100 static int ttm_tt_set_caching(struct ttm_tt *ttm, in ttm_tt_set_caching() 146 int ttm_tt_set_placement_caching(struct ttm_tt *ttm, uint32_t placement) in ttm_tt_set_placement_caching() 160 void ttm_tt_destroy(struct ttm_tt *ttm) in ttm_tt_destroy() 181 int ttm_tt_init(struct ttm_tt *ttm, struct ttm_bo_device *bdev, in ttm_tt_init() 203 void ttm_tt_fini(struct ttm_tt *ttm) in ttm_tt_fini() 213 struct ttm_tt *ttm = &ttm_dma->ttm; in ttm_dma_tt_init() local 236 struct ttm_tt *ttm = &ttm_dma->ttm; in ttm_dma_tt_fini() local 244 void ttm_tt_unbind(struct ttm_tt *ttm) in ttm_tt_unbind() [all …]
|
H A D | ttm_agp_backend.c | 41 struct ttm_tt ttm; member 49 static int ttm_agp_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem) in ttm_agp_bind() 74 static int ttm_agp_unbind(struct ttm_tt *ttm) in ttm_agp_unbind() 82 static void ttm_agp_destroy(struct ttm_tt *ttm) in ttm_agp_destroy() 121 int ttm_agp_tt_populate(struct ttm_tt *ttm) in ttm_agp_tt_populate() 129 void ttm_agp_tt_unpopulate(struct ttm_tt *ttm) in ttm_agp_tt_unpopulate()
|
H A D | ttm_bo_util.c | 46 struct ttm_tt *ttm = bo->ttm; in ttm_bo_move_ttm() local 245 static int ttm_copy_io_ttm_page(struct ttm_tt *ttm, void *src, in ttm_copy_io_ttm_page() 269 static int ttm_copy_ttm_io_page(struct ttm_tt *ttm, void *dst, in ttm_copy_ttm_io_page() 297 struct ttm_tt *ttm = bo->ttm; in ttm_bo_move_memcpy() local 483 struct ttm_tt *ttm = bo->ttm; in ttm_bo_kmap_ttm() local
|
H A D | ttm_bo_vm.c | 106 struct ttm_tt *ttm = NULL; in ttm_bo_vm_fault() local
|
H A D | ttm_page_alloc_dma.c | 841 struct ttm_tt *ttm = &ttm_dma->ttm; in ttm_dma_pool_get_pages() local 866 struct ttm_tt *ttm = &ttm_dma->ttm; in ttm_dma_populate() local 938 struct ttm_tt *ttm = &ttm_dma->ttm; in ttm_dma_unpopulate() local
|
H A D | ttm_page_alloc.c | 846 int ttm_pool_populate(struct ttm_tt *ttm) in ttm_pool_populate() 884 void ttm_pool_unpopulate(struct ttm_tt *ttm) in ttm_pool_unpopulate()
|
H A D | ttm_bo_api.h | 213 struct ttm_tt *ttm; member
|
H A D | ttm_bo_driver.h | 141 struct ttm_tt ttm; member
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | a_utctm.c | 77 struct tm stm, ttm; in ASN1_UTCTIME_cmp_time_t() local
|
H A D | a_time.c | 551 struct tm stm, ttm; in ASN1_TIME_cmp_time_t() local
|