Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/misc/cxl/
Dof.c255 afu->pp_psa = true; in cxl_of_read_afu_properties()
257 afu->pp_psa = false; in cxl_of_read_afu_properties()
Dcontext.c210 if ((ctx->master && !ctx->afu->psa) || (!ctx->afu->pp_psa)) { in cxl_context_iomap()
Dguest.c594 if (ctx->master || !ctx->afu->pp_psa) { in attach_afu_directed()
601 if (ctx->afu->pp_psa && mmio_size && in attach_afu_directed()
Dpci.c861 if ((afu->pp_psa = AFUD_PPPSA_PP(val))) in cxl_read_afu_descriptor()
898 if (afu->pp_psa && (afu->pp_size < PAGE_SIZE)) in cxl_afu_descriptor_looks_ok()
Dcxl.h520 bool pp_psa; member