Home
last modified time | relevance | path

Searched refs:__NR_execve (Results 1 – 17 of 17) sorted by relevance

/linux/tools/arch/x86/include/uapi/asm/
H A Dunistd_32.h5 #ifndef __NR_execve
6 #define __NR_execve 11 macro
H A Dunistd_64.h5 #ifndef __NR_execve
6 #define __NR_execve 59 macro
/linux/tools/perf/bench/
H A Dsyscall.c84 case __NR_execve: in bench_syscall_common()
109 case __NR_execve: in bench_syscall_common()
129 case __NR_execve: in bench_syscall_common()
187 return bench_syscall_common(argc, argv, __NR_execve);
/linux/arch/sparc/kernel/
H A Dcompat_audit.c41 case __NR_execve: in sparc32_classify_syscall()
H A Daudit.c56 case __NR_execve: in audit_classify_syscall()
/linux/arch/x86/ia32/
H A Daudit.c40 case __NR_execve: in ia32_classify_syscall()
/linux/arch/powerpc/kernel/
H A Dcompat_audit.c42 case __NR_execve: in ppc32_classify_syscall()
H A Daudit.c56 case __NR_execve: in audit_classify_syscall()
/linux/lib/
H A Dcompat_audit.c47 case __NR_execve: in audit_classify_compat_syscall()
H A Daudit.c61 case __NR_execve: in audit_classify_syscall()
/linux/arch/alpha/kernel/
H A Daudit.c43 case __NR_execve: in audit_classify_syscall()
/linux/arch/x86/kernel/
H A Daudit_64.c53 case __NR_execve: in audit_classify_syscall()
/linux/arch/parisc/kernel/
H A Daudit.c48 case __NR_execve: in audit_classify_syscall()
/linux/include/uapi/asm-generic/
H A Dunistd.h568 #define __NR_execve 221 macro
569 __SC_COMP(__NR_execve, sys_execve, compat_sys_execve)
/linux/tools/include/uapi/asm-generic/
H A Dunistd.h568 #define __NR_execve 221 macro
569 __SC_COMP(__NR_execve, sys_execve, compat_sys_execve)
/linux/tools/include/nolibc/
H A Dsys.h302 return my_syscall3(__NR_execve, filename, argv, envp); in sys_execve()
/linux/kernel/trace/
H A Dtrace_syscalls.c1114 case __NR_execve: in check_faultable_syscall()