Searched refs:page_caching (Results 1 – 1 of 1) sorted by relevance
113 enum ttm_caching page_caching; member627 dma_addr, restore->page_caching); in ttm_pool_restore_commit()635 if (restore->page_caching == alloc->tt_caching || PageHighMem(restore->alloced_page)) in ttm_pool_restore_commit()647 enum ttm_caching page_caching, in ttm_pool_page_allocated_restore() argument655 restore->page_caching = page_caching; in ttm_pool_page_allocated_restore()669 struct page *p, enum ttm_caching page_caching, in ttm_pool_page_allocated() argument677 caching_consistent = (page_caching == alloc->tt_caching) || PageHighMem(p); in ttm_pool_page_allocated()692 ttm_pool_page_allocated_restore(pool, order, p, page_caching, in ttm_pool_page_allocated()768 enum ttm_caching page_caching; in __ttm_pool_alloc() local790 page_caching = tt->caching; in __ttm_pool_alloc()[all …]