Lines Matching defs:cxl_context
416 struct cxl_context { struct
417 struct cxl_afu *afu;
420 phys_addr_t psn_phys;
421 u64 psn_size;
424 struct address_space *mapping;
425 struct mutex mapping_lock;
426 struct page *ff_page;
427 bool mmio_err_ff;
428 bool kernelapi;
453 enum cxl_context_status status; argument
454 struct mutex status_mutex;
458 struct work_struct fault_work;
459 u64 dsisr;
460 u64 dar;
462 struct cxl_process_element *elem;
464 int pe; /* process element handle */
465 u32 irq_count;
466 bool pe_inserted;
467 bool master;
468 bool kernel;
469 bool pending_irq;
470 bool pending_fault;
471 bool pending_afu_err;
473 struct rcu_head rcu;