Skip to content

Commit

Permalink
Merge pull request #276 from ved-rivos/issue_275
Browse files Browse the repository at this point in the history
Issue 275
  • Loading branch information
ved-rivos authored Dec 27, 2023
2 parents 1ab2219 + ab1d006 commit 35aa849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion iommu_ref_model/libiommu/include/iommu_data_structures.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ typedef union {
typedef union {
struct {
uint64_t PPN:44;
uint64_t reserved:15;
uint64_t reserved:16;
uint64_t MODE:4;
};
uint64_t raw;
Expand Down
1 change: 1 addition & 0 deletions iommu_ref_model/libiommu/include/iommu_translate.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ typedef union {
struct {
uint64_t V:1;
uint64_t M:2;
uint64_t reserved0:7;
uint64_t PPN:44;
uint64_t reserved:9;
uint64_t C:1;
Expand Down

0 comments on commit 35aa849

Please sign in to comment.