Home
last modified time | relevance | path

Searched refs:extra_pass (Results 1 – 11 of 11) sorted by relevance

/linux/arch/parisc/net/
H A Dbpf_jit_core.c16 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 Dbpf_jit.h477 bool extra_pass);
H A Dbpf_jit_comp64.c593 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 Dbpf_jit_comp32.c1117 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 Dbpf_jit.h197 u32 *addrs, int pass, bool extra_pass);
H A Dbpf_jit_comp32.c288 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 Dbpf_jit_comp64.c628 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 Dbpf_jit_comp_64.c1487 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 Dbpf_jit_comp32.c954 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 Dcore.c1245 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 Dfilter.h1307 const struct bpf_insn *insn, bool extra_pass,