Sethi Varun-B16395 wrote:
> This would in any case change with the new LIODN allocation scheme. I
> intend on introducing the new scheme as a separate patch.
At the very least, you should detect when an LIODN is too large and print
an error message.
--
Timur Tabi
Linux kernel developer at Free
ct: Re: [PATCH 4/4 v6] iommu/fsl: Freescale PAMU driver and IOMMU
> API implementation.
>
> Varun Sethi wrote:
>
> > + out_be32(&pamu_regs->ppbah, ((u64)ppaact_phys) >> 32);
> > + out_be32(&pamu_regs->ppbal, ppaact_phys);
> > + ppaact_phy
Varun Sethi wrote:
> + out_be32(&pamu_regs->ppbah, ((u64)ppaact_phys) >> 32);
> + out_be32(&pamu_regs->ppbal, ppaact_phys);
> + ppaact_phys = ppaact_phys + PAACT_SIZE;
> + out_be32(&pamu_regs->pplah, ((u64)ppaact_phys) >> 32);
> + out_be32(&pamu_regs->pplal, ppaact_phys);
Inst
Varun Sethi wrote:
> Following is a brief description of the PAMU hardware:
> PAMU determines what action to take and whether to authorize the action on
> the basis of the memory address, a Logical IO Device Number (LIODN), and
> PAACT table (logically) indexed by LIODN and address. Hardware device
4 matches
Mail list logo