Searched refs:syscall_exit (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/sh/kernel/
H A Dentry-common.S273 bra syscall_exit
285 bra syscall_exit
349 syscall_exit: label
372 bt syscall_exit
390 bra syscall_exit
/linux-master/arch/mips/kernel/
H A Dentry.S74 j syscall_exit
79 FEXPORT(syscall_exit)
H A Dscall64-n32.S96 1: j syscall_exit
H A Dscall64-n64.S101 1: j syscall_exit
H A Dscall64-o32.S153 1: j syscall_exit
H A Dscall32-o32.S141 1: j syscall_exit
/linux-master/arch/parisc/kernel/
H A Dsyscall.S82 .import syscall_exit,code
261 * not syscall_exit. Signal no. in r20, in_syscall in r25 (see
267 ldil L%syscall_exit,%r2
269 ldo R%syscall_exit(%r2),%r2
283 ldil L%syscall_exit,%r1
284 be R%syscall_exit(%sr7,%r1)
395 * not syscall_exit. Signal no. in r20, in_syscall in r25 (see
422 ldil L%syscall_exit,%r1
423 be,n R%syscall_exit(%sr7,%r1)
H A Dunwind.c225 extern void * const syscall_exit;
241 pc == (unsigned long)&syscall_exit) {
H A Dentry.S790 * normal syscall_exit path is used. All syscalls for traced
1671 b syscall_exit
1698 * syscall, then r2 will take us to syscall_exit; otherwise r2 will
1702 LDREG PT_GR28(%r1),%r28 /* reload original r28 for syscall_exit */
1705 ENTRY(syscall_exit)
1903 END(syscall_exit)

Completed in 202 milliseconds