Lines Matching refs:cur_regs
5441 return cur_regs(env) + regno; in reg_state()
5572 struct bpf_reg_state *regs = cur_regs(env); in check_map_access_type()
5602 reg = &cur_regs(env)[regno]; in __check_mem_access()
5888 mark_reg_known_zero(env, cur_regs(env), regno); in mark_uptr_ld_reg()
5937 mark_btf_ld_reg(env, cur_regs(env), value_regno, PTR_TO_BTF_ID, kptr_field->kptr.btf, in check_map_kptr_access()
6071 struct bpf_reg_state *regs = cur_regs(env); in check_packet_access()
6159 struct bpf_reg_state *regs = cur_regs(env); in check_sock_access()
7338 struct bpf_reg_state *regs = cur_regs(env); in check_stack_access_within_bounds()
7414 struct bpf_reg_state *regs = cur_regs(env); in check_mem_access()
7666 struct bpf_reg_state *regs = cur_regs(env); in check_load_mem()
7698 struct bpf_reg_state *regs = cur_regs(env); in check_store_reg()
8046 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in check_helper_mem_access()
8219 struct bpf_reg_state *mem_reg = &cur_regs(env)[regno - 1]; in check_kfunc_mem_size_reg()
8275 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in process_spin_lock()
8390 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in process_timer_func()
8427 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in process_wq_func()
8444 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in process_kptr_func()
8517 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in process_dynptr_func()
8637 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in process_iter_arg()
9107 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in check_reg_type()
9520 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in check_func_arg()
11012 struct bpf_reg_state *regs = cur_regs(env), *reg; in record_func_key()
11170 struct bpf_reg_state *regs = cur_regs(env); in loop_flag_is_zero()
11347 regs = cur_regs(env); in check_helper_call()
11786 return __mark_btf_func_reg_size(env, cur_regs(env), regno, reg_size); in mark_btf_func_reg_size()
12236 struct bpf_reg_state *regs = cur_regs(env); in get_kfunc_ptr_arg_type()
12399 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in process_irq_flag()
12897 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[i + 1]; in check_kfunc_args()
13430 struct bpf_reg_state *regs = cur_regs(env); in check_kfunc_call()
15314 struct bpf_reg_state *regs = cur_regs(env); in check_alu_op()
16613 struct bpf_reg_state *regs = cur_regs(env); in check_ld_imm()
16735 struct bpf_reg_state *regs = cur_regs(env); in check_ld_abs()
19489 regs = cur_regs(env); in do_check()