Lines Matching defs:kgd_mem
63 struct kgd_mem { struct
64 struct mutex lock;
65 struct amdgpu_bo *bo;
66 struct dma_buf *dmabuf;
67 struct list_head attachments;
69 struct ttm_validate_buffer validate_list;
70 struct ttm_validate_buffer resv_list;
71 uint32_t domain;
72 unsigned int mapped_to_gpu_memory;
73 uint64_t va;
75 uint32_t alloc_flags;
77 atomic_t invalid;
78 struct amdkfd_process_info *process_info;
80 struct amdgpu_sync sync;
82 bool aql_queue;
83 bool is_imported;