mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-12-08 05:04:04 +00:00
Except for few translation structures in x86 IOMMU, all translation structures are 128-bit. All the translation structures used by ACRN are 128 bit. So removed multiple definitions and defined a struct that accomodates 128 bit entries. Tracked-On: #2668 Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com> Reviewed-by: Eddie Dong <eddie.dong@intel.com>