Searched refs:tnum_const (Results 1 – 3 of 3) sorted by relevance
16 struct tnum tnum_const(u64 value) in tnum_const() function210 return tnum_or(tnum_clear_subreg(a), tnum_const(value)); in tnum_const_subreg()
1016 reg->var_off = tnum_const(imm); in ___mark_reg_known()2912 reg_off = tnum_add(reg->var_off, tnum_const(ip_align + reg->off + off)); in check_pkt_ptr_alignment()2937 reg_off = tnum_add(reg->var_off, tnum_const(reg->off + off)); in check_generic_ptr_alignment()7024 false_32off = tnum_and(false_32off, tnum_const(~val32)); in reg_set_min_max()7027 tnum_const(val32)); in reg_set_min_max()7029 false_64off = tnum_and(false_64off, tnum_const(~val)); in reg_set_min_max()7032 tnum_const(val)); in reg_set_min_max()7848 range = tnum_const(0); in check_return_code()7854 range = tnum_const(0); in check_return_code()
21 struct tnum tnum_const(u64 value);