Searched refs:ptr_regno (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/kernel/bpf/ |
D | verifier.c | 3152 int ptr_regno, int off, int size, in check_stack_write_var_off() argument 3166 ptr_reg = &cur->regs[ptr_regno]; in check_stack_write_var_off() 3419 int ptr_regno, int off, int size, int dst_regno) in check_stack_read_var_off() argument 3422 struct bpf_reg_state *reg = reg_state(env, ptr_regno); in check_stack_read_var_off() 3429 err = check_stack_range_initialized(env, ptr_regno, off, size, in check_stack_read_var_off() 3450 int ptr_regno, int off, int size, in check_stack_read() argument 3453 struct bpf_reg_state *reg = reg_state(env, ptr_regno); in check_stack_read() 3480 ptr_regno, tn_buf); in check_stack_read() 3493 err = check_stack_read_var_off(env, ptr_regno, off, size, in check_stack_read() 3511 int ptr_regno, int off, int size, in check_stack_write() argument [all …]
|