Searched refs:tt_caching (Results 1 – 2 of 2) sorted by relevance
271 enum ttm_caching tt_caching = ttm_uncached; in ttm_pool_alloc_caching_mismatch() local280 pt_tt = &pool->caching[tt_caching].orders[order]; in ttm_pool_alloc_caching_mismatch()282 tt = ttm_tt_kunit_init(test, 0, tt_caching, size); in ttm_pool_alloc_caching_mismatch()
84 enum ttm_caching tt_caching; member227 switch (alloc->tt_caching) { in ttm_pool_apply_caching()572 if (restore->page_caching == alloc->tt_caching || PageHighMem(restore->alloced_page)) in ttm_pool_restore_commit()614 caching_consistent = (page_caching == alloc->tt_caching) || PageHighMem(p); in ttm_pool_page_allocated()687 alloc->tt_caching = tt->caching; in ttm_pool_alloc_state_init()
Completed in 8 milliseconds