Lines Matching refs:CXL
22 * CXL Specification 3.0 Table 9-22
93 /* Does this CXIMS entry apply to the given CXL Window? */
233 res->name = kasprintf(GFP_KERNEL, "CXL Window %d", ctx->id++);
434 * VH mode it will be bound to the CXL host bridge's port
482 dev_info(bridge, "host supports CXL (restricted)\n");
492 "CXL CHBS version mismatch, skip port registration\n");
509 dev_info(bridge, "host supports CXL\n");
581 * add_cxl_resources() - reflect CXL fixed memory windows in iomem_resource
582 * @cxl_res: A standalone resource tree where each CXL window is a sibling
584 * Walk each CXL window in @cxl_res and add it to iomem_resource potentially
590 * |-- "CXL Window 0" --||----- "CXL Window 1" -----|
594 * windows, but has left some portion of window 1 for dynamic CXL region
596 * RAM" span, and "CXL Window 1" is truncated to the remaining tail past the end
680 cxl_res->name = "CXL mem";
719 * for their role as CXL uports to their CXL-capable PCIe Root Ports.
769 /* load before dax_hmem sees 'Soft Reserved' CXL ranges */
773 MODULE_IMPORT_NS(CXL);