Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dverifier.c4882 static bool is_reg_const(struct bpf_reg_state *reg, bool subreg32) in is_reg_const() argument
4885 tnum_is_const(subreg32 ? tnum_subreg(reg->var_off) : reg->var_off); in is_reg_const()
4889 static u64 reg_const_value(struct bpf_reg_state *reg, bool subreg32) in reg_const_value() argument
4891 return subreg32 ? tnum_subreg(reg->var_off).value : reg->var_off.value; in reg_const_value()