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

/linux-master/kernel/bpf/
H A Dverifier.c803 static int unmark_stack_slots_dynptr(struct bpf_verifier_env *env, struct bpf_reg_state *reg) function
909 /* Same reason as unmark_stack_slots_dynptr above */
1064 /* see unmark_stack_slots_dynptr() for why we need to set REG_LIVE_WRITTEN */
10285 * be released by any dynptr helper. Hence, unmark_stack_slots_dynptr
10293 err = unmark_stack_slots_dynptr(env, &regs[meta.release_regno]);

Completed in 802 milliseconds