Searched refs:max_off (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | verifier.c | 2419 int min_off, max_off;
in check_stack_write_var_off() local 2431 max_off = ptr_reg->smax_value + off + size;
in check_stack_write_var_off() 2445 for (i = min_off; i < max_off; i++) {
in check_stack_write_var_off() 2499 * max_off), we set the register's type according to the types of the
2508 struct bpf_func_state *ptr_state, int min_off, int max_off, int dst_regno)
in mark_reg_stack_read() 2516 for (i = min_off; i < max_off; i++) {
in mark_reg_stack_read() 2525 if (zeros == max_off - min_off) {
in mark_reg_stack_read() 2665 int min_off, max_off;
in check_stack_read_var_off() local 2675 max_off = reg->smax_value + off;
in check_stack_read_var_off() 2676 mark_reg_stack_read(env, ptr_state, min_off, max_off in check_stack_read_var_off() 2506 mark_reg_stack_read(struct bpf_verifier_env *env, struct bpf_func_state *ptr_state, int min_off, int max_off, int dst_regno) mark_reg_stack_read() argument 3631 int min_off, max_off; check_stack_access_within_bounds() local 3953 int err, min_off, max_off, i, j, slot, spi; check_stack_range_initialized() local [all...] |
Completed in 8 milliseconds