crs_len           513 drivers/misc/cxl/cxl.h 	u64 crs_len;
crs_len           418 drivers/misc/cxl/guest.c 	if (afu->crs_len < sz)
crs_len           421 drivers/misc/cxl/guest.c 	if (unlikely(offset >= afu->crs_len))
crs_len          1477 drivers/misc/cxl/native.c 	if (unlikely(off >= afu->crs_len))
crs_len          1480 drivers/misc/cxl/native.c 		(cr * afu->crs_len) + off);
crs_len          1488 drivers/misc/cxl/native.c 	if (unlikely(off >= afu->crs_len))
crs_len          1491 drivers/misc/cxl/native.c 		(cr * afu->crs_len) + off);
crs_len          1523 drivers/misc/cxl/native.c 	if (unlikely(off >= afu->crs_len))
crs_len          1526 drivers/misc/cxl/native.c 		(cr * afu->crs_len) + off, in);
crs_len           213 drivers/misc/cxl/of.c 	read_prop64_dword(np, "ibm,config-record-size", &afu->crs_len);
crs_len           865 drivers/misc/cxl/pci.c 	afu->crs_len = AFUD_CR_LEN(val) * 256;
crs_len           621 drivers/misc/cxl/sysfs.c 	cr->config_attr.size = afu->crs_len;