Lines Matching refs:cur_regs

3890 	return cur_regs(env) + regno;  in reg_state()
4024 struct bpf_reg_state *regs = cur_regs(env); in check_map_access_type()
4054 reg = &cur_regs(env)[regno]; in __check_mem_access()
4278 mark_btf_ld_reg(env, cur_regs(env), value_regno, PTR_TO_BTF_ID, kptr_field->kptr.btf, in check_map_kptr_access()
4408 struct bpf_reg_state *regs = cur_regs(env); in check_packet_access()
4500 struct bpf_reg_state *regs = cur_regs(env); in check_sock_access()
5239 struct bpf_reg_state *regs = cur_regs(env); in check_stack_access_within_bounds()
5303 struct bpf_reg_state *regs = cur_regs(env); in check_mem_access()
5808 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; in check_helper_mem_access()
5984 struct bpf_reg_state *mem_reg = &cur_regs(env)[regno - 1]; in check_kfunc_mem_size_reg()
6034 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; in process_spin_lock()
6111 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; in process_timer_func()
6148 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; in process_kptr_func()
6212 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; in process_dynptr_func()
6483 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; in check_reg_type()
6700 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; in check_func_arg()
7978 struct bpf_reg_state *regs = cur_regs(env), *reg; in record_func_key()
8095 struct bpf_reg_state *regs = cur_regs(env); in loop_flag_is_zero()
8223 regs = cur_regs(env); in check_helper_call()
8580 struct bpf_reg_state *reg = &cur_regs(env)[regno]; in mark_btf_func_reg_size()
8929 struct bpf_reg_state *regs = cur_regs(env); in get_kfunc_ptr_arg_type()
9478 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[i + 1]; in check_kfunc_args()
9780 struct bpf_reg_state *regs = cur_regs(env); in check_kfunc_call()
11269 struct bpf_reg_state *regs = cur_regs(env); in adjust_scalar_min_max_vals()
11513 struct bpf_reg_state *regs = cur_regs(env); in check_alu_op()
12638 struct bpf_reg_state *regs = cur_regs(env); in check_ld_imm()
12756 struct bpf_reg_state *regs = cur_regs(env); in check_ld_abs()
12879 reg = cur_regs(env) + BPF_REG_0; in check_return_code()
14602 regs = cur_regs(env); in do_check()