Lines Matching refs:space
39 * A primary function introduced here is so-called "address space ballooning"
47 * To reduce the complexity, Intel GVT-g introduces "address space ballooning",
143 struct drm_mm_node space[4];
156 "deballoon space: range [0x%llx - 0x%llx] %llu KiB.\n",
183 vgt_deballoon_space(ggtt, &bl_info.space[i]);
198 "balloon space: range [ 0x%lx - 0x%lx ] %lu KiB.\n",
214 * graphic address space allocated to other vGPUs, by marking these spaces as
223 * of its graphic space being zero. Yet there are some portions ballooned out(
225 * host point of view, the graphic address space is partitioned by multiple
295 ret = vgt_balloon_space(ggtt, &bl_info.space[2],
303 ret = vgt_balloon_space(ggtt, &bl_info.space[3],
311 ret = vgt_balloon_space(ggtt, &bl_info.space[0],
319 ret = vgt_balloon_space(ggtt, &bl_info.space[1],
330 vgt_deballoon_space(ggtt, &bl_info.space[0]);
332 vgt_deballoon_space(ggtt, &bl_info.space[3]);
334 vgt_deballoon_space(ggtt, &bl_info.space[2]);