Lines Matching defs:amdxdna_client
116 struct amdxdna_client { struct
117 struct list_head node;
118 pid_t pid;
119 struct mutex hwctx_lock; /* protect hwctx */
121 struct srcu_struct hwctx_srcu;
122 struct xarray hwctx_xa;
123 u32 next_hwctxid;
124 struct amdxdna_dev *xdna;
125 struct drm_file *filp;
127 struct mutex mm_lock; /* protect memory related */
128 struct amdxdna_gem_obj *dev_heap;
130 struct iommu_sva *sva;
131 int pasid;