GUC_GGTT_TOP
ggtt->vm.total = min_t(u64, ggtt->vm.total, GUC_GGTT_TOP);
GEM_BUG_ON(range_overflows_t(u64, offset, vma->size, GUC_GGTT_TOP));