[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] xen/arm: Add support for 16 bit VMIDs
Hi,
I will compile for ARM32. However, in this case. It would make more sense to keep the maximum vmid static for ARM32 as it will never change. I quite like what has been done for P2M_ROOT_{LEVEL,ORDER} where the define is a constant on ARM32 and point to a variable on ARM64. I will keep the bitmap statically defined for ARM32. For ARM64 bitmap will be allocated dynamically. + I will modify the code accordingly. } I will explicitly use 16 bit macro + val |= VTCR_VS; Ok. #endif You mean I define them like this ? #define MM64_VMID_8_BITS_SUPPORT 0x0 #define MM64_VMID_16_BITS_SUPPORT 0x2 + _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |