Lines Matching refs:cur_regs

3402 	return cur_regs(env) + regno;  in reg_state()
3536 struct bpf_reg_state *regs = cur_regs(env); in check_map_access_type()
3566 reg = &cur_regs(env)[regno]; in __check_mem_access()
3790 mark_btf_ld_reg(env, cur_regs(env), value_regno, PTR_TO_BTF_ID, off_desc->kptr.btf, in check_map_kptr_access()
3931 struct bpf_reg_state *regs = cur_regs(env); in check_packet_access()
4023 struct bpf_reg_state *regs = cur_regs(env); in check_sock_access()
4660 struct bpf_reg_state *regs = cur_regs(env); in check_stack_access_within_bounds()
4724 struct bpf_reg_state *regs = cur_regs(env); in check_mem_access()
5204 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; in check_helper_mem_access()
5380 struct bpf_reg_state *mem_reg = &cur_regs(env)[regno - 1]; in check_kfunc_mem_size_reg()
5427 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; in process_spin_lock()
5489 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; in process_timer_func()
5537 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; in process_kptr_func()
5750 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; in check_reg_type()
5902 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; in check_func_arg()
7102 struct bpf_reg_state *regs = cur_regs(env), *reg; in record_func_key()
7218 struct bpf_reg_state *regs = cur_regs(env); in loop_flag_is_zero()
7330 regs = cur_regs(env); in check_helper_call()
7652 struct bpf_reg_state *reg = &cur_regs(env)[regno]; in mark_btf_func_reg_size()
7674 struct bpf_reg_state *regs = cur_regs(env); in check_kfunc_call()
9005 struct bpf_reg_state *regs = cur_regs(env); in adjust_scalar_min_max_vals()
9244 struct bpf_reg_state *regs = cur_regs(env); in check_alu_op()
10326 struct bpf_reg_state *regs = cur_regs(env); in check_ld_imm()
10444 struct bpf_reg_state *regs = cur_regs(env); in check_ld_abs()
10562 reg = cur_regs(env) + BPF_REG_0; in check_return_code()
12246 regs = cur_regs(env); in do_check()