Home
last modified time | relevance | path

Searched refs:crs_len (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/misc/cxl/
H A Dnative.c1473 if (unlikely(off >= afu->crs_len)) in native_afu_cr_read64()
1476 (cr * afu->crs_len) + off); in native_afu_cr_read64()
1484 if (unlikely(off >= afu->crs_len)) in native_afu_cr_read32()
1487 (cr * afu->crs_len) + off); in native_afu_cr_read32()
1519 if (unlikely(off >= afu->crs_len)) in native_afu_cr_write32()
1522 (cr * afu->crs_len) + off, in); in native_afu_cr_write32()
H A Dof.c120 of_property_read_u64(np, "ibm,config-record-size", &afu->crs_len); in cxl_of_read_afu_properties()
H A Dguest.c424 if (afu->crs_len < sz) in _guest_afu_cr_readXX()
427 if (unlikely(offset >= afu->crs_len)) in _guest_afu_cr_readXX()
H A Dsysfs.c622 cr->config_attr.size = afu->crs_len; in cxl_sysfs_afu_new_cr()
H A Dcxl.h515 u64 crs_len; member