HomeSort by: relevance | last modified time | path
    Searched refs:PIC_TAILCALL (Results 1 - 19 of 19) sorted by relevancy

  /src/lib/libc/arch/mips/gen/
sigsetjmp.S 67 PIC_TAILCALL(_setjmp)
69 1: PIC_TAILCALL(__setjmp14)
76 PIC_TAILCALL(_longjmp)
78 1: PIC_TAILCALL(__longjmp14)
swapcontext.S 65 PIC_TAILCALL(setcontext)
71 PIC_TAILCALL(__cerror)
_resumecontext.S 81 PIC_TAILCALL(setcontext) # yes, become it.
_setjmp.S 193 PIC_TAILCALL(abort)
  /src/lib/libc/arch/mips/sys/
ptrace.S 53 PIC_TAILCALL(__cerror)
__vfork14.S 57 PIC_TAILCALL(__cerror)
fork.S 55 PIC_TAILCALL(__cerror)
pipe.S 60 PIC_TAILCALL(__cerror)
__clone.S 77 8: PIC_TAILCALL(__cerror)
100 PIC_TAILCALL(_exit)
getcontext.S 59 PIC_TAILCALL(__cerror)
brk.S 73 PIC_TAILCALL(__cerror)
sbrk.S 69 PIC_TAILCALL(__cerror)
  /src/lib/libc/compat/arch/mips/sys/
compat_sigpending.S 59 PIC_TAILCALL(__cerror)
compat_Ovfork.S 61 PIC_TAILCALL(__cerror)
compat_sigsuspend.S 57 PIC_TAILCALL(__cerror)
compat_sigprocmask.S 65 PIC_TAILCALL(__cerror)
  /src/lib/libc/arch/mips/
SYS.h 83 # define PIC_TAILCALL(l) PTR_LA t9, _C_LABEL(l); jr t9
87 # define PIC_TAILCALL(l) PTR_LA t9, _C_LABEL(l); RESTORE_GP64; jr t9
92 # define PIC_TAILCALL(l) j _C_LABEL(l)
140 PIC_TAILCALL(__cerror); \
  /src/tests/kernel/arch/mips/
contextspfunc.S 52 PIC_TAILCALL(contextdone)
execsp.S 53 PIC_TAILCALL(__start) /* gp restore, uses t3 */
111 PIC_TAILCALL(execsp_main) /* gp restore, uses t3 */

Completed in 19 milliseconds