Home
last modified time | relevance | path

Searched refs:psn_phys (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/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()
272 pr_devel("psn_phys: %#llx (size %#llx)\n", in cxl_of_read_afu_properties()
273 afu->psn_phys, afu->adapter->ps_size); in cxl_of_read_afu_properties()
H A Dapi.c491 pr_devel("%s: psn_phys%llx size:%llx\n", in cxl_psa_map()
492 __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.c791 afu->psn_phys = p2_base(dev) + (adapter->native->ps_off + (afu->slice * adapter->ps_size)); in pci_map_slice_regs()
/kernel/linux/linux-6.6/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()
272 pr_devel("psn_phys: %#llx (size %#llx)\n", in cxl_of_read_afu_properties()
273 afu->psn_phys, afu->adapter->ps_size); in cxl_of_read_afu_properties()
H A Dapi.c492 pr_devel("%s: psn_phys%llx size:%llx\n", in cxl_psa_map()
493 __func__, ctx->psn_phys, ctx->psn_size); in cxl_psa_map()
494 return ioremap(ctx->psn_phys, ctx->psn_size); in cxl_psa_map()
H A Dguest.c595 ctx->psn_phys = ctx->afu->psn_phys; in attach_afu_directed()
598 ctx->psn_phys = mmio_addr; in attach_afu_directed()
H A Dnative.c539 ctx->psn_phys = ctx->afu->psn_phys; in cxl_assign_psn_space()
542 ctx->psn_phys = ctx->afu->psn_phys + in cxl_assign_psn_space()
H A Dcxl.h485 phys_addr_t psn_phys; member
544 phys_addr_t psn_phys; member
H A Dpci.c782 afu->psn_phys = p2_base(dev) + (adapter->native->ps_off + (afu->slice * adapter->ps_size)); in pci_map_slice_regs()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/
H A Docxl_hw.h56 phys_addr_t psn_phys; /* Process mapping */ member
H A Docxl_hw.c143 return ioremap(ctx->psn_phys, ctx->psn_size); in ocxlflash_psa_map()
350 ctx->psn_phys = afu->gmmio_phys; in start_context()
353 ctx->psn_phys = afu->ppmmio_phys + (ctx->pe * ctx->psn_size); in start_context()
1145 mmio_area = ctx->psn_phys; in ocxlflash_mmap_fault()

Completed in 28 milliseconds