Lines Matching refs:cur_regs
1240 struct bpf_reg_state *regs = cur_regs(env); in __check_map_access()
1337 struct bpf_reg_state *regs = cur_regs(env); in __check_packet_access()
1352 struct bpf_reg_state *regs = cur_regs(env); in check_packet_access()
1418 return __is_pointer_value(env->allow_ptr_leaks, cur_regs(env) + regno); in is_pointer_value()
1423 const struct bpf_reg_state *reg = cur_regs(env) + regno; in is_ctx_reg()
1430 const struct bpf_reg_state *reg = cur_regs(env) + regno; in is_pkt_reg()
1678 struct bpf_reg_state *regs = cur_regs(env); in check_mem_access()
1849 struct bpf_reg_state *reg = cur_regs(env) + regno; in check_stack_boundary()
1921 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in check_helper_mem_access()
1954 struct bpf_reg_state *regs = cur_regs(env), *reg = ®s[regno]; in check_func_arg()
2552 regs = cur_regs(env); in check_helper_call()
2892 struct bpf_reg_state *regs = cur_regs(env); in adjust_scalar_min_max_vals()
3224 struct bpf_reg_state *regs = cur_regs(env); in check_alu_op()
3949 struct bpf_reg_state *regs = cur_regs(env); in check_ld_imm()
4010 struct bpf_reg_state *regs = cur_regs(env); in check_ld_abs()
4091 reg = cur_regs(env) + BPF_REG_0; in check_return_code()
4823 regs = cur_regs(env); in do_check()