Lines Matching defs:ptr_regno
5374 /* Write the stack: 'stack[ptr_regno + off] = value_regno'. 'ptr_regno' is
5396 int ptr_regno, int off, int size,
5411 ptr_reg = &cur->regs[ptr_regno];
5706 /* Read the stack at 'ptr_regno + off' and put the result into the register
5708 * 'off' includes the pointer register's fixed offset(i.e. 'ptr_regno.off'),
5715 * SCALAR_VALUE. That's why we assert that the 'ptr_regno' has a variable
5720 int ptr_regno, int off, int size, int dst_regno)
5723 struct bpf_reg_state *reg = reg_state(env, ptr_regno);
5730 err = check_stack_range_initialized(env, ptr_regno, off, size,
5752 int ptr_regno, int off, int size,
5755 struct bpf_reg_state *reg = reg_state(env, ptr_regno);
5791 err = check_stack_read_var_off(env, ptr_regno, off, size,
5801 * 'ptr_regno' is the register used as a pointer into the stack.
5802 * 'off' includes 'ptr_regno->off', but not its variable offset (if any).
5809 int ptr_regno, int off, int size,
5812 struct bpf_reg_state *reg = reg_state(env, ptr_regno);
5825 ptr_regno, off, size,