Searched refs:bpf_int_jit_compile (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/riscv/net/ |
| H A D | bpf_jit_core.c | 44 struct bpf_prog *bpf_int_jit_compile(struct bpf_verifier_env *env, struct bpf_prog *prog) in bpf_int_jit_compile() function
|
| /linux/kernel/bpf/ |
| H A D | core.c | 2639 return bpf_int_jit_compile(env, prog); in bpf_prog_jit_compile() 2650 prog = bpf_int_jit_compile(env, prog); in bpf_prog_jit_compile() 3218 struct bpf_prog * __weak bpf_int_jit_compile(struct bpf_verifier_env *env, struct bpf_prog *prog) in bpf_int_jit_compile() function
|
| H A D | fixups.c | 1203 func[i] = bpf_int_jit_compile(env, func[i]); in jit_subprogs() 1247 tmp = bpf_int_jit_compile(env, func[i]); in jit_subprogs()
|
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp.c | 165 struct bpf_prog *bpf_int_jit_compile(struct bpf_verifier_env *env, struct bpf_prog *fp) in bpf_int_jit_compile() function
|
| /linux/include/linux/ |
| H A D | filter.h | 1233 struct bpf_prog *bpf_int_jit_compile(struct bpf_verifier_env *env, struct bpf_prog *prog);
|
| /linux/arch/loongarch/net/ |
| H A D | bpf_jit.c | 2191 struct bpf_prog *bpf_int_jit_compile(struct bpf_verifier_env *env, struct bpf_prog *prog) in bpf_int_jit_compile() function
|
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 2156 struct bpf_prog *bpf_int_jit_compile(struct bpf_verifier_env *env, struct bpf_prog *prog) in bpf_int_jit_compile() function
|
| /linux/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 3962 struct bpf_prog *bpf_int_jit_compile(struct bpf_verifier_env *env, struct bpf_prog *prog) in bpf_int_jit_compile() function
|