Home
last modified time | relevance | path

Searched refs:_arch (Results 1 – 4 of 4) 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)
271 return self._arch
290 if self._arch == 'um':
/linux/scripts/package/
H A Dkernel.spec2 %{!?_arch: %define _arch dummy}
/linux/include/linux/
H A Dcompat.h254 unsigned int _arch; /* AUDIT_ARCH_* of syscall */ member
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1172 unsigned int _arch; /* AUDIT_ARCH_* of syscall */ in TEST_F()
1181 EXPECT_NE(0, sigsys->_arch); in FIXTURE()
1166 unsigned int _arch; /* AUDIT_ARCH_* of syscall */ TEST_F() member