Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/cxl/
Dcontext.c143 area = ctx->afu->psn_phys; in cxl_mmap_fault()
147 area = ctx->psn_phys; in cxl_mmap_fault()
225 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.c501 __func__, ctx->psn_phys, ctx->psn_size); in cxl_psa_map()
502 return ioremap(ctx->psn_phys, ctx->psn_size); in cxl_psa_map()
Dguest.c593 ctx->psn_phys = ctx->afu->psn_phys; in attach_afu_directed()
596 ctx->psn_phys = mmio_addr; in attach_afu_directed()
Dnative.c547 ctx->psn_phys = ctx->afu->psn_phys; in cxl_assign_psn_space()
550 ctx->psn_phys = ctx->afu->psn_phys + in cxl_assign_psn_space()
Dcxl.h487 phys_addr_t psn_phys; member
546 phys_addr_t psn_phys; member
Dpci.c795 afu->psn_phys = p2_base(dev) + (adapter->native->ps_off + (afu->slice * adapter->ps_size)); in pci_map_slice_regs()