Home
last modified time | relevance | path

Searched refs:bpf_this_cpu_ptr (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dtest_spin_lock_fail.c42 bpf_this_cpu_ptr(f); in lock_id_kptr_preserve()
49 bpf_this_cpu_ptr(&lockA); in lock_id_global_zero()
62 bpf_this_cpu_ptr(f); in lock_id_mapval_preserve()
79 bpf_this_cpu_ptr(f); in lock_id_innermapval_preserve()
A Dtest_ksyms_btf.c47 rq = (struct rq *)bpf_this_cpu_ptr(&runqueues); in handler()
49 active = (int *)bpf_this_cpu_ptr(&bpf_prog_active); in handler()
A Dksym_race.c10 return *(int *)bpf_this_cpu_ptr(&bpf_testmod_ksym_percpu); in ksym_fail()
A Dmap_kptr_fail.c165 bpf_this_cpu_ptr(v->unref_ptr); in marked_as_untrusted_or_null()
203 bpf_this_cpu_ptr(unref_ptr); in inherit_untrusted_on_walk()
294 bpf_this_cpu_ptr(v->ref_ptr); in mark_ref_as_untrusted_or_null()
A Dtest_ksyms_btf_write_check.c40 active = bpf_this_cpu_ptr(&bpf_prog_active); in handler2()
A Dread_bpf_task_storage_busy.c34 value = bpf_this_cpu_ptr(&bpf_task_storage_busy); in BPF_PROG()
A Dtest_ksyms_module.c37 out_bpf_testmod_ksym = *(int *)bpf_this_cpu_ptr(&bpf_testmod_ksym_percpu); in load()
A Dlinked_list_fail.c285 bpf_this_cpu_ptr(p->ptr); in ptr_walk_scalar()
589 bpf_this_cpu_ptr(n); in pop_ptr_off()
A Ddynptr_fail.c956 bpf_this_cpu_ptr(p); in dynptr_invalidate_slice_or_null()
/linux-6.3-rc2/kernel/bpf/
A Dhelpers.c721 BPF_CALL_1(bpf_this_cpu_ptr, const void *, percpu_ptr) in BPF_CALL_1() argument
727 .func = bpf_this_cpu_ptr,

Completed in 17 milliseconds