Searched refs:vgpu_aperture_sz (Results 1 – 6 of 6) sorted by relevance
58 size = vgpu_aperture_sz(vgpu); in alloc_gm()94 vgpu_aperture_offset(vgpu), vgpu_aperture_sz(vgpu)); in alloc_vgpu_gm()236 gvt->gm.vgpu_allocated_low_gm_size -= vgpu_aperture_sz(vgpu); in free_resource()262 vgpu_aperture_sz(vgpu) = ALIGN(request, I915_GTT_PAGE_SIZE); in alloc_resource()
393 #define vgpu_aperture_sz(vgpu) ((vgpu)->gm.aperture_sz) macro402 (vgpu_aperture_pa_base(vgpu) + vgpu_aperture_sz(vgpu) - 1)406 (vgpu_aperture_gmadr_base(vgpu) + vgpu_aperture_sz(vgpu) - 1)
55 vgpu_aperture_sz(vgpu); in populate_pvinfo_page()68 vgpu_aperture_gmadr_base(vgpu), vgpu_aperture_sz(vgpu)); in populate_pvinfo_page()
135 unsigned long aperture_sz = vgpu_aperture_sz(vgpu); in map_aperture()
971 off < vgpu_aperture_offset(vgpu) + vgpu_aperture_sz(vgpu); in intel_vgpu_in_aperture()1245 vgpu_aperture_offset(vgpu) + vgpu_aperture_sz(vgpu)) in intel_vgpu_mmap()1433 sparse->areas[0].size = vgpu_aperture_sz(vgpu); in intel_vgpu_ioctl()
1965 mm->ggtt_mm.host_ggtt_aperture = vzalloc((vgpu_aperture_sz(vgpu) >> PAGE_SHIFT) * sizeof(u64)); in intel_vgpu_create_ggtt_mm()2851 num_entries = vgpu_aperture_sz(vgpu) >> PAGE_SHIFT; in intel_vgpu_reset_ggtt()2893 num_low = vgpu_aperture_sz(vgpu) >> PAGE_SHIFT; in intel_gvt_restore_ggtt()