Searched refs:bpf_this_cpu_ptr (Results 1 – 12 of 12) 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()
162 bpf_this_cpu_ptr(v->unref_ptr); in marked_as_untrusted_or_null() 200 bpf_this_cpu_ptr(unref_ptr); in inherit_untrusted_on_walk() 230 bpf_this_cpu_ptr(v->ref_ptr); in mark_ref_as_untrusted_or_null()
158 v = bpf_this_cpu_ptr(p); in BPF_PROG() 160 v = bpf_this_cpu_ptr(p); in BPF_PROG()
10 return *(int *)bpf_this_cpu_ptr(&bpf_testmod_ksym_percpu); in ksym_fail()
39 active = bpf_this_cpu_ptr(&bpf_prog_active); in handler2()
37 out_bpf_testmod_ksym = *(int *)bpf_this_cpu_ptr(&bpf_testmod_ksym_percpu); in load()
107 v = bpf_this_cpu_ptr(p); in BPF_PROG()
282 bpf_this_cpu_ptr(p->ptr); in ptr_walk_scalar()
1000 bpf_this_cpu_ptr(p); in dynptr_invalidate_slice_failure()
491 return *(int *) bpf_this_cpu_ptr(&__preempt_count);501 bpf_this_cpu_ptr(&pcpu_hot))->preempt_count; in __bpf_preempt_destructor()
732 BPF_CALL_1(bpf_this_cpu_ptr, const void *, percpu_ptr) in BPF_CALL_1() argument738 .func = bpf_this_cpu_ptr,