Searched refs:loop_entry (Results 1 – 3 of 3) sorted by relevance
457 struct bpf_verifier_state *loop_entry; member
1003 loop_entry: in xirc2ps_interrupt()1179 goto loop_entry; in xirc2ps_interrupt()
1688 if (st->loop_entry) in state_loop_entry_as_list()1758 dst_state->loop_entry = src->loop_entry; in copy_verifier_state()1925 while (topmost && topmost->loop_entry) { in get_loop_entry()1931 topmost = topmost->loop_entry; in get_loop_entry()1946 if (cur->loop_entry) { in update_loop_entry()1947 cur->loop_entry->used_as_loop_entry--; in update_loop_entry()1950 cur->loop_entry = hdr; in update_loop_entry()18283 if (!IS_ERR_OR_NULL(loop_entry) && loop_entry->branches) in clean_live_states()19173 if (IS_ERR(loop_entry)) in is_state_visited()19174 return PTR_ERR(loop_entry); in is_state_visited()[all …]