mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-07-16 12:24:25 +00:00
1.Add macro MAX_CACHE_CLOS_NUM_ENTRIES for CAT, and MAX_MBA_CLOS_NUM_ENTRIES for MBA. MAX_MBA_CLOS_NUM_ENTRIES: Max number of Cache Mask entries corresponding to each CLOS. This can vary if CDP is enabled vs disabled, as each CLOS entry will have corresponding cache mask values for Data and Code when CDP is enabled. MAX_CACHE_CLOS_NUM_ENTRIES: Max number of MBA delay entries corresponding to each CLOS. 2.Move VMx_VCPU_CLOS macro to misc_cfg.h head file. Tracked-On: #5229 Signed-off-by: Wei Liu <weix.w.liu@intel.com> Signed-off-by: dongshen <dongsheng.x.zhang@intel.com>