Lines Matching refs:cur_regs

4707 	return cur_regs(env) + regno;  in reg_state()
4837 struct bpf_reg_state *regs = cur_regs(env); in check_map_access_type()
4867 reg = &cur_regs(env)[regno]; in __check_mem_access()
5125 mark_btf_ld_reg(env, cur_regs(env), value_regno, PTR_TO_BTF_ID, kptr_field->kptr.btf, in check_map_kptr_access()
5258 struct bpf_reg_state *regs = cur_regs(env); in check_packet_access()
5350 struct bpf_reg_state *regs = cur_regs(env); in check_sock_access()
6377 struct bpf_reg_state *regs = cur_regs(env); in check_stack_access_within_bounds()
6441 struct bpf_reg_state *regs = cur_regs(env); in check_mem_access()
6950 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; in check_helper_mem_access()
7129 struct bpf_reg_state *mem_reg = &cur_regs(env)[regno - 1]; in check_kfunc_mem_size_reg()
7179 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; in process_spin_lock()
7256 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; in process_timer_func()
7293 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; in process_kptr_func()
7357 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; in process_dynptr_func()
7465 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; in process_iter_arg()
7802 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; in check_reg_type()
8096 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; in check_func_arg()
9384 struct bpf_reg_state *regs = cur_regs(env), *reg; in record_func_key()
9501 struct bpf_reg_state *regs = cur_regs(env); in loop_flag_is_zero()
9629 regs = cur_regs(env); in check_helper_call()
9983 struct bpf_reg_state *reg = &cur_regs(env)[regno]; in mark_btf_func_reg_size()
10340 struct bpf_reg_state *regs = cur_regs(env); in get_kfunc_ptr_arg_type()
10857 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[i + 1]; in check_kfunc_args()
11288 struct bpf_reg_state *regs = cur_regs(env); in check_kfunc_call()
12828 struct bpf_reg_state *regs = cur_regs(env); in adjust_scalar_min_max_vals()
13072 struct bpf_reg_state *regs = cur_regs(env); in check_alu_op()
14279 struct bpf_reg_state *regs = cur_regs(env); in check_ld_imm()
14397 struct bpf_reg_state *regs = cur_regs(env); in check_ld_abs()
14520 reg = cur_regs(env) + BPF_REG_0; in check_return_code()
16529 regs = cur_regs(env); in do_check()