Home
last modified time | relevance | path

Searched refs:psn_phys (Results 1 – 7 of 7) sorted by relevance

/drivers/misc/cxl/
Dcontext.c129 area = ctx->afu->psn_phys; in cxl_mmap_fault()
133 area = ctx->psn_phys; in cxl_mmap_fault()
198 ctx->psn_phys, ctx->pe , ctx->master); in cxl_context_iomap()
Dof.c99 afu->psn_phys += addr; in read_phys_addr()
175 if (afu->psn_phys == 0) in cxl_of_read_afu_properties()
277 afu->psn_phys, afu->adapter->ps_size); in cxl_of_read_afu_properties()
Dapi.c441 __func__, ctx->psn_phys, ctx->psn_size); in cxl_psa_map()
442 return ioremap(ctx->psn_phys, ctx->psn_size); in cxl_psa_map()
Dnative.c479 ctx->psn_phys = ctx->afu->psn_phys; in cxl_assign_psn_space()
482 ctx->psn_phys = ctx->afu->psn_phys + in cxl_assign_psn_space()
Dguest.c591 ctx->psn_phys = ctx->afu->psn_phys; in attach_afu_directed()
594 ctx->psn_phys = mmio_addr; in attach_afu_directed()
Dcxl.h410 phys_addr_t psn_phys; member
469 phys_addr_t psn_phys; member
Dpci.c862 afu->psn_phys = p2_base(dev) + (adapter->native->ps_off + (afu->slice * adapter->ps_size)); in pci_map_slice_regs()