Searched refs:bpf_this_cpu_ptr (Results 1 – 7 of 7) sorted by relevance
47 rq = (struct rq *)bpf_this_cpu_ptr(&runqueues); in handler()49 active = (int *)bpf_this_cpu_ptr(&bpf_prog_active); in handler()
156 bpf_this_cpu_ptr(v->unref_ptr); in marked_as_untrusted_or_null()192 bpf_this_cpu_ptr(unref_ptr); in inherit_untrusted_on_walk()276 bpf_this_cpu_ptr(v->ref_ptr); in mark_ref_as_untrusted_or_null()
10 return *(int *)bpf_this_cpu_ptr(&bpf_testmod_ksym_percpu); in ksym_fail()
40 active = bpf_this_cpu_ptr(&bpf_prog_active); in handler2()
34 value = bpf_this_cpu_ptr(&bpf_task_storage_busy); in BPF_PROG()
37 out_bpf_testmod_ksym = *(int *)bpf_this_cpu_ptr(&bpf_testmod_ksym_percpu); in load()
715 BPF_CALL_1(bpf_this_cpu_ptr, const void *, percpu_ptr) in BPF_CALL_1() argument721 .func = bpf_this_cpu_ptr,