Lines Matching defs:kgd_mem
64 struct kgd_mem { struct
65 struct mutex lock;
66 struct amdgpu_bo *bo;
67 struct dma_buf *dmabuf;
68 struct list_head attachments;
70 struct ttm_validate_buffer validate_list;
71 struct ttm_validate_buffer resv_list;
72 uint32_t domain;
73 unsigned int mapped_to_gpu_memory;
74 uint64_t va;
76 uint32_t alloc_flags;
78 atomic_t invalid;
79 struct amdkfd_process_info *process_info;
81 struct amdgpu_sync sync;
83 bool aql_queue;
84 bool is_imported;