Lines Matching refs:cur_regs

3174 	return cur_regs(env) + regno;  in reg_state()
3308 struct bpf_reg_state *regs = cur_regs(env); in check_map_access_type()
3338 reg = &cur_regs(env)[regno]; in __check_mem_access()
3515 struct bpf_reg_state *regs = cur_regs(env); in check_packet_access()
3607 struct bpf_reg_state *regs = cur_regs(env); in check_sock_access()
4246 struct bpf_reg_state *regs = cur_regs(env); in check_stack_access_within_bounds()
4310 struct bpf_reg_state *regs = cur_regs(env); in check_mem_access()
4761 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; in check_helper_mem_access()
4857 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; in process_spin_lock()
4919 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; in process_timer_func()
5138 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; in check_reg_type()
5197 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; in check_func_arg()
6278 struct bpf_reg_state *regs = cur_regs(env), *reg; in record_func_key()
6480 regs = cur_regs(env); in check_helper_call()
6679 struct bpf_reg_state *reg = &cur_regs(env)[regno]; in mark_btf_func_reg_size()
6700 struct bpf_reg_state *regs = cur_regs(env); in check_kfunc_call()
7985 struct bpf_reg_state *regs = cur_regs(env); in adjust_scalar_min_max_vals()
8227 struct bpf_reg_state *regs = cur_regs(env); in check_alu_op()
9364 struct bpf_reg_state *regs = cur_regs(env); in check_ld_imm()
9480 struct bpf_reg_state *regs = cur_regs(env); in check_ld_abs()
9588 reg = cur_regs(env) + BPF_REG_0; in check_return_code()
11180 regs = cur_regs(env); in do_check()