Searched refs:extra_pass (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/parisc/net/ |
| H A D | bpf_jit_core.c | 16 static int build_body(struct hppa_jit_context *ctx, bool extra_pass, int *offset) in build_body() argument 26 ret = bpf_jit_emit_insn(insn, ctx, extra_pass); in build_body() 47 bool tmp_blinded = false, extra_pass = false; in bpf_int_jit_compile() local 77 extra_pass = true; in bpf_int_jit_compile() 96 if (build_body(ctx, extra_pass, ctx->offset)) { in bpf_int_jit_compile() 149 if (build_body(ctx, extra_pass, NULL)) { in bpf_int_jit_compile() 169 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
|
| H A D | bpf_jit.h | 477 bool extra_pass);
|
| H A D | bpf_jit_comp64.c | 593 bool extra_pass) in bpf_jit_emit_insn() argument 973 ret = bpf_jit_get_func_addr(ctx->prog, insn, extra_pass, in bpf_jit_emit_insn()
|
| H A D | bpf_jit_comp32.c | 1117 bool extra_pass) in bpf_jit_emit_insn() argument 1310 ret = bpf_jit_get_func_addr(ctx->prog, insn, extra_pass, &addr, in bpf_jit_emit_insn()
|
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit.h | 197 u32 *addrs, int pass, bool extra_pass);
|
| H A D | bpf_jit_comp32.c | 288 u32 *addrs, int pass, bool extra_pass) in bpf_jit_build_body() argument 1130 ret = bpf_jit_get_func_addr(fp, &insn[i], extra_pass, in bpf_jit_build_body()
|
| H A D | bpf_jit_comp64.c | 628 u32 *addrs, int pass, bool extra_pass) in bpf_jit_build_body() argument 1393 ret = bpf_jit_get_func_addr(fp, &insn[i], extra_pass, in bpf_jit_build_body()
|
| /linux/arch/sparc/net/ |
| H A D | bpf_jit_comp_64.c | 1487 bool extra_pass = false; in bpf_int_jit_compile() local 1519 extra_pass = true; in bpf_int_jit_compile() 1604 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile() 1620 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
|
| /linux/arch/riscv/net/ |
| H A D | bpf_jit_comp32.c | 954 bool extra_pass) in bpf_jit_emit_insn() argument 1141 ret = bpf_jit_get_func_addr(ctx->prog, insn, extra_pass, &addr, in bpf_jit_emit_insn()
|
| /linux/kernel/bpf/ |
| H A D | core.c | 1245 const struct bpf_insn *insn, bool extra_pass, in bpf_jit_get_func_addr() 1259 if (!extra_pass) in bpf_jit_get_func_addr() 1229 bpf_jit_get_func_addr(const struct bpf_prog * prog,const struct bpf_insn * insn,bool extra_pass,u64 * func_addr,bool * func_addr_fixed) bpf_jit_get_func_addr() argument
|
| /linux/include/linux/ |
| H A D | filter.h | 1307 const struct bpf_insn *insn, bool extra_pass,
|