Searched defs:kfd_process_device (Results 1 – 1 of 1) sorted by relevance
581 struct kfd_process_device { struct591 /* The process that owns this kfd_process_device. */ argument592 struct kfd_process *process;595 struct qcm_process_device qpd;598 uint64_t lds_base;599 uint64_t lds_limit;623 #define qpd_to_pdd(x) container_of(x, struct kfd_process_device, qpd) argument