Searched refs:unexpected_insns (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/bpf/verifier/
H A Dbpf_loop_inline.c58 .unexpected_insns = { HELPER_CALL_INSN() },
92 .unexpected_insns = { PSEUDO_CALL_INSN() },
130 .unexpected_insns = { PSEUDO_CALL_INSN() },
169 .unexpected_insns = { HELPER_CALL_INSN() },
240 .unexpected_insns = { HELPER_CALL_INSN() },
257 .unexpected_insns = { HELPER_CALL_INSN() },
/linux-master/tools/testing/selftests/bpf/
H A Dtest_verifier.c108 struct bpf_insn unexpected_insns[MAX_UNEXPECTED_INSNS]; member in struct:bpf_test
1471 bool check_unexpected = !is_null_insn(test->unexpected_insns);
1496 find_all_insn_subseqs(buf, test->unexpected_insns,
1504 print_insn(test->unexpected_insns, MAX_UNEXPECTED_INSNS);

Completed in 131 milliseconds