Lines Matching refs:cur_regs
2529 struct bpf_reg_state *regs = cur_regs(env); in check_map_access_type()
2559 reg = &cur_regs(env)[regno]; in __check_mem_access()
2723 struct bpf_reg_state *regs = cur_regs(env); in check_packet_access()
2811 struct bpf_reg_state *regs = cur_regs(env); in check_sock_access()
2854 return cur_regs(env) + regno; in reg_state()
3405 struct bpf_reg_state *regs = cur_regs(env); in check_mem_access()
3794 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in check_helper_mem_access()
3862 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in process_spin_lock()
4081 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in check_reg_type()
4140 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in check_func_arg()
4951 struct bpf_reg_state *regs = cur_regs(env), *reg; in record_func_key()
5090 regs = cur_regs(env); in check_helper_call()
6279 struct bpf_reg_state *regs = cur_regs(env); in adjust_scalar_min_max_vals()
6526 struct bpf_reg_state *regs = cur_regs(env); in check_alu_op()
7612 struct bpf_reg_state *regs = cur_regs(env); in check_ld_imm()
7706 struct bpf_reg_state *regs = cur_regs(env); in check_ld_abs()
7813 reg = cur_regs(env) + BPF_REG_0; in check_return_code()
9344 regs = cur_regs(env); in do_check()