Searched refs:dpa_size (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/cxl/core/ |
D | hdm.c | 798 u64 size, base, skip, dpa_size, lo, hi; in init_hdm_decoder() local 915 dpa_size = div_u64_rem(size, cxld->interleave_ways, &remainder); in init_hdm_decoder() 925 rc = devm_cxl_dpa_reserve(cxled, *dpa_base + skip, dpa_size, skip); in init_hdm_decoder() 930 *dpa_base + dpa_size + skip - 1, rc); in init_hdm_decoder() 933 *dpa_base += dpa_size + skip; in init_hdm_decoder()
|
D | port.c | 258 static DEVICE_ATTR_RW(dpa_size);
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-bus-cxl | 295 and its 'dpa_size' attribute is non-zero, this attribute 300 What: /sys/bus/cxl/devices/decoderX.Y/dpa_size 310 disabled state. A write to 'dpa_size' releases the previous DPA
|