Home
last modified time | relevance | path

Searched defs:extra_pass (Results 1 – 10 of 10) 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()
47 bool tmp_blinded = false, extra_pass = false; in bpf_int_jit_compile() local
H A Dbpf_jit_comp64.c593 bool extra_pass) in bpf_jit_emit_insn()
H A Dbpf_jit_comp32.c1117 bool extra_pass) in bpf_jit_emit_insn()
/linux/arch/loongarch/net/
H A Dbpf_jit.c503 static int build_insn(const struct bpf_insn *insn, struct jit_ctx *ctx, bool extra_pass) in build_insn()
1178 static int build_body(struct jit_ctx *ctx, bool extra_pass) in build_body()
1753 bool tmp_blinded = false, extra_pass = false; in bpf_int_jit_compile() local
/linux/arch/powerpc/net/
H A Dbpf_jit_comp32.c288 u32 *addrs, int pass, bool 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()
H A Dbpf_jit_comp.c148 bool extra_pass = false; in bpf_int_jit_compile() local
/linux/arch/riscv/net/
H A Dbpf_jit_comp32.c954 bool extra_pass) in bpf_jit_emit_insn()
/linux/arch/sparc/net/
H A Dbpf_jit_comp_64.c1487 bool extra_pass = false; in bpf_int_jit_compile() local
/linux/kernel/bpf/
H A Dcore.c1261 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