Searched refs:min_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 2430 min_off = ptr_reg->smin_value + off;
in check_stack_write_var_off() 2439 err = realloc_func_state(state, round_up(-min_off, BPF_REG_SIZE), state->acquired_refs, true);
in check_stack_write_var_off() 2445 for (i = min_off; i < max_off; i++) {
in check_stack_write_var_off() 2498 /* When register 'dst_regno' is assigned some values from stack[min_off,
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 2674 min_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 9 milliseconds