Searched refs:bpf_copy_from_user (Results 1 – 17 of 17) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | summarization.c | 45 bpf_copy_from_user(&i, sizeof(i), NULL); in might_sleep() 68 bpf_copy_from_user(&i, sizeof(i), NULL); in main_might_sleep()
|
| H A D | lsm.c | 121 bpf_copy_from_user(args, sizeof(args), (void *)bprm->vma->vm_mm->arg_start); in BPF_PROG() 122 bpf_copy_from_user(args, sizeof(args), (void *)bprm->mm->arg_start); in BPF_PROG() 173 ret = bpf_copy_from_user(&buf, sizeof(buf), ptr); in BPF_PROG()
|
| H A D | preempt_lock.c | 113 bpf_copy_from_user(&data, sizeof(data), NULL); in preempt_sleepable_helper() 158 bpf_copy_from_user(&i, sizeof(i), NULL); in global_sleepable_helper_subprog()
|
| H A D | test_ptr_untrusted.c | 14 bpf_copy_from_user(tp_name, sizeof(tp_name) - 1, in BPF_PROG()
|
| H A D | summarization_freplace.c | 23 bpf_copy_from_user(&i, sizeof(i), NULL); in might_sleep()
|
| H A D | test_custom_sec_handlers.c | 58 bpf_copy_from_user(&whatever, sizeof(whatever), NULL); in xyz()
|
| H A D | bpf_mod_race.c | 79 bpf_copy_from_user(&dst, 1, bpf_mod_race_config.fault_addr); in BPF_PROG()
|
| H A D | uprobe_multi_session.c | 61 bpf_copy_from_user(data, sizeof(data), user_ptr); in verify_sleepable_user_copy()
|
| H A D | read_vsyscall.c | 48 read_ret[6] = bpf_copy_from_user(buf, sizeof(buf), user_ptr); in do_copy_from_user()
|
| H A D | test_verify_pkcs7_sig.c | 61 ret = bpf_copy_from_user(data_val, sizeof(struct data), in BPF_PROG()
|
| H A D | verifier_const.c | 77 bpf_copy_from_user(p, len, val); in write_dyn()
|
| H A D | uprobe_multi.c | 40 bpf_copy_from_user(data, sizeof(data), user_ptr); in verify_sleepable_user_copy()
|
| H A D | test_attach_probe.c | 92 bpf_copy_from_user(data, sizeof(data), user_ptr); in verify_sleepable_user_copy()
|
| H A D | irq.c | 203 bpf_copy_from_user(&data, sizeof(data), NULL); in irq_sleepable_helper() 459 bpf_copy_from_user(&i, sizeof(i), NULL); in global_sleepable_helper_subprog()
|
| H A D | test_spin_lock_fail.c | 260 bpf_copy_from_user(&i, sizeof(i), NULL); in global_sleepable_helper_subprog()
|
| H A D | rcu_read_lock.c | 448 bpf_copy_from_user(&i, sizeof(i), NULL); in global_sleepable_helper_subprog()
|
| /linux-6.15/kernel/bpf/ |
| H A D | helpers.c | 656 BPF_CALL_3(bpf_copy_from_user, void *, dst, u32, size, in BPF_CALL_3() argument 670 .func = bpf_copy_from_user,
|