commit | 862f96ce3beacc8dd85b88e80e7dfe9ba93d5c87 | [log] [tgz] |
---|---|---|
author | AlexeiFedorov <Alexei.Fedorov@arm.com> | Fri Mar 01 16:26:48 2024 +0000 |
committer | AlexeiFedorov <Alexei.Fedorov@arm.com> | Thu Mar 07 15:08:24 2024 +0000 |
tree | 1ce563b93ce5ad3d157e5635eb947fa3911dff79 | |
parent | 431d9d0868070ed877783d019755f4f8fc0f2d2a [diff] |
feat(lib/realm): use DZ ZVA instruction for granule zeroing This patch modifies granule_memzero_mapped() function by replacing calls to memset() with DC ZVA instructions executed in a loop. Change-Id: I8dc012d337032ddcd78e22323dcc07089113e5ee Signed-off-by: AlexeiFedorov <Alexei.Fedorov@arm.com>