Lines Matching refs:gm
80 /* GM resources owned by a vGPU */
188 struct intel_vgpu_gm gm;
236 /* validating GM healthy status*/
315 struct intel_gvt_gm gm;
373 /* Aperture/GM space definitions for GVT device */
381 /* Aperture/GM space definitions for GVT device */
401 /* Aperture/GM space definitions for vGPU */
402 #define vgpu_aperture_offset(vgpu) ((vgpu)->gm.low_gm_node.start)
403 #define vgpu_hidden_offset(vgpu) ((vgpu)->gm.high_gm_node.start)
404 #define vgpu_aperture_sz(vgpu) ((vgpu)->gm.aperture_sz)
405 #define vgpu_hidden_sz(vgpu) ((vgpu)->gm.hidden_sz)
410 #define vgpu_ggtt_gm_sz(vgpu) ((vgpu)->gm.aperture_sz + (vgpu)->gm.hidden_sz)
495 /* validating GM functions */