Searched refs:tnum_is_const (Results 1 – 4 of 4) sorted by relevance
59 static inline bool tnum_is_const(struct tnum a) in tnum_is_const() function67 return tnum_is_const(a) && a.value == b; in tnum_equals_const()
59 if (reg2->type != SCALAR_VALUE || !tnum_is_const(reg2->var_off)) in nfp_record_adjust_head()135 if (!tnum_is_const(reg->var_off)) { in nfp_bpf_stack_arg_ok()320 if (!(reg0->type == SCALAR_VALUE && tnum_is_const(reg0->var_off))) { in nfp_bpf_check_exit()353 if (!tnum_is_const(reg->var_off)) { in nfp_bpf_check_stack_access()426 if (!tnum_is_const(reg->var_off)) { in nfp_bpf_map_mark_used()
691 if (t == SCALAR_VALUE && tnum_is_const(reg->var_off)) { in print_reg_state()702 if (tnum_is_const(reg->var_off)) { in print_reg_state()739 if (tnum_is_const(reg->var_off)) { in print_reg_state()
621 if (!tnum_is_const(reg->var_off)) { in stack_slot_obj_get_spi()2588 if (tnum_is_const(reg->var_off)) { in reg_bounds_sanity_check()5554 if (tnum_is_const(reg->var_off)) { in check_stack_write()6810 if (tnum_is_const(reg->var_off)) { in coerce_reg_to_size_sx()6884 if (tnum_is_const(reg->var_off)) { in coerce_subreg_to_size_sx()7456 if (tnum_is_const(reg->var_off)) in check_mem_access()8161 if (!tnum_is_const(reg->var_off)) in check_mem_size_reg()9470 if (!tnum_is_const(key->var_off)) in get_constant_map_key()9496 if (!tnum_is_const(reg->var_off)) in get_constant_map_key()15652 if (tnum_is_const(t1) && tnum_is_const(t2)) in is_scalar_branch_taken()[all …]