mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-06 09:06:30 +00:00
- this patch is to prevent secure world(trusty) from fetching instructin from normal world memory. - copy valid PDPTEs from normal world EPT to secure world EPT, and remove 'IA32E_EPT_X_BIT' attribute in these entries. Signed-off-by: Yonghua Huang <yonghua.huang@intel.com> Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>