mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-02 23:05:23 +00:00
sanitize_pte is used to set page table entry to map to an sanitized page to mitigate l1tf. It should belongs to pgtable module. So move it to pagetable.c Tracked-On: #5830 Signed-off-by: Li Fei1 <fei1.li@intel.com>