Searched refs:psn_phys (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
H A D | context.c | 139 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 D | of.c | 95 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 D | api.c | 491 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 D | guest.c | 589 ctx->psn_phys = ctx->afu->psn_phys; in attach_afu_directed() 592 ctx->psn_phys = mmio_addr; in attach_afu_directed()
|
H A D | native.c | 543 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 D | cxl.h | 483 phys_addr_t psn_phys; member 542 phys_addr_t psn_phys; member
|
H A D | pci.c | 791 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 D | context.c | 139 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 D | of.c | 95 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 D | api.c | 492 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 D | guest.c | 595 ctx->psn_phys = ctx->afu->psn_phys; in attach_afu_directed() 598 ctx->psn_phys = mmio_addr; in attach_afu_directed()
|
H A D | native.c | 539 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 D | cxl.h | 485 phys_addr_t psn_phys; member 544 phys_addr_t psn_phys; member
|
H A D | pci.c | 782 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 D | ocxl_hw.h | 56 phys_addr_t psn_phys; /* Process mapping */ member
|
H A D | ocxl_hw.c | 142 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 D | ocxl_hw.h | 56 phys_addr_t psn_phys; /* Process mapping */ member
|
H A D | ocxl_hw.c | 143 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