Lines Matching defs:caching
53 enum ttm_caching caching,
68 err = ttm_tt_init(tt, priv->mock_bo, page_flags, caching, 0);
76 enum ttm_caching caching)
84 tt = ttm_tt_kunit_init(test, 0, caching, size);
143 enum ttm_caching caching = ttm_uncached;
148 tt = ttm_tt_kunit_init(test, 0, caching, size);
204 enum ttm_caching caching = ttm_uncached;
215 err = ttm_sg_tt_init(tt, bo, 0, caching);
243 enum ttm_caching caching = ttm_uncached;
248 pool = ttm_pool_pre_populated(test, size, caching);
250 pt = &pool->caching[caching].orders[order];
253 tt = ttm_tt_kunit_init(test, 0, caching, size);
279 pt_pool = &pool->caching[pool_caching].orders[order];
280 pt_tt = &pool->caching[tt_caching].orders[order];
305 enum ttm_caching caching = ttm_uncached;
311 pool = ttm_pool_pre_populated(test, fst_size, caching);
313 pt_pool = &pool->caching[caching].orders[order];
314 pt_tt = &pool->caching[caching].orders[0];
316 tt = ttm_tt_kunit_init(test, 0, caching, snd_size);
341 enum ttm_caching caching = ttm_uncached;
345 tt = ttm_tt_kunit_init(test, 0, caching, size);
354 pt = &pool->caching[caching].orders[order];
372 enum ttm_caching caching = ttm_uncached;
376 tt = ttm_tt_kunit_init(test, 0, caching, size);
385 pt = &pool->caching[caching].orders[order];
400 enum ttm_caching caching = ttm_uncached;
404 pool = ttm_pool_pre_populated(test, size, caching);
405 pt = &pool->caching[caching].orders[order];