Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/bpf/
Dverifier.c4294 int off, int size, int value_regno, in check_stack_write_fixed_off() argument
4317 if (value_regno >= 0) in check_stack_write_fixed_off()
4318 reg = &cur->regs[value_regno]; in check_stack_write_fixed_off()
4349 err = mark_chain_precision(env, value_regno); in check_stack_write_fixed_off()
4401 err = mark_chain_precision(env, value_regno); in check_stack_write_fixed_off()
4438 int value_regno, int insn_idx) in check_stack_write_var_off() argument
4455 if (value_regno >= 0) in check_stack_write_var_off()
4456 value_reg = &cur->regs[value_regno]; in check_stack_write_var_off()
4527 err = mark_chain_precision(env, value_regno); in check_stack_write_var_off()
4813 int value_regno, int insn_idx) in check_stack_write() argument
[all …]