Searched refs:ret_from_exception (Results 1 – 25 of 29) sorted by relevance
12
/arch/m68k/68000/ |
D | entry.S | 27 .globl ret_from_exception symbol 41 jra ret_from_exception 66 jra ret_from_exception 91 ret_from_exception: label 139 bra ret_from_exception 150 bra ret_from_exception 161 bra ret_from_exception 172 bra ret_from_exception 183 bra ret_from_exception 194 bra ret_from_exception [all …]
|
/arch/m68k/68360/ |
D | entry.S | 29 .globl ret_from_exception symbol 37 jra ret_from_exception 62 jra ret_from_exception 87 ret_from_exception: label 136 jra ret_from_exception
|
/arch/m68k/kernel/ |
D | entry.S | 90 jra ret_from_exception 98 jra ret_from_exception 107 jra ret_from_exception 116 jra ret_from_exception 129 jra ret_from_exception 137 pea ret_from_exception 227 ENTRY(ret_from_exception) 287 jra ret_from_exception 303 jra ret_from_exception 314 jra ret_from_exception
|
/arch/score/kernel/ |
D | entry.S | 132 j ret_from_exception 141 j ret_from_exception 150 j ret_from_exception 159 j ret_from_exception 168 j ret_from_exception 177 j ret_from_exception 190 j ret_from_exception 199 j ret_from_exception 208 j ret_from_exception 217 j ret_from_exception [all …]
|
/arch/m68k/coldfire/ |
D | entry.S | 53 .globl ret_from_exception symbol 86 jra ret_from_exception 106 ret_from_exception: label 178 bra ret_from_exception
|
/arch/mips/mm/ |
D | tlbex-fault.S | 21 PTR_LA ra, ret_from_exception
|
D | cex-oct.S | 66 j ret_from_exception
|
/arch/mn10300/kernel/ |
D | fpu-nofpu-low.S | 37 jmp ret_from_exception
|
D | entry.S | 165 .globl ret_from_exception, ret_from_intr symbol 167 ret_from_exception: label 394 jmp ret_from_exception
|
D | fpu-low.S | 256 jmp ret_from_exception
|
/arch/m68k/math-emu/ |
D | fp_entry.S | 74 jeq ret_from_exception 78 jra ret_from_exception 92 jra ret_from_exception 103 jra ret_from_exception
|
/arch/m68k/fpsp040/ |
D | skeleton.S | 77 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
|
/arch/arc/kernel/ |
D | entry.S | 226 b ret_from_exception 267 b ret_from_exception 286 b ret_from_exception 303 b ret_from_exception 329 b ret_from_exception 469 b ret_from_exception ; NOT ret_from_system_call at is saves r0 which 737 END(ret_from_exception) 755 b ret_from_exception
|
/arch/mips/kernel/ |
D | entry.S | 25 #define __ret_from_irq ret_from_exception 31 FEXPORT(ret_from_exception)
|
D | process.c | 448 extern void ret_from_exception(void); in unwind_stack_by_address() 458 pc == (unsigned long)ret_from_exception) { in unwind_stack_by_address()
|
/arch/sh/kernel/cpu/sh5/ |
D | unwind.c | 213 extern const char ret_from_exception; 256 if (pc == ((unsigned long)&ret_from_exception & ~1)) { in sh64_unwind_inner()
|
D | entry.S | 272 movi ret_from_exception, r3 393 movi ret_from_exception, r3 567 movi ret_from_exception, r3 627 movi ret_from_exception, r3 878 .global ret_from_exception symbol 879 ret_from_exception: label
|
/arch/avr32/kernel/ |
D | entry-avr32b.S | 157 rjmp ret_from_exception 425 rjmp ret_from_exception 467 rjmp ret_from_exception 476 rjmp ret_from_exception 486 rjmp ret_from_exception 524 rjmp ret_from_exception 526 ret_from_exception: label
|
/arch/m32r/kernel/ |
D | entry.S | 152 ret_from_exception: label
|
/arch/score/mm/ |
D | tlb-miss.S | 67 j ret_from_exception
|
/arch/sh/kernel/cpu/sh3/ |
D | entry.S | 165 4: .long ret_from_exception 513 7: .long ret_from_exception
|
/arch/sh/kernel/ |
D | entry-common.S | 69 ret_from_exception: label
|
/arch/x86/kernel/ |
D | entry_32.S | 327 ret_from_exception: label 1020 jmp ret_from_exception 1273 jmp ret_from_exception 1316 jmp ret_from_exception 1412 jmp ret_from_exception
|
/arch/unicore32/kernel/ |
D | entry.S | 383 adr r19, ret_from_exception 445 adr lr, ret_from_exception 485 ENTRY(ret_from_exception) 490 ENDPROC(ret_from_exception)
|
/arch/c6x/kernel/ |
D | entry.S | 191 ;; Jump to schedule() then return to ret_from_exception 201 ADDKPC .S2 ret_from_exception,B3,4
|
12