Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dtnum.c16 struct tnum tnum_const(u64 value) in tnum_const() function
212 return tnum_with_subreg(a, tnum_const(value)); in tnum_const_subreg()
H A Dverifier.c2073 reg->var_off = tnum_const(imm); in ___mark_reg_known()
6350 reg_off = tnum_add(reg->var_off, tnum_const(reg->off + off)); in check_generic_ptr_alignment()
6813 reg->var_off = tnum_const((s8)u64_cval); in coerce_reg_to_size_sx()
6815 reg->var_off = tnum_const((s16)u64_cval); in coerce_reg_to_size_sx()
6818 reg->var_off = tnum_const((s32)u64_cval); in coerce_reg_to_size_sx()
6887 reg->var_off = tnum_const((s8)u32_val); in coerce_subreg_to_size_sx()
6889 reg->var_off = tnum_const((s16)u32_val); in coerce_subreg_to_size_sx()
16003 t = tnum_or(tnum_subreg(reg1->var_off), tnum_const(val)); in regs_refine_cond_op()
16006 reg1->var_off = tnum_or(reg1->var_off, tnum_const(val)); in regs_refine_cond_op()
16016 t = tnum_and(tnum_subreg(reg1->var_off), tnum_const(~val)); in regs_refine_cond_op()
[all …]
/linux-6.15/include/linux/
H A Dtnum.h21 struct tnum tnum_const(u64 value);