Searched refs:exit_jmp (Results 1 - 2 of 2) sorted by path

/u-boot/include/
H A Defi_loader.h442 * @exit_jmp: long jump buffer for returning from started image
452 struct jmp_buf_data *exit_jmp; member in struct:efi_loaded_image_obj
/u-boot/lib/efi_loader/
H A Defi_boottime.c3205 struct jmp_buf_data exit_jmp; local
3228 image_obj->exit_jmp = &exit_jmp;
3244 if (setjmp(&exit_jmp)) {
3451 struct jmp_buf_data *exit_jmp; local
3494 exit_jmp = image_obj->exit_jmp;
3519 longjmp(exit_jmp, 1);

Completed in 82 milliseconds