Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dtnum.c16 struct tnum tnum_const(u64 value) in tnum_const() function
213 return tnum_or(tnum_clear_subreg(a), tnum_const(value)); in tnum_const_subreg()
H A Dverifier.c2097 reg->var_off = tnum_const(imm); in ___mark_reg_known()
5744 reg_off = tnum_add(reg->var_off, tnum_const(ip_align + reg->off + off)); in check_pkt_ptr_alignment()
5769 reg_off = tnum_add(reg->var_off, tnum_const(reg->off + off)); in check_generic_ptr_alignment()
6109 reg->var_off = tnum_const((s8)u64_cval); in coerce_reg_to_size_sx()
6111 reg->var_off = tnum_const((s16)u64_cval); in coerce_reg_to_size_sx()
6114 reg->var_off = tnum_const((s32)u64_cval); in coerce_reg_to_size_sx()
6183 reg->var_off = tnum_const((s8)u32_val); in coerce_subreg_to_size_sx()
6185 reg->var_off = tnum_const((s16)u32_val); in coerce_subreg_to_size_sx()
14137 false_32off = tnum_and(false_32off, tnum_const(~val32)); in reg_set_min_max()
14140 tnum_const(val32)); in reg_set_min_max()
[all …]
/openbmc/linux/include/linux/
H A Dtnum.h21 struct tnum tnum_const(u64 value);