Searched defs:intel_vgpu_mm (Results 1 – 1 of 1) sorted by relevance
136 struct intel_vgpu_mm { struct137 enum intel_gvt_mm_type type;138 struct intel_vgpu *vgpu;140 struct kref ref;141 atomic_t pincount;166 struct intel_vgpu_mm *intel_vgpu_create_ppgtt_mm(struct intel_vgpu *vgpu, argument