Home
last modified time | relevance | path

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

/linux/rust/
H A Dcompiler_builtins.rs76 #[cfg(target_arch = "arm")]
86 #[cfg(target_arch = "arm")]
95 #[cfg(target_arch = "arm")]
/linux/scripts/gdb/linux/
H A Dutils.py171 target_arch = None variable
178 global target_arch
179 if target_arch is None:
180 target_arch = gdb.execute("show architecture", to_string=True)
181 return arch in target_arch
H A Dinterrupts.py201 raise gdb.GdbError("Unsupported architecture: {}".format(target_arch))
/linux/rust/kernel/
H A Dlib.rs310 #[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
323 #[cfg(not(any(target_arch = "x86", target_arch = "x86_64")))]
/linux/tools/testing/selftests/kho/
H A Dvmtest.sh19 $0 [-d build_dir] [-j jobs] [-t target_arch] [-h]
23 -t) run test for target_arch, requires CROSS_COMPILE set