Home
last modified time | relevance | path

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

/linux/tools/testing/kunit/
H A Dkunit_kernel.py255 self._arch, self._ops = _get_qemu_ops(qemu_config_path, extra_qemu_args, cross_compile)
257 self._arch = 'um' if arch is None else arch
258 if self._arch == 'um':
261 qemu_config_path = _default_qemu_config_path(self._arch)
270 return self._arch
289 if self._arch == 'um':
/linux/scripts/package/
H A Dkernel.spec2 %{!?_arch: %define _arch dummy}
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1166 unsigned int _arch; /* AUDIT_ARCH_* of syscall */ in TEST_F() member
1175 EXPECT_NE(0, sigsys->_arch); in TEST_F()