Searched refs:CHECK_RET (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/arc/net/ |
| H A D | bpf_jit_core.c | 15 #define CHECK_RET(cmd) \ macro 306 CHECK_RET(jit_buffer_check(ctx)); in handle_prologue() 321 CHECK_RET(jit_buffer_check(ctx)); in handle_epilogue() 596 CHECK_RET(bpf_cond_to_arc(BPF_OP(insn->code), &cond)); in handle_jumps() 599 CHECK_RET(check_bpf_jump(ctx, insn)); in handle_jumps() 627 CHECK_RET(feasible_jit_jump(curr_off, targ_off, cond, j32)); in handle_jumps() 853 CHECK_RET(handle_swap(buf, dst, imm, BPF_SRC(code), in handle_insn() 944 CHECK_RET(handle_ld_imm64(ctx, insn, &len)); in handle_insn() 1019 CHECK_RET(handle_jumps(ctx, insn, &len)); in handle_insn() 1022 CHECK_RET(handle_call(ctx, insn, &len)); in handle_insn() [all …]
|