Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dverifier.c5261 int min_off, int max_off, int dst_regno) in mark_reg_stack_read() argument
5285 mark_reg_unknown(env, state->regs, dst_regno); in mark_reg_stack_read()
5302 int off, int size, int dst_regno) in check_stack_read_fixed_off() argument
5331 if (dst_regno < 0) in check_stack_read_fixed_off()
5348 state->regs[dst_regno].id = 0; in check_stack_read_fixed_off()
5385 } else if (dst_regno >= 0) { in check_stack_read_fixed_off()
5419 if (dst_regno >= 0) in check_stack_read_fixed_off()
5491 int dst_regno) in check_stack_read() argument
5503 if (dst_regno < 0 && var_off) { in check_stack_read()
5523 dst_regno); in check_stack_read()
[all …]