Searched refs:clone_flags (Results 1 - 25 of 112) sorted by relevance

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dsyscalls.h6 extern asmlinkage long sparc_do_fork(unsigned long clone_flags,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/include/asm/
H A Dsyscalls.h6 extern asmlinkage long sparc_do_fork(unsigned long clone_flags,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dtracehook.h226 * @clone_flags: %CLONE_* flags from clone/fork/vfork system call
233 static inline int tracehook_prepare_clone(unsigned clone_flags) argument
235 if (clone_flags & CLONE_UNTRACED)
238 if (clone_flags & CLONE_VFORK) {
241 } else if ((clone_flags & CSIGNAL) != SIGCHLD) {
253 * @clone_flags: %CLONE_* flags from clone/fork/vfork system call
262 unsigned long clone_flags, int trace)
264 ptrace_init_task(child, (clone_flags & CLONE_PTRACE) || trace);
270 * @clone_flags: flags from parent's system call
285 unsigned long clone_flags,
261 tracehook_finish_clone(struct task_struct *child, unsigned long clone_flags, int trace) argument
284 tracehook_report_clone(struct pt_regs *regs, unsigned long clone_flags, pid_t pid, struct task_struct *child) argument
314 tracehook_report_clone_complete(int trace, struct pt_regs *regs, unsigned long clone_flags, pid_t pid, struct task_struct *child) argument
[all...]
H A Dsem.h147 extern int copy_semundo(unsigned long clone_flags, struct task_struct *tsk);
151 static inline int copy_semundo(unsigned long clone_flags, struct task_struct *tsk) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/samples/kprobes/
H A Djprobe_example.c26 static long jdo_fork(unsigned long clone_flags, unsigned long stack_start, argument
30 printk(KERN_INFO "jprobe: clone_flags = 0x%lx, stack_size = 0x%lx,"
32 clone_flags, stack_size, regs);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/samples/kprobes/
H A Djprobe_example.c26 static long jdo_fork(unsigned long clone_flags, unsigned long stack_start, argument
30 printk(KERN_INFO "jprobe: clone_flags = 0x%lx, stack_size = 0x%lx,"
32 clone_flags, stack_size, regs);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dtracehook.h226 * @clone_flags: %CLONE_* flags from clone/fork/vfork system call
233 static inline int tracehook_prepare_clone(unsigned clone_flags) argument
235 if (clone_flags & CLONE_UNTRACED)
238 if (clone_flags & CLONE_VFORK) {
241 } else if ((clone_flags & CSIGNAL) != SIGCHLD) {
253 * @clone_flags: %CLONE_* flags from clone/fork/vfork system call
262 unsigned long clone_flags, int trace)
264 ptrace_init_task(child, (clone_flags & CLONE_PTRACE) || trace);
270 * @clone_flags: flags from parent's system call
285 unsigned long clone_flags,
261 tracehook_finish_clone(struct task_struct *child, unsigned long clone_flags, int trace) argument
284 tracehook_report_clone(struct pt_regs *regs, unsigned long clone_flags, pid_t pid, struct task_struct *child) argument
314 tracehook_report_clone_complete(int trace, struct pt_regs *regs, unsigned long clone_flags, pid_t pid, struct task_struct *child) argument
[all...]
H A Dsem.h147 extern int copy_semundo(unsigned long clone_flags, struct task_struct *tsk);
151 static inline int copy_semundo(unsigned long clone_flags, struct task_struct *tsk) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dfork.c703 static int copy_mm(unsigned long clone_flags, struct task_struct * tsk) argument
726 if (clone_flags & CLONE_VM) {
750 static int copy_fs(unsigned long clone_flags, struct task_struct *tsk) argument
753 if (clone_flags & CLONE_FS) {
770 static int copy_files(unsigned long clone_flags, struct task_struct * tsk) argument
782 if (clone_flags & CLONE_FILES) {
797 static int copy_io(unsigned long clone_flags, struct task_struct *tsk) argument
807 if (clone_flags & CLONE_IO) {
822 static int copy_sighand(unsigned long clone_flags, struct task_struct *tsk) argument
826 if (clone_flags
868 copy_signal(unsigned long clone_flags, struct task_struct *tsk) argument
907 copy_flags(unsigned long clone_flags, struct task_struct *p) argument
962 copy_process(unsigned long clone_flags, unsigned long stack_start, struct pt_regs *regs, unsigned long stack_size, int __user *child_tidptr, struct pid *pid, int trace) argument
1369 do_fork(unsigned long clone_flags, unsigned long stack_start, struct pt_regs *regs, unsigned long stack_size, int __user *parent_tidptr, int __user *child_tidptr) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dfork.c703 static int copy_mm(unsigned long clone_flags, struct task_struct * tsk) argument
726 if (clone_flags & CLONE_VM) {
750 static int copy_fs(unsigned long clone_flags, struct task_struct *tsk) argument
753 if (clone_flags & CLONE_FS) {
770 static int copy_files(unsigned long clone_flags, struct task_struct * tsk) argument
782 if (clone_flags & CLONE_FILES) {
797 static int copy_io(unsigned long clone_flags, struct task_struct *tsk) argument
807 if (clone_flags & CLONE_IO) {
822 static int copy_sighand(unsigned long clone_flags, struct task_struct *tsk) argument
826 if (clone_flags
868 copy_signal(unsigned long clone_flags, struct task_struct *tsk) argument
907 copy_flags(unsigned long clone_flags, struct task_struct *p) argument
962 copy_process(unsigned long clone_flags, unsigned long stack_start, struct pt_regs *regs, unsigned long stack_size, int __user *child_tidptr, struct pid *pid, int trace) argument
1369 do_fork(unsigned long clone_flags, unsigned long stack_start, struct pt_regs *regs, unsigned long stack_size, int __user *parent_tidptr, int __user *child_tidptr) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/sys-i386/
H A Dsyscalls.c22 long sys_clone(unsigned long clone_flags, unsigned long newsp, argument
31 ret = do_fork(clone_flags, newsp, &current->thread.regs, 0, parent_tid,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/sys-i386/
H A Dsyscalls.c22 long sys_clone(unsigned long clone_flags, unsigned long newsp, argument
31 ret = do_fork(clone_flags, newsp, &current->thread.regs, 0, parent_tid,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/score/kernel/
H A Dsys_score.c65 unsigned long clone_flags; local
69 clone_flags = regs->regs[4];
76 return do_fork(clone_flags, newsp, regs, 0,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/score/kernel/
H A Dsys_score.c65 unsigned long clone_flags; local
69 clone_flags = regs->regs[4];
76 return do_fork(clone_flags, newsp, regs, 0,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/include/asm/
H A Dsyscalls_64.h16 asmlinkage int sys_clone(unsigned long clone_flags, unsigned long newsp,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/include/asm/
H A Dsyscalls_64.h16 asmlinkage int sys_clone(unsigned long clone_flags, unsigned long newsp,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/h8300/kernel/
H A Dprocess.c181 unsigned long clone_flags; local
184 /* syscall2 puts clone_flags in er1 and usp in er2 */
185 clone_flags = regs->er1;
189 return do_fork(clone_flags, newsp, regs, 0, NULL, NULL);
193 int copy_thread(unsigned long clone_flags, argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/h8300/kernel/
H A Dprocess.c181 unsigned long clone_flags; local
184 /* syscall2 puts clone_flags in er1 and usp in er2 */
185 clone_flags = regs->er1;
189 return do_fork(clone_flags, newsp, regs, 0, NULL, NULL);
193 int copy_thread(unsigned long clone_flags, argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/sys-x86_64/
H A Dsyscalls.c82 long sys_clone(unsigned long clone_flags, unsigned long newsp, argument
90 ret = do_fork(clone_flags, newsp, &current->thread.regs, 0, parent_tid,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/sys-x86_64/
H A Dsyscalls.c82 long sys_clone(unsigned long clone_flags, unsigned long newsp, argument
90 ret = do_fork(clone_flags, newsp, &current->thread.regs, 0, parent_tid,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/kernel/
H A Dprocess.c162 int copy_thread(unsigned long clone_flags, unsigned long new_stackp, argument
199 if (clone_flags & CLONE_SETTLS)
205 if (clone_flags & CLONE_SETTLS) {
232 SYSCALL_DEFINE4(clone, unsigned long, newsp, unsigned long, clone_flags,
239 return do_fork(clone_flags, newsp, regs, 0,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/kernel/
H A Dprocess.c162 int copy_thread(unsigned long clone_flags, unsigned long new_stackp, argument
199 if (clone_flags & CLONE_SETTLS)
205 if (clone_flags & CLONE_SETTLS) {
232 SYSCALL_DEFINE4(clone, unsigned long, newsp, unsigned long, clone_flags,
239 return do_fork(clone_flags, newsp, regs, 0,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/kernel/
H A Dprocess.c217 unsigned long clone_flags; local
221 /* syscall2 puts clone_flags in d1 and usp in d2 */
222 clone_flags = regs->d1;
228 return do_fork(clone_flags, newsp, regs, 0,
232 int copy_thread(unsigned long clone_flags, unsigned long usp, argument
255 if (clone_flags & CLONE_SETTLS)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/kernel/
H A Dprocess.c217 unsigned long clone_flags; local
221 /* syscall2 puts clone_flags in d1 and usp in d2 */
222 clone_flags = regs->d1;
228 return do_fork(clone_flags, newsp, regs, 0,
232 int copy_thread(unsigned long clone_flags, unsigned long usp, argument
255 if (clone_flags & CLONE_SETTLS)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/include/asm/
H A Dsyscalls.h56 long sys_clone(unsigned long clone_flags, unsigned long newsp,
58 long _sys_clone(unsigned long clone_flags, unsigned long newsp,

Completed in 213 milliseconds

12345