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

/linux-master/kernel/bpf/
H A Dverifier.c784 * check_stack_read_fixed_off will do mark_reg_read for all 8-bytes of
4779 static int check_stack_read_fixed_off(struct bpf_verifier_env *env, function
4929 * As opposed to check_stack_read_fixed_off, this function doesn't deal with
4933 * offset; for a fixed offset check_stack_read_fixed_off should be used
4958 /* check_stack_read dispatches to check_stack_read_fixed_off or
4979 * check_stack_read_fixed_off).
5000 err = check_stack_read_fixed_off(env, state, off, size,
5822 * and check_stack_read_fixed_off() relies on stack accesses being

Completed in 492 milliseconds