Home
last modified time | relevance | path

Searched refs:jmp_buf_data (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/
H A Dsetjmp.h13 struct jmp_buf_data { struct
26 struct jmp_buf_data { struct
37 int setjmp(struct jmp_buf_data *jmp_buf); argument
38 void longjmp(struct jmp_buf_data *jmp_buf, int val);
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dsetjmp.h10 struct jmp_buf_data { struct
25 typedef struct jmp_buf_data jmp_buf[1]; argument
/openbmc/u-boot/arch/riscv/include/asm/
H A Dsetjmp.h13 struct jmp_buf_data { struct
20 typedef struct jmp_buf_data jmp_buf[1]; argument
/openbmc/u-boot/arch/arm/include/asm/
H A Dsetjmp.h14 struct jmp_buf_data { struct
22 typedef struct jmp_buf_data jmp_buf[1]; argument
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dexception_level.c24 static void entry_non_secure(struct jmp_buf_data *non_secure_jmp) in entry_non_secure()
43 struct jmp_buf_data non_secure_jmp; in switch_to_non_secure_mode()
/openbmc/u-boot/arch/arm/cpu/armv7/
H A Dexception_level.c26 static void entry_non_secure(struct jmp_buf_data *non_secure_jmp) in entry_non_secure()
44 struct jmp_buf_data non_secure_jmp; in switch_to_non_secure_mode()
/openbmc/u-boot/include/
H A Defi_loader.h216 struct jmp_buf_data exit_jmp;