Searched defs:intel_vgpu_mm (Results 1 – 1 of 1) sorted by relevance
144 struct intel_vgpu_mm { struct145 enum intel_gvt_mm_type type;146 struct intel_vgpu *vgpu;148 struct kref ref;149 atomic_t pincount;173 struct intel_vgpu_mm *intel_vgpu_create_ppgtt_mm(struct intel_vgpu *vgpu, argument