riscv-non-isa / riscv-iommu

RISC-V IOMMU Specification
https://jira.riscv.org/browse/RVG-55
Creative Commons Attribution 4.0 International
88 stars 17 forks source link

process_context_t double-word ordering #250

Closed sometimesawake closed 1 year ago

sometimesawake commented 1 year ago

typedef struct { pc_fsc_t fsc; pc_ta_t ta; } process_context_t;

Hi Ved, could you check if this ordering is correct. The double-word ordering seems to be different than the device_context.

ved-rivos commented 1 year ago

Don - thanks. Yes, the order should be reversed - fixed in PR #251