Home
last modified time | relevance | path

Searched refs:syscall_exit (Results 1 – 11 of 11) sorted by relevance

/linux/arch/sh/kernel/
A Dentry-common.S273 bra syscall_exit
285 bra syscall_exit
390 bra syscall_exit
/linux/arch/parisc/kernel/
A Dsyscall.S55 .import syscall_exit,code
240 ldil L%syscall_exit,%r2
242 ldo R%syscall_exit(%r2),%r2
256 ldil L%syscall_exit,%r1
257 be R%syscall_exit(%sr7,%r1)
395 ldil L%syscall_exit,%r1
396 be,n R%syscall_exit(%sr7,%r1)
A Dunwind.c225 extern void * const syscall_exit; in unwind_special()
241 pc_is_kernel_fn(pc, syscall_exit)) { in unwind_special()
A Dentry.S1708 b syscall_exit
1742 ENTRY(syscall_exit)
1940 END(syscall_exit)
/linux/tools/perf/examples/bpf/
A Daugmented_syscalls.c58 int syscall_exit(syscall)(struct syscall_exit_args *args) \
129 int syscall_exit(syscall)(struct syscall_exit_args *args) \
/linux/arch/mips/kernel/
A Dentry.S75 j syscall_exit
80 FEXPORT(syscall_exit)
A Dscall64-n32.S95 1: j syscall_exit
A Dscall64-n64.S101 1: j syscall_exit
A Dscall32-o32.S139 1: j syscall_exit
A Dscall64-o32.S152 1: j syscall_exit
/linux/tools/perf/include/bpf/
A Dbpf.h58 #define syscall_exit(name) \ macro

Completed in 20 milliseconds