Description of problem: Each time when a user page encryption status changes, invoking hypercall to map/unmap the page from iommu page table is expensive as to performance, besides, on CSV3 platform, changing the page between private and shared is very expensive. The patch enables batch operation of pages should change their encryption status, optimize the perfromance.
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/6238