Searched refs:add_exception_handler (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/riscv/net/ |
| H A D | bpf_jit_comp64.c | 765 static int add_exception_handler(const struct bpf_insn *insn, int dst_reg, in add_exception_handler() function 1911 ret = add_exception_handler(insn, rd, ctx); in bpf_jit_emit_insn() 1941 ret = add_exception_handler(insn, REG_DONT_CLEAR_MARKER, ctx); in bpf_jit_emit_insn() 1963 ret = add_exception_handler(insn, REG_DONT_CLEAR_MARKER, ctx); in bpf_jit_emit_insn() 1982 ret = ret ?: add_exception_handler(insn, REG_DONT_CLEAR_MARKER, ctx); in bpf_jit_emit_insn()
|
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 1112 static int add_exception_handler(const struct bpf_insn *insn, in add_exception_handler() function 1735 ret = add_exception_handler(insn, ctx, dst); in build_insn() 1807 ret = add_exception_handler(insn, ctx, dst); in build_insn() 1867 ret = add_exception_handler(insn, ctx, dst); in build_insn() 1890 ret = add_exception_handler(insn, ctx, dst); in build_insn()
|
| /linux/arch/loongarch/net/ |
| H A D | bpf_jit.c | 638 static int add_exception_handler(const struct bpf_insn *insn, in add_exception_handler() function 1290 ret = add_exception_handler(insn, ctx, dst); in build_insn() 1353 ret = add_exception_handler(insn, ctx, REG_DONT_CLEAR_MARKER); in build_insn() 1412 ret = add_exception_handler(insn, ctx, REG_DONT_CLEAR_MARKER); in build_insn()
|