Lines Matching refs:min_off

3631 	int min_off, max_off;  in check_stack_write_var_off()  local
3643 min_off = ptr_reg->smin_value + off; in check_stack_write_var_off()
3651 err = grow_stack_state(state, round_up(-min_off, BPF_REG_SIZE)); in check_stack_write_var_off()
3655 for (i = min_off; i < max_off; i++) { in check_stack_write_var_off()
3665 for (i = min_off; i < max_off; i++) { in check_stack_write_var_off()
3735 int min_off, int max_off, int dst_regno) in mark_reg_stack_read() argument
3743 for (i = min_off; i < max_off; i++) { in mark_reg_stack_read()
3751 if (zeros == max_off - min_off) { in mark_reg_stack_read()
3913 int min_off, max_off; in check_stack_read_var_off() local
3922 min_off = reg->smin_value + off; in check_stack_read_var_off()
3924 mark_reg_stack_read(env, ptr_state, min_off, max_off + size, dst_regno); in check_stack_read_var_off()
5242 int min_off, max_off; in check_stack_access_within_bounds() local
5255 min_off = reg->var_off.value + off; in check_stack_access_within_bounds()
5257 max_off = min_off + access_size - 1; in check_stack_access_within_bounds()
5259 max_off = min_off; in check_stack_access_within_bounds()
5267 min_off = reg->smin_value + off; in check_stack_access_within_bounds()
5271 max_off = min_off; in check_stack_access_within_bounds()
5274 err = check_stack_slot_within_bounds(min_off, state, type); in check_stack_access_within_bounds()
5658 int err, min_off, max_off, i, j, slot, spi; in check_stack_range_initialized() local
5688 min_off = max_off = reg->var_off.value + off; in check_stack_range_initialized()
5712 min_off = reg->smin_value + off; in check_stack_range_initialized()
5730 for (i = min_off; i < max_off + access_size; i++) { in check_stack_range_initialized()
5747 for (i = min_off; i < max_off + access_size; i++) { in check_stack_range_initialized()
5779 err_extra, regno, min_off, i - min_off, access_size); in check_stack_range_initialized()
5785 err_extra, regno, tn_buf, i - min_off, access_size); in check_stack_range_initialized()
5801 return update_stack_depth(env, state, min_off); in check_stack_range_initialized()