Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c2280 int off, int size, int value_regno, in check_stack_write_fixed_off() argument
2303 if (value_regno >= 0) in check_stack_write_fixed_off()
2304 reg = &cur->regs[value_regno]; in check_stack_write_fixed_off()
2328 err = mark_chain_precision(env, value_regno); in check_stack_write_fixed_off()
2369 err = mark_chain_precision(env, value_regno); in check_stack_write_fixed_off()
2406 int value_regno, int insn_idx) in check_stack_write_var_off() argument
2422 if (value_regno >= 0) in check_stack_write_var_off()
2423 value_reg = &cur->regs[value_regno]; in check_stack_write_var_off()
2482 err = mark_chain_precision(env, value_regno); in check_stack_write_var_off()
2746 int value_regno, int insn_idx) in check_stack_write() argument
[all …]