Searched refs:ret_from_exception (Results 1 - 25 of 29) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dentry.S40 .globl ret_from_exception
53 jra ret_from_exception
62 jra ret_from_exception
74 jra ret_from_exception
82 pea ret_from_exception
89 jra ret_from_exception
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/68360/
H A Dentry.S30 .globl ret_from_exception
39 jra ret_from_exception
64 jra ret_from_exception
84 ret_from_exception: label
150 jeq ret_from_exception
152 pea ret_from_exception
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A Dtlbex-fault.S22 PTR_LA ra, ret_from_exception
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/68328/
H A Dentry.S28 .globl ret_from_exception
43 jra ret_from_exception
68 jra ret_from_exception
93 ret_from_exception: label
242 jeq ret_from_exception
244 pea ret_from_exception
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/platform/h8s/
H A Dentry.S113 .globl SYMBOL_NAME(ret_from_exception)
174 jmp @SYMBOL_NAME(ret_from_exception)
187 bcc SYMBOL_NAME(ret_from_exception):16
193 beq SYMBOL_NAME(ret_from_exception):16
207 bra SYMBOL_NAME(ret_from_exception):8
216 bra SYMBOL_NAME(ret_from_exception):8
221 bra SYMBOL_NAME(ret_from_exception):8
229 SYMBOL_NAME_LABEL(ret_from_exception)
324 jmp @SYMBOL_NAME(ret_from_exception)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/5307/
H A Dentry.S51 .globl ret_from_exception
84 jra ret_from_exception
102 ret_from_exception: label
229 jeq ret_from_exception
231 pea ret_from_exception
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/nwfpe/
H A Dentry26.S35 successful in its emulation, jumps to ret_from_exception and the
84 bne ret_from_exception @ return ok if not a fp insn
104 .Lret: b ret_from_exception @ let the user eat segfaults
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/nwfpe/
H A Dentry.S35 successful in its emulation, jumps to ret_from_exception and the
86 bne ret_from_exception @ return ok if not a fp insn
106 .Lret: b ret_from_exception @ let the user eat segfaults
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/platform/h8300h/
H A Dentry.S109 .globl SYMBOL_NAME(ret_from_exception)
189 bcc SYMBOL_NAME(ret_from_exception):16
195 beq SYMBOL_NAME(ret_from_exception):16
209 bra SYMBOL_NAME(ret_from_exception):8
218 bra SYMBOL_NAME(ret_from_exception):8
223 bra SYMBOL_NAME(ret_from_exception):8
231 SYMBOL_NAME_LABEL(ret_from_exception)
325 jmp @SYMBOL_NAME(ret_from_exception)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Darmksyms.c61 extern void ret_from_exception(void);
84 EXPORT_SYMBOL(ret_from_exception); variable
H A Dentry.S493 * If the insn WAS handled, the emulator jumps to ret_from_exception by itself/
501 b ret_from_exception @ Normal FP exit
516 beq ret_from_exception
522 beq ret_from_exception
530 b ret_from_exception
557 bne ret_from_exception
596 b ret_from_exception
704 b ret_from_exception
867 ENTRY(ret_from_exception)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/math-emu/
H A Dfp_entry.S74 jeq ret_from_exception
78 jra ret_from_exception
92 jra ret_from_exception
103 jra ret_from_exception
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dskeleton.S77 bral ret_from_exception
168 bral ret_from_exception
194 bral ret_from_exception
220 bral ret_from_exception
242 bral ret_from_exception
264 bral ret_from_exception
292 bral ret_from_exception
313 bral ret_from_exception
335 bral ret_from_exception
384 jra ret_from_exception
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dunwind.c208 extern const char ret_from_exception;
249 if (pc == ((unsigned long) &ret_from_exception & ~1)) {
H A Dentry.S256 movi ret_from_exception, r3
376 movi ret_from_exception, r3
547 movi ret_from_exception, r3
607 movi ret_from_exception, r3
855 * (ret_from_exception) and common reentrance doors (restore_all
884 .global ret_from_exception
885 ret_from_exception: label
1178 * (LINK) return address: ret_from_exception
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dentry.S26 #define __ret_from_irq ret_from_exception
32 FEXPORT(ret_from_exception)
H A Dprocess.c372 extern void ret_from_exception(void);
383 pc == (unsigned long)ret_from_exception) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/kernel/
H A Dentry-avr32b.S281 rjmp ret_from_exception
331 rjmp ret_from_exception
373 rjmp ret_from_exception
382 rjmp ret_from_exception
392 rjmp ret_from_exception
430 rjmp ret_from_exception
432 ret_from_exception: label
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dentry-common.S78 ret_from_exception: label
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dentry.S141 ret_from_exception: label
639 bra ret_from_exception
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dentry.S242 ret_from_exception: label
262 END(ret_from_exception)
688 jmp ret_from_exception
722 jmp ret_from_exception
729 jmp ret_from_exception
773 jmp ret_from_exception
891 jmp ret_from_exception
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dentry-armv.S395 adr lr, ret_from_exception
444 adr r9, ret_from_exception
551 adr lr, ret_from_exception
566 ENTRY(ret_from_exception)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh3/
H A Dentry.S347 2: .long ret_from_exception
385 4: .long ret_from_exception
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dentry.S149 ENTRY(ret_from_exception)
225 pea ret_from_exception
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dabort-lv4t.S59 b ret_from_exception

Completed in 175 milliseconds

12