Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/kunit/
H A Dkunit_kernel.py240 self._arch, self._ops = _get_qemu_ops(qemu_config_path, extra_qemu_args, cross_compile)
242 self._arch = 'um' if arch is None else arch
243 if self._arch == 'um':
246 qemu_config_path = _default_qemu_config_path(self._arch)
255 return self._arch
274 if self._arch == 'um':
/openbmc/linux/include/uapi/asm-generic/
H A Dsiginfo.h117 unsigned int _arch; /* AUDIT_ARCH_* of syscall */ member
173 #define si_arch _sifields._sigsys._arch
/openbmc/linux/scripts/package/
H A Dkernel.spec2 %{!?_arch: %define _arch dummy}
/openbmc/linux/include/linux/
H A Dcompat.h250 unsigned int _arch; /* AUDIT_ARCH_* of syscall */ member
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1144 unsigned int _arch; /* AUDIT_ARCH_* of syscall */ in TEST_F() member
1153 EXPECT_NE(0, sigsys->_arch); in TEST_F()