Searched refs:clone_flags (Results 76 - 100 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/tile/kernel/
H A Dprocess.c159 int copy_thread(unsigned long clone_flags, unsigned long sp, argument
204 if (clone_flags & CLONE_SETTLS)
529 long _sys_clone(unsigned long clone_flags, unsigned long newsp, argument
535 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/cris/arch-v10/kernel/
H A Dprocess.c118 int copy_thread(unsigned long clone_flags, unsigned long usp, argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dprocess.c118 int copy_thread(unsigned long clone_flags, unsigned long usp, argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/kernel/
H A Dprocess.c178 int copy_thread(unsigned long clone_flags, unsigned long sp, argument
212 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/x86/kernel/
H A Dprocess_32.c195 int copy_thread(unsigned long clone_flags, unsigned long sp, argument
236 if (clone_flags & CLONE_SETTLS)
H A Dprocess.c255 sys_clone(unsigned long clone_flags, unsigned long newsp, argument
260 return do_fork(clone_flags, newsp, regs, 0, parent_tid, child_tid);
H A Dprocess_64.c259 int copy_thread(unsigned long clone_flags, unsigned long sp, argument
309 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/um/kernel/
H A Dprocess.c178 int copy_thread(unsigned long clone_flags, unsigned long sp, argument
212 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/x86/kernel/
H A Dprocess_32.c195 int copy_thread(unsigned long clone_flags, unsigned long sp, argument
236 if (clone_flags & CLONE_SETTLS)
H A Dprocess.c255 sys_clone(unsigned long clone_flags, unsigned long newsp, argument
260 return do_fork(clone_flags, newsp, regs, 0, parent_tid, child_tid);
H A Dprocess_64.c259 int copy_thread(unsigned long clone_flags, unsigned long sp, argument
309 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/arm/kernel/
H A Dprocess.c334 copy_thread(unsigned long clone_flags, unsigned long stack_start, argument
348 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/arm/kernel/
H A Dprocess.c334 copy_thread(unsigned long clone_flags, unsigned long stack_start, argument
348 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/sh/kernel/
H A Dprocess_64.c403 int copy_thread(unsigned long clone_flags, unsigned long usp, argument
455 asmlinkage int sys_clone(unsigned long clone_flags, unsigned long newsp, argument
462 return do_fork(clone_flags, newsp, pregs, 0, 0, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/kernel/
H A Dprocess_64.c403 int copy_thread(unsigned long clone_flags, unsigned long usp, argument
455 asmlinkage int sys_clone(unsigned long clone_flags, unsigned long newsp, argument
462 return do_fork(clone_flags, newsp, pregs, 0, 0, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/kernel/
H A Dprocess.c117 int copy_thread(unsigned long clone_flags, unsigned long usp, argument
177 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/mips/kernel/
H A Dprocess.c117 int copy_thread(unsigned long clone_flags, unsigned long usp, argument
177 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/powerpc/kernel/
H A Dprocess.c676 int copy_thread(unsigned long clone_flags, unsigned long usp, argument
701 if (clone_flags & CLONE_SETTLS) {
961 int sys_clone(unsigned long clone_flags, unsigned long usp, argument
975 return do_fork(clone_flags, usp, regs, 0, parent_tidp, child_tidp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dprocess.c676 int copy_thread(unsigned long clone_flags, unsigned long usp, argument
701 if (clone_flags & CLONE_SETTLS) {
961 int sys_clone(unsigned long clone_flags, unsigned long usp, argument
975 return do_fork(clone_flags, usp, regs, 0, parent_tidp, child_tidp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/ia32/
H A Dsys_ia32.c458 asmlinkage long sys32_clone(unsigned int clone_flags, unsigned int newsp, argument
466 return do_fork(clone_flags, newsp, regs, 0, parent_tid, child_tid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/ia32/
H A Dsys_ia32.c458 asmlinkage long sys32_clone(unsigned int clone_flags, unsigned int newsp, argument
466 return do_fork(clone_flags, newsp, regs, 0, parent_tid, child_tid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/kernel/
H A Dprocess.c418 copy_thread(unsigned long clone_flags, argument
453 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/ia64/kernel/
H A Dprocess.c418 copy_thread(unsigned long clone_flags, argument
453 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/include/linux/
H A Dsecurity.h638 * manual page for definitions of the @clone_flags.
639 * @clone_flags contains the flags indicating what should be shared.
1484 int (*task_create) (unsigned long clone_flags);
1736 int security_task_create(unsigned long clone_flags);
2233 static inline int security_task_create(unsigned long clone_flags) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dsecurity.h638 * manual page for definitions of the @clone_flags.
639 * @clone_flags contains the flags indicating what should be shared.
1484 int (*task_create) (unsigned long clone_flags);
1736 int security_task_create(unsigned long clone_flags);
2233 static inline int security_task_create(unsigned long clone_flags) argument

Completed in 196 milliseconds

12345