Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dverifier.c4557 int off, int size, int value_regno, in check_stack_write_fixed_off() argument
4578 if (value_regno >= 0) in check_stack_write_fixed_off()
4579 reg = &cur->regs[value_regno]; in check_stack_write_fixed_off()
4610 err = mark_chain_precision(env, value_regno); in check_stack_write_fixed_off()
4662 err = mark_chain_precision(env, value_regno); in check_stack_write_fixed_off()
4699 int value_regno, int insn_idx) in check_stack_write_var_off() argument
4716 if (value_regno >= 0) in check_stack_write_var_off()
4717 value_reg = &cur->regs[value_regno]; in check_stack_write_var_off()
4784 err = mark_chain_precision(env, value_regno); in check_stack_write_var_off()
5070 int value_regno, int insn_idx) in check_stack_write() argument
[all …]