Home
last modified time | relevance | path

Searched refs:value_regno (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/kernel/bpf/
Dverifier.c3027 int off, int size, int value_regno, in check_stack_write_fixed_off() argument
3049 if (value_regno >= 0) in check_stack_write_fixed_off()
3050 reg = &cur->regs[value_regno]; in check_stack_write_fixed_off()
3075 err = mark_chain_precision(env, value_regno); in check_stack_write_fixed_off()
3116 err = mark_chain_precision(env, value_regno); in check_stack_write_fixed_off()
3153 int value_regno, int insn_idx) in check_stack_write_var_off() argument
3169 if (value_regno >= 0) in check_stack_write_var_off()
3170 value_reg = &cur->regs[value_regno]; in check_stack_write_var_off()
3229 err = mark_chain_precision(env, value_regno); in check_stack_write_var_off()
3512 int value_regno, int insn_idx) in check_stack_write() argument
[all …]