Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/bpf/
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()
Dverifier.c1882 reg->var_off = tnum_const(imm); in ___mark_reg_known()
5488 reg_off = tnum_add(reg->var_off, tnum_const(ip_align + reg->off + off)); in check_pkt_ptr_alignment()
5513 reg_off = tnum_add(reg->var_off, tnum_const(reg->off + off)); in check_generic_ptr_alignment()
5867 reg->var_off = tnum_const((s8)u64_cval); in coerce_reg_to_size_sx()
5869 reg->var_off = tnum_const((s16)u64_cval); in coerce_reg_to_size_sx()
5872 reg->var_off = tnum_const((s32)u64_cval); in coerce_reg_to_size_sx()
5940 reg->var_off = tnum_const((s8)u32_val); in coerce_subreg_to_size_sx()
5942 reg->var_off = tnum_const((s16)u32_val); in coerce_subreg_to_size_sx()
13689 false_32off = tnum_and(false_32off, tnum_const(~val32)); in reg_set_min_max()
13692 tnum_const(val32)); in reg_set_min_max()
[all …]
/Linux-v6.6/include/linux/
Dtnum.h21 struct tnum tnum_const(u64 value);