Home
last modified time | relevance | path

Searched defs:ttm (Results 1 – 10 of 10) sorted by path

/freebsd/crypto/openssl/crypto/asn1/
H A Da_time.c551 struct tm stm, ttm; in ASN1_TIME_cmp_time_t() local
H A Da_utctm.c77 struct tm stm, ttm; in ASN1_UTCTIME_cmp_time_t() local
/freebsd/sys/dev/drm2/ttm/
H A Dttm_agp_backend.c41 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 Dttm_bo_api.h213 struct ttm_tt *ttm; member
H A Dttm_bo_driver.h141 struct ttm_tt ttm; member
H A Dttm_bo_util.c46 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 Dttm_bo_vm.c106 struct ttm_tt *ttm = NULL; in ttm_bo_vm_fault() local
H A Dttm_page_alloc.c846 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 Dttm_page_alloc_dma.c841 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 Dttm_tt.c50 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()
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()
255 int ttm_tt_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem) in ttm_tt_bind()
[all …]