Home
last modified time | relevance | path

Searched refs:CSIGNAL (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/arch/h8300/kernel/
H A Dprocess.c168 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 Dprocess.c73 .flags = (flags & ~CSIGNAL), in sparc_clone()
74 .exit_signal = (flags & CSIGNAL), in sparc_clone()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dprocess.c73 .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 Dsched.h8 #define CSIGNAL 0x000000ff macro
/kernel/linux/linux-5.10/arch/m68k/kernel/
H A Dprocess.c119 .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 Dprocess.c260 .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 Dprocess.c119 .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 Dprocess.c258 .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 Dsched.h10 #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 Dsched.h10 #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 Dsched.h10 #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 Dsched.h10 #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 Dsched.h22 #define CSIGNAL 0x000000ff macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dsched.h22 #define CSIGNAL 0x000000ff macro
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dsys_ia32.c245 .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 Dsys_ia32.c245 .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 Dfork.c2864 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 Dprocess.c405 .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 Dprocess.c410 .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 Dfork.c2471 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()

Completed in 16 milliseconds