| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| H A D | nested_trust_failure.c | 28 int BPF_PROG(test_invalid_nested_user_cpus, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument 36 int BPF_PROG(test_invalid_nested_offset, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
|
| H A D | nested_trust_success.c | 22 int BPF_PROG(test_read_cpumask, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
|
| H A D | cpumask_failure.c | 21 int BPF_PROG(test_alloc_no_release, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument 34 int BPF_PROG(test_alloc_double_release, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument 49 int BPF_PROG(test_acquire_wrong_cpumask, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument 62 int BPF_PROG(test_mutate_cpumask, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument 75 int BPF_PROG(test_insert_remove_no_release, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument 99 int BPF_PROG(test_cpumask_null, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument 109 int BPF_PROG(test_global_mask_out_of_rcu, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument 143 int BPF_PROG(test_global_mask_no_null_check, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument 171 int BPF_PROG(test_global_mask_rcu_no_null_check, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument [all...] |
| H A D | exhandler_kern.c | 19 int BPF_PROG(trace_task_newtask, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
|
| H A D | test_task_under_cgroup.c | 21 int BPF_PROG(handle__task_newtask, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
|
| H A D | task_kfunc_failure.c | 32 int BPF_PROG(task_kfunc_acquire_untrusted, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument 53 int BPF_PROG(task_kfunc_acquire_fp, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument 69 int BPF_PROG(task_kfunc_acquire_unsafe_kretprobe, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument 84 int BPF_PROG(task_kfunc_acquire_unsafe_kretprobe_rcu, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument 104 int BPF_PROG(task_kfunc_acquire_null, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument 119 int BPF_PROG(task_kfunc_acquire_unreleased, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument 133 int BPF_PROG(task_kfunc_xchg_unreleased, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument 153 int BPF_PROG(task_kfunc_acquire_release_no_null_check, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument 166 BPF_PROG(task_kfunc_release_untrusted, struct task_struct *task, u64 clone_flags) BPF_PROG() argument 182 BPF_PROG(task_kfunc_release_fp, struct task_struct *task, u64 clone_flags) BPF_PROG() argument 194 BPF_PROG(task_kfunc_release_null, struct task_struct *task, u64 clone_flags) BPF_PROG() argument 228 BPF_PROG(task_kfunc_release_unacquired, struct task_struct *task, u64 clone_flags) BPF_PROG() argument 238 BPF_PROG(task_kfunc_from_pid_no_null_check, struct task_struct *task, u64 clone_flags) BPF_PROG() argument 267 BPF_PROG(task_access_comm1, struct task_struct *task, u64 clone_flags) BPF_PROG() argument 275 BPF_PROG(task_access_comm2, struct task_struct *task, u64 clone_flags) BPF_PROG() argument 283 BPF_PROG(task_access_comm3, struct task_struct *task, u64 clone_flags) BPF_PROG() argument 303 BPF_PROG(task_kfunc_release_in_map, struct task_struct *task, u64 clone_flags) BPF_PROG() argument [all...] |
| H A D | task_kfunc_success.c | 66 int BPF_PROG(test_task_kfunc_flavor_relo, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument 96 int BPF_PROG(test_task_kfunc_flavor_relo_not_found, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument 110 int BPF_PROG(test_task_acquire_release_argument, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument 119 int BPF_PROG(test_task_acquire_release_current, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument 128 int BPF_PROG(test_task_acquire_leave_in_map, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument 143 int BPF_PROG(test_task_xchg_release, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument 176 int BPF_PROG(test_task_map_acquire_release, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument 214 int BPF_PROG(test_task_current_acquire_release, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument 247 int BPF_PROG(test_task_from_pid_arg, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument 257 BPF_PROG(test_task_from_pid_current, struct task_struct *task, u64 clone_flags) BPF_PROG() argument 280 BPF_PROG(test_task_from_pid_invalid, struct task_struct *task, u64 clone_flags) BPF_PROG() argument 303 BPF_PROG(task_kfunc_acquire_trusted_walked, struct task_struct *task, u64 clone_flags) BPF_PROG() argument [all...] |
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | sem.h | 25 static inline int copy_semundo(unsigned long clone_flags, struct task_struct *tsk) in copy_semundo() argument
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | sem.h | 25 static inline int copy_semundo(unsigned long clone_flags, struct task_struct *tsk) in copy_semundo() argument
|
| H A D | user_events.h | 35 user_events_fork(struct task_struct *t, unsigned long clone_flags) user_events_fork() argument 70 user_events_fork(struct task_struct *t, unsigned long clone_flags) user_events_fork() argument
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| H A D | shstk.h | 28 shstk_alloc_thread_stack(struct task_struct *p, unsigned long clone_flags, unsigned long stack_size) shstk_alloc_thread_stack() argument
|
| /kernel/linux/linux-5.10/arch/microblaze/kernel/ |
| H A D | process.c | 56 int copy_thread(unsigned long clone_flags, unsigned long usp, unsigned long arg, in copy_thread() argument
|
| /kernel/linux/linux-5.10/arch/riscv/kernel/ |
| H A D | process.c | 109 int copy_thread(unsigned long clone_flags, unsigned long usp, unsigned long arg, in copy_thread() argument
|
| /kernel/linux/linux-5.10/arch/csky/kernel/ |
| H A D | process.c | 33 int copy_thread(unsigned long clone_flags, in copy_thread() argument
|
| /kernel/linux/linux-6.6/arch/hexagon/kernel/ |
| H A D | process.c | 54 unsigned long clone_flags = args->flags; in copy_thread() local
|
| /kernel/linux/linux-6.6/arch/microblaze/kernel/ |
| H A D | process.c | 57 unsigned long clone_flags = args->flags; in copy_thread() local
|
| /kernel/linux/linux-6.6/arch/csky/kernel/ |
| H A D | process.c | 35 unsigned long clone_flags = args->flags; in copy_thread() local
|
| /kernel/linux/linux-5.10/arch/hexagon/kernel/ |
| H A D | process.c | 53 int copy_thread(unsigned long clone_flags, unsigned long usp, unsigned long arg, in copy_thread() argument
|
| /kernel/linux/linux-5.10/arch/arc/kernel/ |
| H A D | process.c | 165 int copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument
|
| /kernel/linux/linux-5.10/arch/c6x/kernel/ |
| H A D | process.c | 107 int copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument
|
| /kernel/linux/linux-5.10/arch/h8300/kernel/ |
| H A D | process.c | 108 int copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument 157 unsigned long clone_flags; in sys_clone() local
|
| /kernel/linux/linux-5.10/arch/sh/kernel/ |
| H A D | process_32.c | 95 int copy_thread(unsigned long clone_flags, unsigned long usp, unsigned long arg, in copy_thread() argument
|
| /kernel/linux/linux-6.6/arch/m68k/kernel/ |
| H A D | process.c | 143 unsigned long clone_flags = args->flags; in copy_thread() local
|
| /kernel/linux/linux-6.6/arch/arc/kernel/ |
| H A D | process.c | 169 unsigned long clone_flags = args->flags; in copy_thread() local
|
| /kernel/linux/linux-6.6/arch/parisc/kernel/ |
| H A D | process.c | 204 unsigned long clone_flags = args->flags; in copy_thread() local
|