Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/cxl/
Dcontext.c115 area = ctx->afu->psn_phys; in cxl_mmap_fault()
119 area = ctx->psn_phys; in cxl_mmap_fault()
184 ctx->psn_phys, ctx->pe , ctx->master); in cxl_context_iomap()
Dapi.c340 __func__, afu->psn_phys, afu->adapter->ps_size); in cxl_psa_map()
341 return ioremap(ctx->psn_phys, ctx->psn_size); in cxl_psa_map()
Dnative.c445 ctx->psn_phys = ctx->afu->psn_phys; in cxl_assign_psn_space()
448 ctx->psn_phys = ctx->afu->psn_phys + in cxl_assign_psn_space()
Dcxl.h355 phys_addr_t psn_phys; member
420 phys_addr_t psn_phys; member
Dpci.c568 afu->psn_phys = p2_base(dev) + (adapter->ps_off + (afu->slice * adapter->ps_size)); in cxl_map_slice_regs()