Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c829 static int unmark_stack_slots_dynptr(struct bpf_verifier_env *env, struct bpf_reg_state *reg) in unmark_stack_slots_dynptr() function
935 /* Same reason as unmark_stack_slots_dynptr above */ in destroy_if_dynptr_stack_slot()
1090 /* see unmark_stack_slots_dynptr() for why we need to set REG_LIVE_WRITTEN */ in unmark_stack_slots_iter()
1241 /* see unmark_stack_slots_dynptr() for why we need to set REG_LIVE_WRITTEN */ in unmark_stack_slot_irq_flag()
11484 * be released by any dynptr helper. Hence, unmark_stack_slots_dynptr in check_helper_call()
11492 err = unmark_stack_slots_dynptr(env, &regs[meta.release_regno]); in check_helper_call()