Lines Matching refs:reg_state
141 struct reg_state { struct
166 struct reg_state regs[MAX_BPF_REG]; argument
168 struct reg_state spilled_regs[MAX_BPF_STACK / BPF_REG_SIZE];
463 static void init_reg_state(struct reg_state *regs) in init_reg_state()
480 static void mark_reg_unknown_value(struct reg_state *regs, u32 regno) in mark_reg_unknown_value()
494 static int check_reg_arg(struct reg_state *regs, u32 regno, in check_reg_arg()
578 (struct reg_state) {}; in check_stack_write()
738 struct reg_state *regs = env->cur_state.regs; in check_xadd()
776 struct reg_state *regs = state->regs; in check_stack_boundary()
803 struct reg_state *reg = env->cur_state.regs + regno; in check_func_arg()
936 struct reg_state *regs = state->regs; in check_call()
938 struct reg_state *reg; in check_call()
1017 struct reg_state *regs = env->cur_state.regs; in check_alu_op()
1178 struct reg_state *regs = env->cur_state.regs; in check_cond_jmp_op()
1294 struct reg_state *regs = env->cur_state.regs; in check_ld_imm()
1351 struct reg_state *regs = env->cur_state.regs; in check_ld_abs()
1353 struct reg_state *reg; in check_ld_abs()
1710 struct reg_state *regs = state->regs; in do_check()