Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/verifier/
Dbpf_loop_inline.c58 .unexpected_insns = { HELPER_CALL_INSN() },
91 .unexpected_insns = { PSEUDO_CALL_INSN() },
128 .unexpected_insns = { PSEUDO_CALL_INSN() },
166 .unexpected_insns = { HELPER_CALL_INSN() },
236 .unexpected_insns = { HELPER_CALL_INSN() },
252 .unexpected_insns = { HELPER_CALL_INSN() },
/linux-6.1.9/tools/testing/selftests/bpf/
Dtest_verifier.c110 struct bpf_insn unexpected_insns[MAX_UNEXPECTED_INSNS]; member
1401 bool check_unexpected = !is_null_insn(test->unexpected_insns); in check_xlated_program()
1426 find_all_insn_subseqs(buf, test->unexpected_insns, in check_xlated_program()
1434 print_insn(test->unexpected_insns, MAX_UNEXPECTED_INSNS); in check_xlated_program()