Searched refs:loop_entry (Results 1 – 3 of 3) sorted by relevance
1003 loop_entry: in xirc2ps_interrupt()1179 goto loop_entry; in xirc2ps_interrupt()
449 struct bpf_verifier_state *loop_entry; member
1830 struct bpf_verifier_state *topmost = st->loop_entry, *old; in get_loop_entry()1832 while (topmost && topmost->loop_entry && topmost != topmost->loop_entry) in get_loop_entry()1833 topmost = topmost->loop_entry; in get_loop_entry()1837 while (st && st->loop_entry != topmost) { in get_loop_entry()1838 old = st->loop_entry; in get_loop_entry()1839 st->loop_entry = topmost; in get_loop_entry()1858 cur->loop_entry = hdr; in update_loop_entry()1873 if (br == 0 && st->parent && st->loop_entry) in update_branch_counts()1874 update_loop_entry(st->parent, st->loop_entry); in update_branch_counts()18521 struct bpf_verifier_state *cur = env->cur_state, *new, *loop_entry; in is_state_visited() local[all …]