Home
last modified time | relevance | path

Searched refs:__bpf_call_base (Results 1 – 2 of 2) sorted by relevance

/kernel/bpf/
Dcore.c963 addr = (u8 *)__bpf_call_base + imm; in bpf_jit_get_func_addr()
1208 noinline u64 __bpf_call_base(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5) in __bpf_call_base() function
1212 EXPORT_SYMBOL_GPL(__bpf_call_base);
1562 BPF_R0 = (__bpf_call_base + insn->imm)(BPF_R1, BPF_R2, BPF_R3, in ___bpf_prog_run()
Dverifier.c11476 __bpf_call_base; in jit_subprogs()
11870 __bpf_call_base; in fixup_bpf_calls()
11874 __bpf_call_base; in fixup_bpf_calls()
11878 __bpf_call_base; in fixup_bpf_calls()
11882 __bpf_call_base; in fixup_bpf_calls()
11886 __bpf_call_base; in fixup_bpf_calls()
11890 __bpf_call_base; in fixup_bpf_calls()
11932 insn->imm = fn->func - __bpf_call_base; in fixup_bpf_calls()