Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/misc/cxl/
H A Dcontext.c139 area = ctx->afu->psn_phys; in cxl_mmap_fault()
143 area = ctx->psn_phys; in cxl_mmap_fault()
221 ctx->psn_phys, ctx->pe , ctx->master); in cxl_context_iomap()
H A Dof.c95 afu->psn_phys += addr; in read_phys_addr()
171 if (afu->psn_phys == 0) in cxl_of_read_afu_properties()
273 afu->psn_phys, afu->adapter->ps_size); in cxl_of_read_afu_properties()
H A Dapi.c492 __func__, ctx->psn_phys, ctx->psn_size); in cxl_psa_map()
493 return ioremap(ctx->psn_phys, ctx->psn_size); in cxl_psa_map()
H A Dguest.c589 ctx->psn_phys = ctx->afu->psn_phys; in attach_afu_directed()
592 ctx->psn_phys = mmio_addr; in attach_afu_directed()
H A Dnative.c543 ctx->psn_phys = ctx->afu->psn_phys; in cxl_assign_psn_space()
546 ctx->psn_phys = ctx->afu->psn_phys + in cxl_assign_psn_space()
H A Dcxl.h483 phys_addr_t psn_phys; member
542 phys_addr_t psn_phys; member
H A Dpci.c790 afu->psn_phys = p2_base(dev) + (adapter->native->ps_off + (afu->slice * adapter->ps_size)); in pci_map_slice_regs()
/OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/
H A Docxl_hw.h56 phys_addr_t psn_phys; /* Process mapping */ member
H A Docxl_hw.c142 return ioremap(ctx->psn_phys, ctx->psn_size); in ocxlflash_psa_map()
348 ctx->psn_phys = afu->gmmio_phys; in start_context()
351 ctx->psn_phys = afu->ppmmio_phys + (ctx->pe * ctx->psn_size); in start_context()
1142 mmio_area = ctx->psn_phys; in ocxlflash_mmap_fault()