Lines Matching defs:xe_tt
486 struct xe_ttm_tt *xe_tt;
510 xe_tt = container_of(bo->ttm.ttm, typeof(*xe_tt), ttm);
517 xe_ttm_tt_account_subtract(xe, &xe_tt->ttm);
518 xe_tt->purgeable = true;
519 xe_ttm_tt_account_add(xe, &xe_tt->ttm);
561 struct xe_ttm_tt *xe_tt;
570 /* xe_tt->purgeable is cleared on validate. */
571 xe_tt = container_of(bo->ttm.ttm, typeof(*xe_tt), ttm);
572 purgeable = xe_tt->purgeable;