Searched refs:tnum_add (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | tnum.c | 63 struct tnum tnum_add(struct tnum a, struct tnum b) in tnum_add() function 144 acc = tnum_add(acc, b); in tnum_mul() 154 acc = tnum_union(acc, tnum_add(acc, b)); in tnum_mul()
|
| H A D | verifier.c | 4930 reg_off = tnum_add(reg->var_off, tnum_const(ip_align + off)); in check_packet_access() 4955 reg_off = tnum_add(reg->var_off, tnum_const(off)); in __check_ctx_access() 6059 dst_reg->var_off = tnum_add(dst_reg->var_off, fake_reg.var_off); in check_ptr_to_btf_access() 13758 dst_reg->var_off = tnum_add(ptr_reg->var_off, off_reg->var_off); in adjust_ptr_min_max_vals() 14610 dst_reg->var_off = tnum_add(dst_reg->var_off, src_reg.var_off); in scalar32_min_max_lsh() 15913 reg->var_off = tnum_add(reg->var_off, fake_reg.var_off); in regs_refine_cond_op()
|
| /linux/include/linux/ |
| H A D | tnum.h | 40 struct tnum tnum_add(struct tnum a, struct tnum b);
|