Lines Matching refs:caching

52 					enum ttm_caching caching,  in ttm_tt_kunit_init()  argument
67 err = ttm_tt_init(tt, priv->mock_bo, page_flags, caching, 0); in ttm_tt_kunit_init()
75 enum ttm_caching caching) in ttm_pool_pre_populated() argument
83 tt = ttm_tt_kunit_init(test, 0, caching, size); in ttm_pool_pre_populated()
142 enum ttm_caching caching = ttm_uncached; in ttm_pool_alloc_basic() local
147 tt = ttm_tt_kunit_init(test, 0, caching, size); in ttm_pool_alloc_basic()
204 enum ttm_caching caching = ttm_uncached; in ttm_pool_alloc_basic_dma_addr() local
215 err = ttm_sg_tt_init(tt, bo, 0, caching); in ttm_pool_alloc_basic_dma_addr()
243 enum ttm_caching caching = ttm_uncached; in ttm_pool_alloc_order_caching_match() local
248 pool = ttm_pool_pre_populated(test, size, caching); in ttm_pool_alloc_order_caching_match()
250 pt = &pool->caching[caching].orders[order]; in ttm_pool_alloc_order_caching_match()
253 tt = ttm_tt_kunit_init(test, 0, caching, size); in ttm_pool_alloc_order_caching_match()
279 pt_pool = &pool->caching[pool_caching].orders[order]; in ttm_pool_alloc_caching_mismatch()
280 pt_tt = &pool->caching[tt_caching].orders[order]; in ttm_pool_alloc_caching_mismatch()
305 enum ttm_caching caching = ttm_uncached; in ttm_pool_alloc_order_mismatch() local
311 pool = ttm_pool_pre_populated(test, fst_size, caching); in ttm_pool_alloc_order_mismatch()
313 pt_pool = &pool->caching[caching].orders[order]; in ttm_pool_alloc_order_mismatch()
314 pt_tt = &pool->caching[caching].orders[0]; in ttm_pool_alloc_order_mismatch()
316 tt = ttm_tt_kunit_init(test, 0, caching, snd_size); in ttm_pool_alloc_order_mismatch()
341 enum ttm_caching caching = ttm_uncached; in ttm_pool_free_dma_alloc() local
345 tt = ttm_tt_kunit_init(test, 0, caching, size); in ttm_pool_free_dma_alloc()
354 pt = &pool->caching[caching].orders[order]; in ttm_pool_free_dma_alloc()
372 enum ttm_caching caching = ttm_uncached; in ttm_pool_free_no_dma_alloc() local
376 tt = ttm_tt_kunit_init(test, 0, caching, size); in ttm_pool_free_no_dma_alloc()
385 pt = &pool->caching[caching].orders[order]; in ttm_pool_free_no_dma_alloc()
400 enum ttm_caching caching = ttm_uncached; in ttm_pool_fini_basic() local
404 pool = ttm_pool_pre_populated(test, size, caching); in ttm_pool_fini_basic()
405 pt = &pool->caching[caching].orders[order]; in ttm_pool_fini_basic()