Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c810 * check_stack_read_fixed_off will do mark_reg_read for all 8-bytes of in invalidate_dynptr()
5413 static int check_stack_read_fixed_off(struct bpf_verifier_env *env, in check_stack_read_fixed_off() function
5564 * As opposed to check_stack_read_fixed_off, this function doesn't deal with
5568 * offset; for a fixed offset check_stack_read_fixed_off should be used
5594 /* check_stack_read dispatches to check_stack_read_fixed_off or
5615 * check_stack_read_fixed_off). in check_stack_read()
5636 err = check_stack_read_fixed_off(env, state, off, size, in check_stack_read()
6510 * and check_stack_read_fixed_off() relies on stack accesses being in check_ptr_alignment()