arm-trusted-firmware/include/lib/aarch64
Jeenu Viswambharan e7b9473e15 BL31: Introduce jump primitives
This patch introduces setjmp() and ongjmp() primitives to enable
standard setjmp/longjmp style execution. Both APIs parameters take a
pointer to struct jmpbuf type, which hosts CPU registers saved/restored
during jump.

As per the standard usage:

  - setjmp() return 0 when a jump is setup; and a non-zero value when
    returning from jump.

  - The caller of setjmp() must not return, or otherwise update stack
    pointer since.

Change-Id: I4af1d32e490cfa547979631b762b4cba188d0551
Signed-off-by: Jeenu Viswambharan <jeenu.viswambharan@arm.com>
2018-06-21 16:15:23 +01:00
..
arch.h ARM Platforms: Update CNTFRQ register in CNTCTLBase frame 2018-06-20 13:09:30 +01:00
arch_helpers.h RAS: Add helpers to access Standard Error Records 2018-05-04 08:33:17 +01:00
setjmp.h BL31: Introduce jump primitives 2018-06-21 16:15:23 +01:00
smcc_helpers.h Rename 'smcc' to 'smccc' 2018-03-21 10:49:27 +00:00
smccc_helpers.h Rename 'smcc' to 'smccc' 2018-03-21 10:49:27 +00:00