aboutsummaryrefslogtreecommitdiff
path: root/bl31/aarch64/context.S
diff options
context:
space:
mode:
Diffstat (limited to 'bl31/aarch64/context.S')
-rw-r--r--bl31/aarch64/context.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/bl31/aarch64/context.S b/bl31/aarch64/context.S
index b127480..70a1e5d 100644
--- a/bl31/aarch64/context.S
+++ b/bl31/aarch64/context.S
@@ -117,6 +117,7 @@ func el1_sysregs_context_save
str x15, [x0, #CTX_FP_FPEXC32_EL2]
ret
+endfunc el1_sysregs_context_save
/* -----------------------------------------------------
* The following function strictly follows the AArch64
@@ -205,6 +206,7 @@ func el1_sysregs_context_restore
/* No explict ISB required here as ERET covers it */
ret
+endfunc el1_sysregs_context_restore
/* -----------------------------------------------------
* The following function follows the aapcs_64 strictly
@@ -249,6 +251,7 @@ func fpregs_context_save
str x10, [x0, #CTX_FP_FPCR]
ret
+endfunc fpregs_context_save
/* -----------------------------------------------------
* The following function follows the aapcs_64 strictly
@@ -298,4 +301,5 @@ func fpregs_context_restore
*/
ret
+endfunc fpregs_context_restore
#endif /* CTX_INCLUDE_FPREGS */