commit | 66a056e159c57506b10eb7d25d6c750626628d67 | [log] [tgz] |
---|---|---|
author | Manish Pandey <manish.pandey2@arm.com> | Wed Jan 11 21:41:07 2023 +0000 |
committer | Manish Pandey <manish.pandey2@arm.com> | Mon Feb 13 10:45:46 2023 +0000 |
tree | 26194f272300fb57e1bc8d0ab0a55c0a8d9ad105 | |
parent | e87d85613348cc2f71e504ddf3ff56bbe751fd70 [diff] |
refactor(el3_runtime): introduce save_x30 macro Most of the macros/routine in vector entry need a free scratch register. Introduce a macro "save_x30" and call it right at the begining of vector entries where x30 is used. It is more exlicit and less error prone Signed-off-by: Manish Pandey <manish.pandey2@arm.com> Change-Id: I617f3d41a120739e5e3fe1c421c79ceb70c1188e