Home
last modified time | relevance | path

Searched refs:is_branch_taken (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c7393 static int is_branch_taken(struct bpf_reg_state *reg, u64 val, u8 opcode, bool is_jmp32) in is_branch_taken() function
7873 pred = is_branch_taken(dst_reg, insn->imm, opcode, is_jmp32); in check_cond_jmp_op()
7875 pred = is_branch_taken(dst_reg, tnum_subreg(src_reg->var_off).value, opcode, is_jmp32); in check_cond_jmp_op()
7877 pred = is_branch_taken(dst_reg, src_reg->var_off.value, opcode, is_jmp32); in check_cond_jmp_op()
7882 * above is_branch_taken() special cased the 0 comparison. in check_cond_jmp_op()

Completed in 16 milliseconds