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 | 1113 static int add_exception_handler(const struct bpf_insn *insn, in add_exception_handler() function 1733 ret = add_exception_handler(insn, ctx, dst); in build_insn() 1805 ret = add_exception_handler(insn, ctx, dst); in build_insn() 1865 ret = add_exception_handler(insn, ctx, dst); in build_insn() 1888 ret = add_exception_handler(insn, ctx, dst); in build_insn()
|
| /linux/arch/loongarch/net/ |
| H A D | bpf_jit.c | 478 static int add_exception_handler(const struct bpf_insn *insn, in add_exception_handler() function 1130 ret = add_exception_handler(insn, ctx, dst); in build_insn() 1193 ret = add_exception_handler(insn, ctx, REG_DONT_CLEAR_MARKER); in build_insn() 1252 ret = add_exception_handler(insn, ctx, REG_DONT_CLEAR_MARKER); in build_insn()
|