Searched refs:ttm_tt_is_backed_up (Results 1 – 4 of 4) sorted by relevance
878 if (WARN_ON(ttm_tt_is_backed_up(tt))) in ttm_pool_alloc()906 if (WARN_ON(!ttm_tt_is_backed_up(tt))) in ttm_pool_restore_and_alloc()974 WARN_ON(!ttm_tt_is_backed_up(tt)); in ttm_pool_drop_backed_up()1046 if (WARN_ON(ttm_tt_is_backed_up(tt))) in ttm_pool_backup()1050 ttm_pool_uses_dma_alloc(pool) || ttm_tt_is_backed_up(tt)) in ttm_pool_backup()
191 if (ttm_tt_is_backed_up(ttm)) in ttm_tt_fini()
165 static inline bool ttm_tt_is_backed_up(const struct ttm_tt *tt) in ttm_tt_is_backed_up() function
565 if (ttm_tt_is_backed_up(tt) && !xe_tt->purgeable) { in xe_ttm_tt_populate()