Lines Matching defs:msi_addr
185 iommufd_sw_msi_get_map(struct iommufd_ctx *ictx, phys_addr_t msi_addr,
197 if (cur->msi_addr == msi_addr)
210 cur->msi_addr = msi_addr;
230 msi_map->msi_addr, PAGE_SIZE,
243 * IOMMU. msi_addr is the physical address of the MSI page. iommufd will
248 phys_addr_t msi_addr)
280 * The input msi_addr is the exact byte offset of the MSI doorbell, we
285 msi_addr & PAGE_MASK,