arm-trusted-firmware/bl31/aarch64
Soby Mathew 01fc1c24b9 BL31: Use helper function to save registers in SMC handler
Use the helper function `save_gp_registers` to save the register
state to cpu_context on entry to EL3 in SMC handler. This has the
effect of saving x0 - x3 as well into the cpu_context which was
not done previously but it unifies the register save sequence
in BL31.

Change-Id: I5753c942263a5f9178deda3dba896e3220f3dd83
Signed-off-by: Soby Mathew <soby.mathew@arm.com>
2018-12-05 10:40:08 +00:00
..
bl31_entrypoint.S PIE: Position Independant Executable support for BL31 2018-10-29 09:54:32 +00:00
crash_reporting.S utils_def: Add REGSZ and make BIT() assembly-compatible 2017-12-12 15:00:34 -08:00
ea_delegate.S RAS: Introduce handler for Double Faults 2018-07-19 10:13:18 +01:00
runtime_exceptions.S BL31: Use helper function to save registers in SMC handler 2018-12-05 10:40:08 +00:00