Searched refs:add_exception_handler (Results 1 – 2 of 2) sorted by relevance
/linux/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 1086 static int add_exception_handler(const struct bpf_insn *insn, in add_exception_handler() function 1681 ret = add_exception_handler(insn, ctx, dst); in build_insn() 1753 ret = add_exception_handler(insn, ctx, dst); in build_insn() 1813 ret = add_exception_handler(insn, ctx, dst); in build_insn() 1835 ret = add_exception_handler(insn, ctx, dst); in build_insn()
|
/linux/arch/loongarch/net/ |
H A D | bpf_jit.c | 456 static int add_exception_handler(const struct bpf_insn *insn, in add_exception_handler() function 1058 ret = add_exception_handler(insn, ctx, dst); in build_insn()
|