Searched refs:dst_regno (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | verifier.c | 3785 int min_off, int max_off, int dst_regno) in mark_reg_stack_read() argument 3815 __mark_reg_const_zero(env, &state->regs[dst_regno]); in mark_reg_stack_read() 3822 mark_reg_unknown(env, state->regs, dst_regno); in mark_reg_stack_read() 3855 int off, int size, int dst_regno) in check_stack_read_fixed_off() argument 3875 if (dst_regno >= 0) in check_stack_read_fixed_off() 3876 bpf_diag_mod_begin(env, &state->regs[dst_regno], reg, BPF_DIAG_MOD_WRITE); in check_stack_read_fixed_off() 3891 if (dst_regno < 0) in check_stack_read_fixed_off() 3902 state->regs[dst_regno] = *reg; in check_stack_read_fixed_off() 3908 clear_scalar_id(&state->regs[dst_regno]); in check_stack_read_fixed_off() 3939 __mark_reg_const_zero(env, &state->regs[dst_regno]); in check_stack_read_fixed_off() [all …]
|