Searched refs:loop_entry (Results 1 – 3 of 3) sorted by relevance
404 struct bpf_verifier_state *loop_entry; member
1003 loop_entry: in xirc2ps_interrupt()1179 goto loop_entry; in xirc2ps_interrupt()
1954 struct bpf_verifier_state *topmost = st->loop_entry, *old; in get_loop_entry()1956 while (topmost && topmost->loop_entry && topmost != topmost->loop_entry) in get_loop_entry()1957 topmost = topmost->loop_entry; in get_loop_entry()1961 while (st && st->loop_entry != topmost) { in get_loop_entry()1962 old = st->loop_entry; in get_loop_entry()1963 st->loop_entry = topmost; in get_loop_entry()1982 cur->loop_entry = hdr; in update_loop_entry()1997 if (br == 0 && st->parent && st->loop_entry) in update_branch_counts()1998 update_loop_entry(st->parent, st->loop_entry); in update_branch_counts()16585 struct bpf_verifier_state *cur = env->cur_state, *new, *loop_entry; in is_state_visited() local[all …]