/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | task_kfunc_failure.c | 32 int BPF_PROG(task_kfunc_acquire_untrusted, struct task_struct *task, u64 clone_flags) in BPF_PROG() 53 int BPF_PROG(task_kfunc_acquire_fp, struct task_struct *task, u64 clone_flags) in BPF_PROG() 69 int BPF_PROG(task_kfunc_acquire_unsafe_kretprobe, struct task_struct *task, u64 clone_flags) in BPF_PROG() 84 int BPF_PROG(task_kfunc_acquire_unsafe_kretprobe_rcu, struct task_struct *task, u64 clone_flags) in BPF_PROG() 104 int BPF_PROG(task_kfunc_acquire_null, struct task_struct *task, u64 clone_flags) in BPF_PROG() 119 int BPF_PROG(task_kfunc_acquire_unreleased, struct task_struct *task, u64 clone_flags) in BPF_PROG() 133 int BPF_PROG(task_kfunc_xchg_unreleased, struct task_struct *task, u64 clone_flags) in BPF_PROG() 153 int BPF_PROG(task_kfunc_acquire_release_no_null_check, struct task_struct *task, u64 clone_flags) in BPF_PROG() 166 int BPF_PROG(task_kfunc_release_untrusted, struct task_struct *task, u64 clone_flags) in BPF_PROG() 182 int BPF_PROG(task_kfunc_release_fp, struct task_struct *task, u64 clone_flags) in BPF_PROG() [all …]
|
D | task_kfunc_success.c | 66 int BPF_PROG(test_task_kfunc_flavor_relo, struct task_struct *task, u64 clone_flags) in BPF_PROG() 96 int BPF_PROG(test_task_kfunc_flavor_relo_not_found, struct task_struct *task, u64 clone_flags) in BPF_PROG() 110 int BPF_PROG(test_task_acquire_release_argument, struct task_struct *task, u64 clone_flags) in BPF_PROG() 119 int BPF_PROG(test_task_acquire_release_current, struct task_struct *task, u64 clone_flags) in BPF_PROG() 128 int BPF_PROG(test_task_acquire_leave_in_map, struct task_struct *task, u64 clone_flags) in BPF_PROG() 143 int BPF_PROG(test_task_xchg_release, struct task_struct *task, u64 clone_flags) in BPF_PROG() 176 int BPF_PROG(test_task_map_acquire_release, struct task_struct *task, u64 clone_flags) in BPF_PROG() 214 int BPF_PROG(test_task_current_acquire_release, struct task_struct *task, u64 clone_flags) in BPF_PROG() 247 int BPF_PROG(test_task_from_pid_arg, struct task_struct *task, u64 clone_flags) in BPF_PROG() 257 int BPF_PROG(test_task_from_pid_current, struct task_struct *task, u64 clone_flags) in BPF_PROG() [all …]
|
D | cpumask_success.c | 66 int BPF_PROG(test_alloc_free_cpumask, struct task_struct *task, u64 clone_flags) in BPF_PROG() 82 int BPF_PROG(test_set_clear_cpu, struct task_struct *task, u64 clone_flags) in BPF_PROG() 111 int BPF_PROG(test_setall_clear_cpu, struct task_struct *task, u64 clone_flags) in BPF_PROG() 140 int BPF_PROG(test_first_firstzero_cpu, struct task_struct *task, u64 clone_flags) in BPF_PROG() 179 int BPF_PROG(test_firstand_nocpu, struct task_struct *task, u64 clone_flags) in BPF_PROG() 211 int BPF_PROG(test_test_and_set_clear, struct task_struct *task, u64 clone_flags) in BPF_PROG() 243 int BPF_PROG(test_and_or_xor, struct task_struct *task, u64 clone_flags) in BPF_PROG() 290 int BPF_PROG(test_intersects_subset, struct task_struct *task, u64 clone_flags) in BPF_PROG() 332 int BPF_PROG(test_copy_any_anyand, struct task_struct *task, u64 clone_flags) in BPF_PROG() 386 int BPF_PROG(test_insert_leave, struct task_struct *task, u64 clone_flags) in BPF_PROG() [all …]
|
D | cpumask_failure.c | 21 int BPF_PROG(test_alloc_no_release, struct task_struct *task, u64 clone_flags) in BPF_PROG() 34 int BPF_PROG(test_alloc_double_release, struct task_struct *task, u64 clone_flags) in BPF_PROG() 49 int BPF_PROG(test_acquire_wrong_cpumask, struct task_struct *task, u64 clone_flags) in BPF_PROG() 62 int BPF_PROG(test_mutate_cpumask, struct task_struct *task, u64 clone_flags) in BPF_PROG() 75 int BPF_PROG(test_insert_remove_no_release, struct task_struct *task, u64 clone_flags) in BPF_PROG() 99 int BPF_PROG(test_cpumask_null, struct task_struct *task, u64 clone_flags) in BPF_PROG() 109 int BPF_PROG(test_global_mask_out_of_rcu, struct task_struct *task, u64 clone_flags) in BPF_PROG() 143 int BPF_PROG(test_global_mask_no_null_check, struct task_struct *task, u64 clone_flags) in BPF_PROG() 171 int BPF_PROG(test_global_mask_rcu_no_null_check, struct task_struct *task, u64 clone_flags) in BPF_PROG()
|
D | nested_trust_failure.c | 28 int BPF_PROG(test_invalid_nested_user_cpus, struct task_struct *task, u64 clone_flags) in BPF_PROG() 36 int BPF_PROG(test_invalid_nested_offset, struct task_struct *task, u64 clone_flags) in BPF_PROG()
|
D | nested_trust_success.c | 22 int BPF_PROG(test_read_cpumask, struct task_struct *task, u64 clone_flags) in BPF_PROG()
|
D | exhandler_kern.c | 19 int BPF_PROG(trace_task_newtask, struct task_struct *task, u64 clone_flags) in BPF_PROG()
|
D | test_task_under_cgroup.c | 21 int BPF_PROG(handle__task_newtask, struct task_struct *task, u64 clone_flags) in BPF_PROG()
|
/linux-6.6.21/include/linux/ |
D | user_events.h | 36 unsigned long clone_flags) in user_events_fork() 71 unsigned long clone_flags) in user_events_fork()
|
D | iocontext.h | 122 static inline int copy_io(unsigned long clone_flags, struct task_struct *tsk) in copy_io() 132 static inline int copy_io(unsigned long clone_flags, struct task_struct *tsk) in copy_io()
|
D | sem.h | 25 static inline int copy_semundo(unsigned long clone_flags, struct task_struct *tsk) in copy_semundo()
|
/linux-6.6.21/arch/nios2/kernel/ |
D | process.c | 104 unsigned long clone_flags = args->flags; in copy_thread() local 253 asmlinkage int nios2_clone(unsigned long clone_flags, unsigned long newsp, in nios2_clone()
|
/linux-6.6.21/kernel/ |
D | fork.c | 1708 static int copy_mm(unsigned long clone_flags, struct task_struct *tsk) in copy_mm() 1746 static int copy_fs(unsigned long clone_flags, struct task_struct *tsk) in copy_fs() 1766 static int copy_files(unsigned long clone_flags, struct task_struct *tsk, in copy_files() 1799 static int copy_sighand(unsigned long clone_flags, struct task_struct *tsk) in copy_sighand() 1848 static int copy_signal(unsigned long clone_flags, struct task_struct *tsk) in copy_signal() 2201 static void copy_oom_score_adj(u64 clone_flags, struct task_struct *tsk) in copy_oom_score_adj() 2250 const u64 clone_flags = args->flags; in copy_process() local 2870 u64 clone_flags = args->flags; in kernel_clone() local 3020 SYSCALL_DEFINE5(clone, unsigned long, clone_flags, unsigned long, newsp, in SYSCALL_DEFINE5() argument
|
/linux-6.6.21/arch/csky/kernel/ |
D | process.c | 35 unsigned long clone_flags = args->flags; in copy_thread() local
|
/linux-6.6.21/arch/x86/include/asm/ |
D | shstk.h | 29 unsigned long clone_flags, in shstk_alloc_thread_stack()
|
/linux-6.6.21/arch/microblaze/kernel/ |
D | process.c | 57 unsigned long clone_flags = args->flags; in copy_thread() local
|
/linux-6.6.21/arch/hexagon/kernel/ |
D | process.c | 54 unsigned long clone_flags = args->flags; in copy_thread() local
|
/linux-6.6.21/arch/sh/kernel/ |
D | process_32.c | 92 unsigned long clone_flags = args->flags; in copy_thread() local
|
/linux-6.6.21/arch/ia64/kernel/ |
D | process.c | 302 unsigned long clone_flags = args->flags; in copy_thread() local 405 asmlinkage long ia64_clone(unsigned long clone_flags, unsigned long stack_start, in ia64_clone()
|
/linux-6.6.21/arch/parisc/kernel/ |
D | process.c | 204 unsigned long clone_flags = args->flags; in copy_thread() local
|
/linux-6.6.21/arch/riscv/kernel/ |
D | process.c | 178 unsigned long clone_flags = args->flags; in copy_thread() local
|
/linux-6.6.21/arch/s390/kernel/ |
D | process.c | 111 unsigned long clone_flags = args->flags; in copy_thread() local
|
/linux-6.6.21/arch/arc/kernel/ |
D | process.c | 169 unsigned long clone_flags = args->flags; in copy_thread() local
|
/linux-6.6.21/arch/m68k/kernel/ |
D | process.c | 143 unsigned long clone_flags = args->flags; in copy_thread() local
|
/linux-6.6.21/arch/openrisc/kernel/ |
D | process.c | 169 unsigned long clone_flags = args->flags; in copy_thread() local
|