Searched defs:cxl_context (Results 1 – 2 of 2) sorted by relevance
125260 struct cxl_context { struct125261 struct cxl_afu *afu;125262 phys_addr_t psn_phys;125286 enum cxl_context_status status; argument125287 struct mutex status_mutex;125288 struct work_struct fault_work;125289 u64 dsisr;125290 u64 dar;125291 struct cxl_process_element *elem;125315 struct cxl_event_afu_driver_reserved * (*fetch_event)(struct cxl_context *); argument