Searched refs:ptr_regno (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | verifier.c | 2405 int ptr_regno, int off, int size, in check_stack_write_var_off() argument 2419 ptr_reg = &cur->regs[ptr_regno]; in check_stack_write_var_off() 2653 int ptr_regno, int off, int size, int dst_regno) in check_stack_read_var_off() argument 2656 struct bpf_reg_state *reg = reg_state(env, ptr_regno); in check_stack_read_var_off() 2663 err = check_stack_range_initialized(env, ptr_regno, off, size, in check_stack_read_var_off() 2684 int ptr_regno, int off, int size, in check_stack_read() argument 2687 struct bpf_reg_state *reg = reg_state(env, ptr_regno); in check_stack_read() 2714 ptr_regno, tn_buf); in check_stack_read() 2727 err = check_stack_read_var_off(env, ptr_regno, off, size, in check_stack_read() 2745 int ptr_regno, int off, int size, in check_stack_write() argument [all …]
|