Home
last modified time | relevance | path

Searched refs:no_sext (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/bpf/
H A Dverifier.c6569 bool no_sext = reg_umax(&regs[value_regno]) < in check_mem_access() local
6573 if (!no_sext) in check_mem_access()
15834 bool no_sext; in check_alu_op() local
15836 no_sext = reg_umax(src_reg) < (1ULL << (insn->off - 1)); in check_alu_op()
15837 if (no_sext) in check_alu_op()
15840 if (!no_sext) in check_alu_op()
15869 bool no_sext = reg_umax(src_reg) < (1ULL << (insn->off - 1)); in check_alu_op() local
15871 if (no_sext) in check_alu_op()
15874 if (!no_sext) in check_alu_op()