/kernel/linux/linux-5.10/arch/h8300/kernel/ |
H A D | process.c | 168 kargs.flags = (lower_32_bits(clone_flags) & ~CSIGNAL); in sys_clone() 172 kargs.exit_signal = (lower_32_bits(clone_flags) & CSIGNAL); in sys_clone()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | process.c | 73 .flags = (flags & ~CSIGNAL), in sparc_clone() 74 .exit_signal = (flags & CSIGNAL), in sparc_clone()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | process.c | 73 .flags = (flags & ~CSIGNAL), in sparc_clone() 74 .exit_signal = (flags & CSIGNAL), in sparc_clone()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | sched.h | 8 #define CSIGNAL 0x000000ff macro
|
/kernel/linux/linux-5.10/arch/m68k/kernel/ |
H A D | process.c | 119 .flags = regs->d1 & ~CSIGNAL, in m68k_clone() 123 .exit_signal = regs->d1 & CSIGNAL, in m68k_clone()
|
/kernel/linux/linux-5.10/arch/nios2/kernel/ |
H A D | process.c | 260 .flags = (lower_32_bits(clone_flags) & ~CSIGNAL), in nios2_clone() 264 .exit_signal = (lower_32_bits(clone_flags) & CSIGNAL), in nios2_clone()
|
/kernel/linux/linux-6.6/arch/m68k/kernel/ |
H A D | process.c | 119 .flags = regs->d1 & ~CSIGNAL, in m68k_clone() 123 .exit_signal = regs->d1 & CSIGNAL, in m68k_clone()
|
/kernel/linux/linux-6.6/arch/nios2/kernel/ |
H A D | process.c | 258 .flags = (lower_32_bits(clone_flags) & ~CSIGNAL), in nios2_clone() 262 .exit_signal = (lower_32_bits(clone_flags) & CSIGNAL), in nios2_clone()
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | sched.h | 10 #define CSIGNAL 0x000000ff /* signal mask to be sent at exit */ macro 41 * cloning flags intersect with CSIGNAL so can be used with unshare and clone3 50 * All flags are valid except for CSIGNAL and
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | sched.h | 10 #define CSIGNAL 0x000000ff /* signal mask to be sent at exit */ macro 41 * cloning flags intersect with CSIGNAL so can be used with unshare and clone3 50 * All flags are valid except for CSIGNAL and
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | sched.h | 10 #define CSIGNAL 0x000000ff /* signal mask to be sent at exit */ macro 41 * cloning flags intersect with CSIGNAL so can be used with unshare and clone3 50 * All flags are valid except for CSIGNAL and
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | sched.h | 10 #define CSIGNAL 0x000000ff /* signal mask to be sent at exit */ macro 41 * cloning flags intersect with CSIGNAL so can be used with unshare and clone3 50 * All flags are valid except for CSIGNAL and
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | sched.h | 22 #define CSIGNAL 0x000000ff macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | sched.h | 22 #define CSIGNAL 0x000000ff macro
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | sys_ia32.c | 245 .flags = (clone_flags & ~CSIGNAL), in COMPAT_SYSCALL_DEFINE5() 249 .exit_signal = (clone_flags & CSIGNAL), in COMPAT_SYSCALL_DEFINE5()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | sys_ia32.c | 245 .flags = (clone_flags & ~CSIGNAL), in COMPAT_SYSCALL_DEFINE5() 249 .exit_signal = (clone_flags & CSIGNAL), in COMPAT_SYSCALL_DEFINE5()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | fork.c | 2864 CLONE_UNTRACED) & ~CSIGNAL), in create_io_thread() 2865 .exit_signal = (lower_32_bits(flags) & CSIGNAL), in create_io_thread() 2979 CLONE_UNTRACED) & ~CSIGNAL), in kernel_thread() 2980 .exit_signal = (lower_32_bits(flags) & CSIGNAL), in kernel_thread() 2997 CLONE_UNTRACED) & ~CSIGNAL), in user_mode_thread() 2998 .exit_signal = (lower_32_bits(flags) & CSIGNAL), in user_mode_thread() 3059 .flags = (lower_32_bits(clone_flags) & ~CSIGNAL), in SYSCALL_DEFINE5() 3063 .exit_signal = (lower_32_bits(clone_flags) & CSIGNAL), in SYSCALL_DEFINE5() 3112 if (unlikely((args.exit_signal & ~((u64)CSIGNAL)) || in copy_clone_args_from_user() 3180 * - make the CSIGNAL bit in clone3_args_valid() [all...] |
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | process.c | 405 .flags = (lower_32_bits(clone_flags) & ~CSIGNAL), in ia64_clone() 409 .exit_signal = (lower_32_bits(clone_flags) & CSIGNAL), in ia64_clone()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | process.c | 410 .flags = (lower_32_bits(clone_flags) & ~CSIGNAL), in ia64_clone() 414 .exit_signal = (lower_32_bits(clone_flags) & CSIGNAL), in ia64_clone()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | fork.c | 2471 CLONE_UNTRACED) & ~CSIGNAL), in create_io_thread() 2472 .exit_signal = (lower_32_bits(flags) & CSIGNAL), in create_io_thread() 2577 CLONE_UNTRACED) & ~CSIGNAL), in kernel_thread() 2578 .exit_signal = (lower_32_bits(flags) & CSIGNAL), in kernel_thread() 2639 .flags = (lower_32_bits(clone_flags) & ~CSIGNAL), in SYSCALL_DEFINE5() 2643 .exit_signal = (lower_32_bits(clone_flags) & CSIGNAL), in SYSCALL_DEFINE5() 2692 if (unlikely((args.exit_signal & ~((u64)CSIGNAL)) || in copy_clone_args_from_user() 2760 * - make the CSIGNAL bits reuseable for clone3 in clone3_args_valid() 2762 if (kargs->flags & (CLONE_DETACHED | (CSIGNAL & (~CLONE_NEWTIME)))) in clone3_args_valid()
|