Lines Matching refs:cur_regs
5555 return cur_regs(env) + regno; in reg_state()
5686 struct bpf_reg_state *regs = cur_regs(env); in check_map_access_type()
5716 reg = &cur_regs(env)[regno]; in __check_mem_access()
6002 mark_reg_known_zero(env, cur_regs(env), regno); in mark_uptr_ld_reg()
6052 ret = mark_btf_ld_reg(env, cur_regs(env), value_regno, PTR_TO_BTF_ID, in check_map_kptr_access()
6189 struct bpf_reg_state *regs = cur_regs(env); in check_packet_access()
6277 struct bpf_reg_state *regs = cur_regs(env); in check_sock_access()
7463 struct bpf_reg_state *regs = cur_regs(env); in check_stack_access_within_bounds()
7539 struct bpf_reg_state *regs = cur_regs(env); in check_mem_access()
7797 struct bpf_reg_state *regs = cur_regs(env); in check_load_mem()
7829 struct bpf_reg_state *regs = cur_regs(env); in check_store_reg()
8177 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in check_helper_mem_access()
8350 struct bpf_reg_state *mem_reg = &cur_regs(env)[regno - 1]; in check_kfunc_mem_size_reg()
8406 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in process_spin_lock()
8521 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in process_timer_func()
8558 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in process_wq_func()
8575 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in process_kptr_func()
8648 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in process_dynptr_func()
8768 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in process_iter_arg()
9238 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in check_reg_type()
9651 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in check_func_arg()
11146 struct bpf_reg_state *regs = cur_regs(env), *reg; in record_func_key()
11304 struct bpf_reg_state *regs = cur_regs(env); in loop_flag_is_zero()
11479 regs = cur_regs(env); in check_helper_call()
11916 return __mark_btf_func_reg_size(env, cur_regs(env), regno, reg_size); in mark_btf_func_reg_size()
12360 struct bpf_reg_state *regs = cur_regs(env); in get_kfunc_ptr_arg_type()
12523 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in process_irq_flag()
13027 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[i + 1]; in check_kfunc_args()
13751 struct bpf_reg_state *regs = cur_regs(env); in check_kfunc_call()
15542 struct bpf_reg_state *regs = cur_regs(env); in check_alu_op()
16867 struct bpf_reg_state *regs = cur_regs(env); in check_ld_imm()
16989 struct bpf_reg_state *regs = cur_regs(env); in check_ld_abs()
19879 dst_reg_type = cur_regs(env)[insn->dst_reg].type; in do_check_insn()