commit | 4fc00d29000e66862cdae6d1ba63f66c4f50ab02 | [log] [tgz] |
---|---|---|
author | Elizabeth Ho <elizabeth.ho@arm.com> | Tue Jul 18 14:10:25 2023 +0100 |
committer | Manish Pandey <manish.pandey2@arm.com> | Tue Oct 31 11:18:42 2023 +0000 |
tree | 0e8a1f6a9dc0c68fff6e5241c5f18dc9c2e7ac84 | |
parent | 57d7b43da280cda71b2f94e03d1ab7cb7346b317 [diff] |
refactor(cm): move EL3 registers to global context Currently, EL3 context registers are duplicated per-world per-cpu. Some registers have the same value across all CPUs, so this patch moves these registers out into a per-world context to reduce memory usage. Change-Id: I91294e3d5f4af21a58c23599af2bdbd2a747c54a Signed-off-by: Elizabeth Ho <elizabeth.ho@arm.com> Signed-off-by: Jayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com>