mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-11-14 10:31:59 +00:00
The sanitized page is used to mitigate l1tf for x86, but sanitized_page_hpa is the hpa used to set in the page table entry when delete or modify page happens, it is by default is 0, other arch donot need to init it. move this part to common for other arch to reuse it. Tracked-On: #8831 Signed-off-by: hangliu1 <hang1.liu@intel.com> Reviewed-by: Liu, Yifan1 <yifan1.liu@intel.com> Acked-by: Wang, Yu1 <yu1.wang@intel.com>