Home
last modified time | relevance | path

Searched defs:cxl_context (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/drivers/misc/cxl/
Dcxl.h542 struct cxl_context { struct
543 struct cxl_afu *afu;
546 phys_addr_t psn_phys;
547 u64 psn_size;
550 struct address_space *mapping;
551 struct mutex mapping_lock;
552 struct page *ff_page;
553 bool mmio_err_ff;
554 bool kernelapi;
556 spinlock_t sste_lock; /* Protects segment table entries */
[all …]
/kernel/linux/linux-5.10/drivers/misc/cxl/
Dcxl.h538 struct cxl_context { struct
539 struct cxl_afu *afu;
542 phys_addr_t psn_phys;
543 u64 psn_size;
546 struct address_space *mapping;
547 struct mutex mapping_lock;
548 struct page *ff_page;
549 bool mmio_err_ff;
550 bool kernelapi;
552 spinlock_t sste_lock; /* Protects segment table entries */
[all …]