Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/
Dverifier.c2646 int off, int size, int value_regno, in check_stack_write_fixed_off() argument
2668 if (value_regno >= 0) in check_stack_write_fixed_off()
2669 reg = &cur->regs[value_regno]; in check_stack_write_fixed_off()
2693 err = mark_chain_precision(env, value_regno); in check_stack_write_fixed_off()
2734 err = mark_chain_precision(env, value_regno); in check_stack_write_fixed_off()
2771 int value_regno, int insn_idx) in check_stack_write_var_off() argument
2787 if (value_regno >= 0) in check_stack_write_var_off()
2788 value_reg = &cur->regs[value_regno]; in check_stack_write_var_off()
2846 err = mark_chain_precision(env, value_regno); in check_stack_write_var_off()
3110 int value_regno, int insn_idx) in check_stack_write() argument
[all …]