Home
last modified time | relevance | path

Searched refs:p2n_size (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/misc/cxl/
H A Dof.c39 afu->guest->p2n_size = size; in read_phys_addr()
161 afu->guest->p2n_phys, afu->guest->p2n_size); in cxl_of_read_afu_properties()
H A Dpci.c772 const u64 p2n_size = 0x1000; in pci_map_slice_regs() local
775 p2n_base = p2_base(dev) + (afu->slice * p2n_size); in pci_map_slice_regs()
781 if (!(afu->p2n_mmio = ioremap(p2n_base, p2n_size))) in pci_map_slice_regs()
H A Dcxl.h470 u64 p2n_size; member
H A Dguest.c813 if (!(afu->p2n_mmio = ioremap(afu->guest->p2n_phys, afu->guest->p2n_size))) { in guest_map_slice_regs()