Lines Matching refs:cur_regs
2131 struct bpf_reg_state *regs = cur_regs(env); in check_map_access_type()
2154 struct bpf_reg_state *regs = cur_regs(env); in __check_map_access()
2281 struct bpf_reg_state *regs = cur_regs(env); in __check_packet_access()
2296 struct bpf_reg_state *regs = cur_regs(env); in check_packet_access()
2378 struct bpf_reg_state *regs = cur_regs(env); in check_sock_access()
2430 return cur_regs(env) + regno; in reg_state()
2752 struct bpf_reg_state *regs = cur_regs(env); in check_mem_access()
3091 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in check_helper_mem_access()
3133 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in process_spin_lock()
3229 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in check_func_arg()
4034 regs = cur_regs(env); in check_helper_call()
4571 struct bpf_reg_state *regs = cur_regs(env); in adjust_scalar_min_max_vals()
4922 struct bpf_reg_state *regs = cur_regs(env); in check_alu_op()
5948 struct bpf_reg_state *regs = cur_regs(env); in check_ld_imm()
6021 struct bpf_reg_state *regs = cur_regs(env); in check_ld_abs()
6131 reg = cur_regs(env) + BPF_REG_0; in check_return_code()
7571 regs = cur_regs(env); in do_check()