Searched refs:supported_archs (Results 1 – 10 of 10) sorted by relevance
115 .supported_archs = (const char *const []) {
79 .supported_archs = (const char *const []) {
96 .supported_archs = (const char *const []) {
164 .supported_archs = (const char *const []) {
182 .supported_archs = (const char *const []) {
148 const char *const *supported_archs; member
380 .supported_archs = (const char *const []) {
1042 if (tst_test->supported_archs && !tst_is_on_arch(tst_test->supported_archs)) in do_setup()
197 def _check_arch(arch, supported_archs): argument198 if arch not in supported_archs:
2289 platform to run, we now involve a .supported_archs to achieve this feature2291 the '.supported_archs' array in the 'struct tst_test' to choose the required2294 .supported_archs = (const char *const []){"x86_64", "ppc64", NULL}2313 .supported_archs = (const char *const []) {