Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/bpf/
H A Dverifier.rst538 ``clean_live_states()``. This function marks all registers and stack slots
565 by ``clean_live_states()``. After this processing ``checkpoint[0].r0`` has a
/openbmc/linux/kernel/bpf/
H A Dverifier.c15963 static void clean_live_states(struct bpf_verifier_env *env, int insn, in clean_live_states() function
16609 clean_live_states(env, insn_idx, cur); in is_state_visited()