Searched refs:unsafe_ptr__ign (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | preempt_lock.c | 8 extern int bpf_copy_from_user_str(void *dst, u32 dst__sz, const void *unsafe_ptr__ign, u64 flags) _…
|
| H A D | verifier_bits_iter.c | 13 int bpf_iter_bits_new(struct bpf_iter_bits *it, const u64 *unsafe_ptr__ign,
|
| H A D | irq.c | 12 extern int bpf_copy_from_user_str(void *dst, u32 dst__sz, const void *unsafe_ptr__ign, u64 flags) _…
|
| /linux-6.15/kernel/bpf/ |
| H A D | helpers.c | 3001 bpf_iter_bits_new(struct bpf_iter_bits *it, const u64 *unsafe_ptr__ign, u32 nr_words) in bpf_iter_bits_new() argument 3016 if (!unsafe_ptr__ign || !nr_words) in bpf_iter_bits_new() 3023 err = bpf_probe_read_kernel_common(&kit->bits_copy, nr_bytes, unsafe_ptr__ign); in bpf_iter_bits_new() 3041 err = bpf_probe_read_kernel_common(kit->bits, nr_bytes, unsafe_ptr__ign); in bpf_iter_bits_new() 3112 __bpf_kfunc int bpf_copy_from_user_str(void *dst, u32 dst__sz, const void __user *unsafe_ptr__ign, … in bpf_copy_from_user_str() argument 3122 ret = strncpy_from_user(dst, unsafe_ptr__ign, dst__sz - 1); in bpf_copy_from_user_str() 3158 const void __user *unsafe_ptr__ign, in bpf_copy_from_user_task_str() argument 3169 ret = copy_remote_vm_str(tsk, (unsigned long)unsafe_ptr__ign, dst, dst__sz, 0); in bpf_copy_from_user_task_str()
|
| /linux-6.15/tools/sched_ext/include/scx/ |
| H A D | common.bpf.h | 365 int bpf_iter_bits_new(struct bpf_iter_bits *it, const u64 *unsafe_ptr__ign, u32 nr_words) __ksym; 377 struct bpf_iter_##name *it, const u64 *unsafe_ptr__ign, u32 nr_words) \
|