Searched refs:setjmp (Results 1 – 13 of 13) sorted by relevance
23 .globl setjmp symbol24 .type setjmp, @function25 setjmp: label43 .size setjmp, .-setjmp
9 obj-y += setjmp.o
11 .pushsection .text.setjmp, "ax"12 ENTRY(setjmp)22 ENDPROC(setjmp)
11 .pushsection .text.setjmp, "ax"12 ENTRY(setjmp)24 ENDPROC(setjmp)
23 obj-y += setjmp.o
6 obj-y += cpu.o interrupts.o setjmp.o
10 int setjmp(struct jmp_buf_data *jmp_buf) in setjmp() function
21 int setjmp(struct jmp_buf_data *jmp_buf);
25 int setjmp(jmp_buf jmp);
47 #define setjmp ppc_setjmp macro194 if(setjmp(lthreads[current_tid].context) == 0) { \ in thread_yield()277 if (setjmp (lthreads[current_tid].context) == 0) { in thread_start()
71 int ret = setjmp(brom_ctx); in save_boot_params()
187 if (setjmp(&loaded_image_info.exit_jmp)) { in do_bootefi_exec()
817 if (setjmp(&info->exit_jmp)) { in efi_start_image()