Files
acrn-hypervisor/hypervisor/common
hangliu1 1ec40cd62f hv: multiarch: replace memset with sanitize_pte
for x86, when using a new page to set up page table,
sanitize to specific hpa page address is needed, however,
for other arch, sanitized to 0 is fine. To avoid duplicate memory
setting at the time of alloc_page and sanitize pte, replace
memset in alloc_page with sanitized pte operation.

Tracked-On: #8831
Signed-off-by: hangliu1 <hang1.liu@intel.com>
Reviewed-by: Fei Li <fei1.li@intel.com>
Acked-by: Wang, Yu1 <yu1.wang@intel.com>
2025-10-21 14:14:55 +08:00
..
2025-10-14 14:45:12 +08:00
2025-09-29 14:01:00 +08:00
2025-09-25 16:30:26 +08:00
2025-09-25 16:30:26 +08:00
2025-09-29 14:01:00 +08:00
2025-09-29 14:01:00 +08:00
2025-09-30 11:15:01 +08:00
2025-09-25 16:30:26 +08:00
2024-02-20 11:52:02 +08:00