3 * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
4 * Rewritten by Cort Dougan (cort@cs.nmt.edu) for PReP
5 * Copyright (C) 1996 Cort Dougan <cort@cs.nmt.edu>
6 * Adapted for Power Macintosh by Paul Mackerras.
7 * Low-level exception handlers and MMU support
8 * rewritten by Paul Mackerras.
9 * Copyright (C) 1996 Paul Mackerras.
10 * MPC8xx modifications Copyright (C) 1997 Dan Malek (dmalek@jlc.net).
12 * This file contains the system call entry code, context switch
13 * code, and exception/interrupt return code for PowerPC.
15 * This program is free software; you can redistribute it and/or
16 * modify it under the terms of the GNU General Public License
17 * as published by the Free Software Foundation; either version
18 * 2 of the License, or (at your option) any later version.
21 #include <linux/errno.h>
22 #include <asm/unistd.h>
23 #include <asm/processor.h>
26 #include <asm/thread_info.h>
27 #include <asm/ppc_asm.h>
28 #include <asm/asm-offsets.h>
29 #include <asm/cputable.h>
30 #include <asm/firmware.h>
32 #include <asm/ptrace.h>
33 #include <asm/irqflags.h>
34 #include <asm/ftrace.h>
35 #include <asm/hw_irq.h>
42 .tc .sys_call_table[TC],.sys_call_table
44 /* This value is used to mark exception frames on the stack. */
46 .tc ID_EXC_MARKER[TC],STACK_FRAME_REGS_MARKER
53 .globl system_call_common
57 addi r1,r1,-INT_FRAME_SIZE
65 ACCOUNT_CPU_USER_ENTRY(r10, r11)
84 * This clears CR0.SO (bit 28), which is the error indication on
85 * return from this system call.
87 rldimi r2,r11,28,(63-28)
94 addi r9,r1,STACK_FRAME_OVERHEAD
95 ld r11,exception_marker@toc(r2)
96 std r11,-16(r9) /* "regshere" marker */
97 #if defined(CONFIG_VIRT_CPU_ACCOUNTING) && defined(CONFIG_PPC_SPLPAR)
100 /* if from user, see if there are any DTL entries to process */
101 ld r10,PACALPPACAPTR(r13) /* get ptr to VPA */
102 ld r11,PACA_DTL_RIDX(r13) /* get log read index */
103 ld r10,LPPACA_DTLIDX(r10) /* get log write index */
106 bl .accumulate_stolen_time
110 addi r9,r1,STACK_FRAME_OVERHEAD
112 END_FW_FTR_SECTION_IFSET(FW_FEATURE_SPLPAR)
113 #endif /* CONFIG_VIRT_CPU_ACCOUNTING && CONFIG_PPC_SPLPAR */
116 * A syscall should always be called with interrupts enabled
117 * so we just unconditionally hard-enable here. When some kind
118 * of irq tracing is used, we additionally check that condition
121 #if defined(CONFIG_TRACE_IRQFLAGS) && defined(CONFIG_BUG)
122 lbz r10,PACASOFTIRQEN(r13)
125 EMIT_BUG_ENTRY 1b,__FILE__,__LINE__,BUGFLAG_WARNING
128 #ifdef CONFIG_PPC_BOOK3E
134 #endif /* CONFIG_PPC_BOOK3E */
136 /* We do need to set SOFTE in the stack frame or the return
137 * from interrupt will be painful
147 addi r9,r1,STACK_FRAME_OVERHEAD
149 clrrdi r11,r1,THREAD_SHIFT
151 andi. r11,r10,_TIF_SYSCALL_T_OR_A
153 .Lsyscall_dotrace_cont:
154 cmpldi 0,r0,NR_syscalls
157 system_call: /* label this so stack traces look sane */
159 * Need to vector to 32 Bit or default sys_call_table here,
160 * based on caller's run-mode / personality.
162 ld r11,.SYS_CALL_TABLE@toc(2)
163 andi. r10,r10,_TIF_32BIT
165 addi r11,r11,8 /* use 32-bit syscall entries */
174 ldx r10,r11,r0 /* Fetch system call handler [ptr] */
176 bctrl /* Call handler */
181 bl .do_show_syscall_exit
184 clrrdi r12,r1,THREAD_SHIFT
187 #ifdef CONFIG_PPC_BOOK3S
188 /* No MSR:RI on BookE */
193 * Disable interrupts so current_thread_info()->flags can't change,
194 * and so that we don't get interrupted after loading SRR0/1.
196 #ifdef CONFIG_PPC_BOOK3E
201 #endif /* CONFIG_PPC_BOOK3E */
205 andi. r0,r9,(_TIF_SYSCALL_T_OR_A|_TIF_SINGLESTEP|_TIF_USER_WORK_MASK|_TIF_PERSYSCALL_MASK)
206 bne- syscall_exit_work
210 .Lsyscall_error_cont:
213 stdcx. r0,0,r1 /* to clear the reservation */
214 END_FTR_SECTION_IFCLR(CPU_FTR_STCX_CHECKS_ADDRESS)
218 * Clear RI before restoring r13. If we are returning to
219 * userspace and we take an exception after restoring r13,
220 * we end up corrupting the userspace r13 value.
222 #ifdef CONFIG_PPC_BOOK3S
223 /* No MSR:RI on BookE */
226 mtmsrd r11,1 /* clear MSR.RI */
227 #endif /* CONFIG_PPC_BOOK3S */
230 ACCOUNT_CPU_USER_EXIT(r11, r12)
231 ld r13,GPR13(r1) /* only restore r13 if returning to usermode */
239 b . /* prevent speculative execution */
242 oris r5,r5,0x1000 /* Set SO bit in CR */
245 b .Lsyscall_error_cont
247 /* Traced system call support */
250 addi r3,r1,STACK_FRAME_OVERHEAD
251 bl .do_syscall_trace_enter
253 * Restore argument registers possibly just changed.
254 * We use the return value of do_syscall_trace_enter
255 * for the call number to look up in the table (r0).
264 addi r9,r1,STACK_FRAME_OVERHEAD
265 clrrdi r10,r1,THREAD_SHIFT
267 b .Lsyscall_dotrace_cont
274 /* If TIF_RESTOREALL is set, don't scribble on either r3 or ccr.
275 If TIF_NOERROR is set, just save r3 as it is. */
277 andi. r0,r9,_TIF_RESTOREALL
281 0: cmpld r3,r11 /* r10 is -LAST_ERRNO */
283 andi. r0,r9,_TIF_NOERROR
287 oris r5,r5,0x1000 /* Set SO bit in CR */
290 2: andi. r0,r9,(_TIF_PERSYSCALL_MASK)
293 /* Clear per-syscall TIF flags if any are set. */
295 li r11,_TIF_PERSYSCALL_MASK
296 addi r12,r12,TI_FLAGS
301 subi r12,r12,TI_FLAGS
303 4: /* Anything else left to do? */
304 andi. r0,r9,(_TIF_SYSCALL_T_OR_A|_TIF_SINGLESTEP)
305 beq .ret_from_except_lite
307 /* Re-enable interrupts */
308 #ifdef CONFIG_PPC_BOOK3E
314 #endif /* CONFIG_PPC_BOOK3E */
317 addi r3,r1,STACK_FRAME_OVERHEAD
318 bl .do_syscall_trace_leave
321 /* Save non-volatile GPRs, if not already saved. */
333 * The sigsuspend and rt_sigsuspend system calls can call do_signal
334 * and thus put the process into the stopped state where we might
335 * want to examine its user state with ptrace. Therefore we need
336 * to save all the nonvolatile registers (r14 - r31) before calling
337 * the C code. Similarly, fork, vfork and clone need the full
338 * register state on the stack so that it can be copied to the child.
356 _GLOBAL(ppc32_swapcontext)
358 bl .compat_sys_swapcontext
361 _GLOBAL(ppc64_swapcontext)
366 _GLOBAL(ret_from_fork)
373 * This routine switches between two different tasks. The process
374 * state of one is saved on its kernel stack. Then the state
375 * of the other is restored from its kernel stack. The memory
376 * management hardware is updated to the second process's state.
377 * Finally, we can return to the second process, via ret_from_except.
378 * On entry, r3 points to the THREAD for the current task, r4
379 * points to the THREAD for the new task.
381 * Note: there are two ways to get to the "going out" portion
382 * of this code; either by coming in via the entry (_switch)
383 * or via "fork" which must set up an environment equivalent
384 * to the "_switch" path. If you change this you'll have to change
385 * the fork code also.
387 * The code which creates the new task context is in 'copy_thread'
388 * in arch/powerpc/kernel/process.c
394 stdu r1,-SWITCH_FRAME_SIZE(r1)
395 /* r3-r13 are caller saved -- Cort */
398 mflr r20 /* Return to switch caller */
403 oris r0,r0,MSR_VSX@h /* Disable VSX */
404 END_FTR_SECTION_IFSET(CPU_FTR_VSX)
405 #endif /* CONFIG_VSX */
406 #ifdef CONFIG_ALTIVEC
408 oris r0,r0,MSR_VEC@h /* Disable altivec */
409 mfspr r24,SPRN_VRSAVE /* save vrsave register value */
410 std r24,THREAD_VRSAVE(r3)
411 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
412 #endif /* CONFIG_ALTIVEC */
416 std r25,THREAD_DSCR(r3)
417 END_FTR_SECTION_IFSET(CPU_FTR_DSCR)
427 std r1,KSP(r3) /* Set old stack pointer */
430 /* We need a sync somewhere here to make sure that if the
431 * previous task gets rescheduled on another CPU, it sees all
432 * stores it has performed on this one.
435 #endif /* CONFIG_SMP */
438 * If we optimise away the clear of the reservation in system
439 * calls because we know the CPU tracks the address of the
440 * reservation, then we need to clear it here to cover the
441 * case that the kernel context switch path has no larx
446 END_FTR_SECTION_IFSET(CPU_FTR_STCX_CHECKS_ADDRESS)
448 addi r6,r4,-THREAD /* Convert THREAD to 'current' */
449 std r6,PACACURRENT(r13) /* Set new 'current' */
451 ld r8,KSP(r4) /* new stack pointer */
452 #ifdef CONFIG_PPC_BOOK3S
454 BEGIN_FTR_SECTION_NESTED(95)
455 clrrdi r6,r8,28 /* get its ESID */
456 clrrdi r9,r1,28 /* get current sp ESID */
457 FTR_SECTION_ELSE_NESTED(95)
458 clrrdi r6,r8,40 /* get its 1T ESID */
459 clrrdi r9,r1,40 /* get current sp 1T ESID */
460 ALT_MMU_FTR_SECTION_END_NESTED_IFCLR(MMU_FTR_1T_SEGMENT, 95)
463 ALT_MMU_FTR_SECTION_END_IFSET(MMU_FTR_SLB)
464 clrldi. r0,r6,2 /* is new ESID c00000000? */
465 cmpd cr1,r6,r9 /* or is new ESID the same as current ESID? */
467 beq 2f /* if yes, don't slbie it */
469 /* Bolt in the new stack SLB entry */
470 ld r7,KSP_VSID(r4) /* Get new stack's VSID */
471 oris r0,r6,(SLB_ESID_V)@h
472 ori r0,r0,(SLB_NUM_BOLTED-1)@l
474 li r9,MMU_SEGSIZE_1T /* insert B field */
475 oris r6,r6,(MMU_SEGSIZE_1T << SLBIE_SSIZE_SHIFT)@h
476 rldimi r7,r9,SLB_VSID_SSIZE_SHIFT,0
477 END_MMU_FTR_SECTION_IFSET(MMU_FTR_1T_SEGMENT)
479 /* Update the last bolted SLB. No write barriers are needed
480 * here, provided we only update the current CPU's SLB shadow
483 ld r9,PACA_SLBSHADOWPTR(r13)
485 std r12,SLBSHADOW_STACKESID(r9) /* Clear ESID */
486 std r7,SLBSHADOW_STACKVSID(r9) /* Save VSID */
487 std r0,SLBSHADOW_STACKESID(r9) /* Save ESID */
489 /* No need to check for MMU_FTR_NO_SLBIE_B here, since when
490 * we have 1TB segments, the only CPUs known to have the errata
491 * only support less than 1TB of system memory and we'll never
492 * actually hit this code path.
496 slbie r6 /* Workaround POWER5 < DD2.1 issue */
500 #endif /* !CONFIG_PPC_BOOK3S */
502 clrrdi r7,r8,THREAD_SHIFT /* base of new stack */
503 /* Note: this uses SWITCH_FRAME_SIZE rather than INT_FRAME_SIZE
504 because we don't need to leave the 288-byte ABI gap at the
505 top of the kernel stack. */
506 addi r7,r7,THREAD_SIZE-SWITCH_FRAME_SIZE
508 mr r1,r8 /* start using new stack pointer */
509 std r7,PACAKSAVE(r13)
514 #ifdef CONFIG_ALTIVEC
516 ld r0,THREAD_VRSAVE(r4)
517 mtspr SPRN_VRSAVE,r0 /* if G4, restore VRSAVE reg */
518 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
519 #endif /* CONFIG_ALTIVEC */
522 ld r0,THREAD_DSCR(r4)
527 END_FTR_SECTION_IFSET(CPU_FTR_DSCR)
530 /* r3-r13 are destroyed -- Cort */
534 /* convert old thread to its task_struct for return value */
536 ld r7,_NIP(r1) /* Return to _switch caller in new task */
538 addi r1,r1,SWITCH_FRAME_SIZE
542 _GLOBAL(ret_from_except)
545 bne .ret_from_except_lite
548 _GLOBAL(ret_from_except_lite)
550 * Disable interrupts so that current_thread_info()->flags
551 * can't change between when we test it and when we return
552 * from the interrupt.
554 #ifdef CONFIG_PPC_BOOK3E
557 ld r10,PACAKMSR(r13) /* Get kernel MSR without EE */
558 mtmsrd r10,1 /* Update machine state */
559 #endif /* CONFIG_PPC_BOOK3E */
561 clrrdi r9,r1,THREAD_SHIFT /* current_thread_info() */
567 /* Check current_thread_info()->flags */
568 andi. r0,r4,_TIF_USER_WORK_MASK
571 andi. r0,r4,_TIF_NEED_RESCHED
573 bl .restore_interrupts
575 b .ret_from_except_lite
578 bl .restore_interrupts
579 addi r3,r1,STACK_FRAME_OVERHEAD
584 #ifdef CONFIG_PREEMPT
585 /* Check if we need to preempt */
586 andi. r0,r4,_TIF_NEED_RESCHED
588 /* Check that preempt_count() == 0 and interrupts are enabled */
589 lwz r8,TI_PREEMPT(r9)
593 crandc eq,cr1*4+eq,eq
597 * Here we are preempting the current task. We want to make
598 * sure we are soft-disabled first
600 SOFT_DISABLE_INTS(r3,r4)
601 1: bl .preempt_schedule_irq
603 /* Re-test flags and eventually loop */
604 clrrdi r9,r1,THREAD_SHIFT
606 andi. r0,r4,_TIF_NEED_RESCHED
608 #endif /* CONFIG_PREEMPT */
610 .globl fast_exc_return_irq
614 * This is the main kernel exit path. First we check if we
615 * are about to re-enable interrupts
618 lbz r6,PACASOFTIRQEN(r13)
622 /* We are enabling, were we already enabled ? Yes, just return */
627 * We are about to soft-enable interrupts (we are hard disabled
628 * at this point). We check if there's anything that needs to
631 lbz r0,PACAIRQHAPPENED(r13)
633 bne- restore_check_irq_replay
636 * Get here when nothing happened while soft-disabled, just
637 * soft-enable and move-on. We will hard-enable as a side
643 stb r0,PACASOFTIRQEN(r13);
646 * Final return path. BookE is handled in a different file
649 #ifdef CONFIG_PPC_BOOK3E
650 b .exception_return_book3e
653 * Clear the reservation. If we know the CPU tracks the address of
654 * the reservation then we can potentially save some cycles and use
655 * a larx. On POWER6 and POWER7 this is significantly faster.
658 stdcx. r0,0,r1 /* to clear the reservation */
661 ALT_FTR_SECTION_END_IFCLR(CPU_FTR_STCX_CHECKS_ADDRESS)
664 * Some code path such as load_up_fpu or altivec return directly
665 * here. They run entirely hard disabled and do not alter the
666 * interrupt state. They also don't use lwarx/stwcx. and thus
667 * are known not to leave dangling reservations.
669 .globl fast_exception_return
670 fast_exception_return:
685 * Clear RI before restoring r13. If we are returning to
686 * userspace and we take an exception after restoring r13,
687 * we end up corrupting the userspace r13 value.
689 ld r4,PACAKMSR(r13) /* Get kernel MSR without EE */
690 andc r4,r4,r0 /* r0 contains MSR_RI here */
694 * r13 is our per cpu area, only restore it if we are returning to
695 * userspace the value stored in the stack frame may belong to
700 ACCOUNT_CPU_USER_EXIT(r2, r4)
717 b . /* prevent speculative execution */
719 #endif /* CONFIG_PPC_BOOK3E */
722 * We are returning to a context with interrupts soft disabled.
724 * However, we may also about to hard enable, so we need to
725 * make sure that in this case, we also clear PACA_IRQ_HARD_DIS
726 * or that bit can get out of sync and bad things will happen
730 lbz r7,PACAIRQHAPPENED(r13)
733 rlwinm r7,r7,0,~PACA_IRQ_HARD_DIS
734 stb r7,PACAIRQHAPPENED(r13)
736 stb r0,PACASOFTIRQEN(r13);
741 * Something did happen, check if a re-emit is needed
742 * (this also clears paca->irq_happened)
744 restore_check_irq_replay:
745 /* XXX: We could implement a fast path here where we check
746 * for irq_happened being just 0x01, in which case we can
747 * clear it and return. That means that we would potentially
748 * miss a decrementer having wrapped all the way around.
750 * Still, this might be useful for things like hash_page
752 bl .__check_irq_replay
754 beq restore_no_replay
757 * We need to re-emit an interrupt. We do so by re-using our
758 * existing exception frame. We first change the trap value,
759 * but we need to ensure we preserve the low nibble of it
767 * Then find the right handler and call it. Interrupts are
768 * still soft-disabled and we keep them that way.
772 addi r3,r1,STACK_FRAME_OVERHEAD;
775 1: cmpwi cr0,r3,0x900
777 addi r3,r1,STACK_FRAME_OVERHEAD;
780 #ifdef CONFIG_PPC_BOOK3E
781 1: cmpwi cr0,r3,0x280
783 addi r3,r1,STACK_FRAME_OVERHEAD;
784 bl .doorbell_exception
786 #endif /* CONFIG_PPC_BOOK3E */
787 1: b .ret_from_except /* What else to do here ? */
790 addi r3,r1,STACK_FRAME_OVERHEAD
791 bl .unrecoverable_exception
794 #ifdef CONFIG_PPC_RTAS
796 * On CHRP, the Run-Time Abstraction Services (RTAS) have to be
797 * called with the MMU off.
799 * In addition, we need to be in 32b mode, at least for now.
801 * Note: r3 is an input parameter to rtas, so don't trash it...
806 stdu r1,-RTAS_FRAME_SIZE(r1) /* Save SP and create stack space. */
808 /* Because RTAS is running in 32b mode, it clobbers the high order half
809 * of all registers that it saves. We therefore save those registers
810 * RTAS might touch to the stack. (r0, r3-r13 are caller saved)
812 SAVE_GPR(2, r1) /* Save the TOC */
813 SAVE_GPR(13, r1) /* Save paca */
814 SAVE_8GPRS(14, r1) /* Save the non-volatiles */
815 SAVE_10GPRS(22, r1) /* ditto */
828 /* Temporary workaround to clear CR until RTAS can be modified to
835 /* There is no way it is acceptable to get here with interrupts enabled,
836 * check it with the asm equivalent of WARN_ON
838 lbz r0,PACASOFTIRQEN(r13)
840 EMIT_BUG_ENTRY 1b,__FILE__,__LINE__,BUGFLAG_WARNING
843 /* Hard-disable interrupts */
849 /* Unfortunately, the stack pointer and the MSR are also clobbered,
850 * so they are saved in the PACA which allows us to restore
851 * our original state after RTAS returns.
854 std r6,PACASAVEDMSR(r13)
856 /* Setup our real return addr */
857 LOAD_REG_ADDR(r4,.rtas_return_loc)
858 clrldi r4,r4,2 /* convert to realmode address */
862 ori r0,r0,MSR_EE|MSR_SE|MSR_BE|MSR_RI
866 rldicr r9,r9,MSR_SF_LG,(63-MSR_SF_LG)
867 ori r9,r9,MSR_IR|MSR_DR|MSR_FE0|MSR_FE1|MSR_FP|MSR_RI
869 sync /* disable interrupts so SRR0/1 */
870 mtmsrd r0 /* don't get trashed */
872 LOAD_REG_ADDR(r4, rtas)
873 ld r5,RTASENTRY(r4) /* get the rtas->entry value */
874 ld r4,RTASBASE(r4) /* get the rtas->base value */
879 b . /* prevent speculative execution */
881 _STATIC(rtas_return_loc)
882 /* relocation is off at this point */
884 clrldi r4,r4,2 /* convert to realmode address */
888 ld r3,(1f-0b)(r3) /* get &.rtas_restore_regs */
896 ld r1,PACAR1(r4) /* Restore our SP */
897 ld r4,PACASAVEDMSR(r4) /* Restore our MSR */
902 b . /* prevent speculative execution */
905 1: .llong .rtas_restore_regs
907 _STATIC(rtas_restore_regs)
908 /* relocation is on at this point */
909 REST_GPR(2, r1) /* Restore the TOC */
910 REST_GPR(13, r1) /* Restore paca */
911 REST_8GPRS(14, r1) /* Restore the non-volatiles */
912 REST_10GPRS(22, r1) /* ditto */
927 addi r1,r1,RTAS_FRAME_SIZE /* Unstack our frame */
928 ld r0,16(r1) /* get return address */
931 blr /* return to caller */
933 #endif /* CONFIG_PPC_RTAS */
938 stdu r1,-PROM_FRAME_SIZE(r1) /* Save SP and create stack space */
940 /* Because PROM is running in 32b mode, it clobbers the high order half
941 * of all registers that it saves. We therefore save those registers
942 * PROM might touch to the stack. (r0, r3-r13 are caller saved)
953 /* Get the PROM entrypoint */
956 /* Switch MSR to 32 bits mode
958 #ifdef CONFIG_PPC_BOOK3E
959 rlwinm r11,r11,0,1,31
961 #else /* CONFIG_PPC_BOOK3E */
964 rldicr r12,r12,MSR_SF_LG,(63-MSR_SF_LG)
967 rldicr r12,r12,MSR_ISF_LG,(63-MSR_ISF_LG)
970 #endif /* CONFIG_PPC_BOOK3E */
973 /* Enter PROM here... */
976 /* Just make sure that r1 top 32 bits didn't get
981 /* Restore the MSR (back to 64 bits) */
986 /* Restore other registers */
994 addi r1,r1,PROM_FRAME_SIZE
999 #ifdef CONFIG_FUNCTION_TRACER
1000 #ifdef CONFIG_DYNAMIC_FTRACE
1005 _GLOBAL(ftrace_caller)
1006 /* Taken from output of objdump from lib64/glibc */
1012 subi r3, r3, MCOUNT_INSN_SIZE
1017 #ifdef CONFIG_FUNCTION_GRAPH_TRACER
1018 .globl ftrace_graph_call
1021 _GLOBAL(ftrace_graph_stub)
1026 _GLOBAL(ftrace_stub)
1033 /* Taken from output of objdump from lib64/glibc */
1040 subi r3, r3, MCOUNT_INSN_SIZE
1041 LOAD_REG_ADDR(r5,ftrace_trace_function)
1049 #ifdef CONFIG_FUNCTION_GRAPH_TRACER
1050 b ftrace_graph_caller
1055 _GLOBAL(ftrace_stub)
1058 #endif /* CONFIG_DYNAMIC_FTRACE */
1060 #ifdef CONFIG_FUNCTION_GRAPH_TRACER
1061 _GLOBAL(ftrace_graph_caller)
1062 /* load r4 with local address */
1064 subi r4, r4, MCOUNT_INSN_SIZE
1066 /* get the parent address */
1070 bl .prepare_ftrace_return
1078 _GLOBAL(return_to_handler)
1079 /* need to save return values */
1086 bl .ftrace_return_to_handler
1089 /* return value has real return address */
1097 /* Jump back to real return address */
1100 _GLOBAL(mod_return_to_handler)
1101 /* need to save return values */
1111 * We are in a module using the module's TOC.
1112 * Switch to our TOC to run inside the core kernel.
1116 bl .ftrace_return_to_handler
1119 /* return value has real return address */
1128 /* Jump back to real return address */
1130 #endif /* CONFIG_FUNCTION_GRAPH_TRACER */
1131 #endif /* CONFIG_FUNCTION_TRACER */