Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dverifier.c13652 bool is_src_reg_u32 = src_reg->umax_value <= U32_MAX; in check_alu_op() local
13654 if (is_src_reg_u32 && need_id) in check_alu_op()
13661 if (!is_src_reg_u32) in check_alu_op()