Home
last modified time | relevance | path

Searched refs:msiptp (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/riscv/
H A Driscv-iommu.c64 uint64_t msiptp; /* MSI redirection page table pointer */ member
231 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()
H A Driscv-iommu-bits.h225 uint64_t msiptp; member