Home
last modified time | relevance | path

Searched refs:pp_size (Results 1 – 4 of 4) sorted by relevance

/drivers/misc/cxl/
Dsysfs.c93 return scnprintf(buf, PAGE_SIZE, "%llu\n", afu->pp_size); in pp_mmio_len_show()
111 if (afu->pp_size) in mmio_size_show()
112 return scnprintf(buf, PAGE_SIZE, "%llu\n", afu->pp_size); in mmio_size_show()
Dnative.c364 if (!ctx->afu->pp_size || ctx->master) { in assign_psn_space()
369 (ctx->afu->pp_offset + ctx->afu->pp_size * ctx->pe); in assign_psn_space()
370 ctx->psn_size = ctx->afu->pp_size; in assign_psn_space()
Dpci.c567 afu->pp_size = AFUD_PPPSA_LEN(val) * 4096; in cxl_read_afu_descriptor()
578 (afu->pp_offset + afu->pp_size*afu->max_procs_virtualised)) { in cxl_afu_descriptor_looks_ok()
583 if (afu->pp_psa && (afu->pp_size < PAGE_SIZE)) in cxl_afu_descriptor_looks_ok()
Dcxl.h344 u64 pp_size; member