Searched refs:pp_size (Results 1 – 5 of 5) sorted by relevance
17 __be16 pp_size; /* log2(pp_size) */ member28 __be16 pp_size; member195 int pp_size_log2 = be16_to_cpu(p->pp_size); in aix_partition()
151 return scnprintf(buf, PAGE_SIZE, "%llu\n", afu->pp_size); in pp_mmio_len_show()169 if (afu->pp_size) in mmio_size_show()170 return scnprintf(buf, PAGE_SIZE, "%llu\n", afu->pp_size); in mmio_size_show()
384 if (!ctx->afu->pp_size || ctx->master) { in assign_psn_space()389 (ctx->afu->pp_offset + ctx->afu->pp_size * ctx->pe); in assign_psn_space()390 ctx->psn_size = ctx->afu->pp_size; in assign_psn_space()
587 afu->pp_size = AFUD_PPPSA_LEN(val) * 4096; in cxl_read_afu_descriptor()604 (afu->pp_offset + afu->pp_size*afu->max_procs_virtualised)) { in cxl_afu_descriptor_looks_ok()609 if (afu->pp_psa && (afu->pp_size < PAGE_SIZE)) in cxl_afu_descriptor_looks_ok()
353 u64 pp_size; member