Home
last modified time | relevance | path

Searched hist:"97 d44b1f5c328af97d3c381c77858c8dd32c8e20" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dsetjmp.h97d44b1f5c328af97d3c381c77858c8dd32c8e20 Fri May 20 21:28:22 UTC 2016 Alexander Graf <agraf@suse.de> arm: Introduce setjmp/longjmp

To quit an EFI application we will need logic to jump to the caller
of a function without returning from the function we called into,
so we need setjmp/longjmp functionality.

This patch introduces a trivial implementation of these that I
verified works on armv7, thumb2 and aarch64.

Signed-off-by: Alexander Graf <agraf@suse.de>