Home
last modified time | relevance | path

Searched refs:noexec_tests (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/tcg/x86_64/
H A Dnoexec.c30 struct noexec_test noexec_tests[] = { in main() local
73 return test_noexec(noexec_tests, in main()
74 sizeof(noexec_tests) / sizeof(noexec_tests[0])); in main()
/openbmc/qemu/tests/tcg/riscv64/
H A Dnoexec.c34 struct noexec_test noexec_tests[] = { in main() local
77 return test_noexec(noexec_tests, in main()
78 sizeof(noexec_tests) / sizeof(noexec_tests[0])); in main()
/openbmc/qemu/tests/tcg/s390x/
H A Dnoexec.c41 struct noexec_test noexec_tests[] = { in main() local
104 return test_noexec(noexec_tests, in main()
105 sizeof(noexec_tests) / sizeof(noexec_tests[0])); in main()