We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/riscv-non-isa/riscv-iommu/blob/main/iommu_ref_model/libiommu/include/iommu_data_structures.h#L240
typedef union { struct { uint64_t PPN:44; uint64_t reserved:15; uint64_t MODE:4; }; uint64_t raw; } msiptp_t;
the total width should be 64.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this @baimengwei . It is fixed in PR #276
Sorry, something went wrong.
Thanks.
No branches or pull requests
https://github.com/riscv-non-isa/riscv-iommu/blob/main/iommu_ref_model/libiommu/include/iommu_data_structures.h#L240
the total width should be 64.
The text was updated successfully, but these errors were encountered: