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()3150 reg_off = tnum_add(reg->var_off, tnum_const(ip_align + reg->off + off)); in check_pkt_ptr_alignment()3175 reg_off = tnum_add(reg->var_off, tnum_const(reg->off + off)); in check_generic_ptr_alignment()7570 false_32off = tnum_and(false_32off, tnum_const(~val32)); in reg_set_min_max()7573 tnum_const(val32)); in reg_set_min_max()7575 false_64off = tnum_and(false_64off, tnum_const(~val)); in reg_set_min_max()7578 tnum_const(val)); in reg_set_min_max()8364 range = tnum_const(0); in check_return_code()8370 range = tnum_const(0); in check_return_code()
21 struct tnum tnum_const(u64 value);