Home
last modified time | relevance | path

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

/qemu/hw/riscv/
H A Driscv-iommu.h113 uint64_t msiptp; /* MSI redirection page table pointer */ member
H A Driscv-iommu.c226 if (get_field(ctx->msiptp, RISCV_IOMMU_DC_MSIPTP_MODE) != in riscv_iommu_msi_check()
576 addr = PPN_PHYS(get_field(ctx->msiptp, RISCV_IOMMU_DC_MSIPTP_PPN)); in riscv_iommu_msi_write()
734 msi_mode = get_field(ctx->msiptp, RISCV_IOMMU_DC_MSIPTP_MODE); in riscv_iommu_validate_device_ctx()
905 ctx->msiptp = 0; in riscv_iommu_ctx_fetch()
982 ctx->msiptp = le64_to_cpu(dc.msiptp); in riscv_iommu_ctx_fetch()
H A Driscv-iommu-bits.h284 uint64_t msiptp; member