Lines Matching refs:cur_regs
3000 return cur_regs(env) + regno; in reg_state()
3134 struct bpf_reg_state *regs = cur_regs(env); in check_map_access_type()
3164 reg = &cur_regs(env)[regno]; in __check_mem_access()
3341 struct bpf_reg_state *regs = cur_regs(env); in check_packet_access()
3433 struct bpf_reg_state *regs = cur_regs(env); in check_sock_access()
4057 struct bpf_reg_state *regs = cur_regs(env); in check_stack_access_within_bounds()
4121 struct bpf_reg_state *regs = cur_regs(env); in check_mem_access()
4559 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in check_helper_mem_access()
4655 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in process_spin_lock()
4717 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in process_timer_func()
4933 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in check_reg_type()
4992 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in check_func_arg()
6063 struct bpf_reg_state *regs = cur_regs(env), *reg; in record_func_key()
6265 regs = cur_regs(env); in check_helper_call()
6464 struct bpf_reg_state *reg = &cur_regs(env)[regno]; in mark_btf_func_reg_size()
6485 struct bpf_reg_state *regs = cur_regs(env); in check_kfunc_call()
7760 struct bpf_reg_state *regs = cur_regs(env); in adjust_scalar_min_max_vals()
8002 struct bpf_reg_state *regs = cur_regs(env); in check_alu_op()
9135 struct bpf_reg_state *regs = cur_regs(env); in check_ld_imm()
9250 struct bpf_reg_state *regs = cur_regs(env); in check_ld_abs()
9358 reg = cur_regs(env) + BPF_REG_0; in check_return_code()
10950 regs = cur_regs(env); in do_check()