Searched refs:msiptp (Results 1 – 2 of 2) sorted by relevance
64 uint64_t msiptp; /* MSI redirection page table pointer */ member231 if (get_field(ctx->msiptp, RISCV_IOMMU_DC_MSIPTP_MODE) != in riscv_iommu_msi_check()557 addr = PPN_PHYS(get_field(ctx->msiptp, RISCV_IOMMU_DC_MSIPTP_PPN)); in riscv_iommu_msi_write()715 msi_mode = get_field(ctx->msiptp, RISCV_IOMMU_DC_MSIPTP_MODE); in riscv_iommu_validate_device_ctx()886 ctx->msiptp = 0; in riscv_iommu_ctx_fetch()960 ctx->msiptp = le64_to_cpu(dc.msiptp); in riscv_iommu_ctx_fetch()
225 uint64_t msiptp; member