Searched refs:target_arch (Results 1 – 8 of 8) sorted by relevance
| /linux/rust/ |
| H A D | compiler_builtins.rs | 76 #[cfg(target_arch = "arm")] 86 #[cfg(target_arch = "arm")] 95 #[cfg(target_arch = "arm")] 100 #[cfg(target_arch = "powerpc")]
|
| /linux/scripts/gdb/linux/ |
| H A D | utils.py | 171 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 D | interrupts.py | 162 raise gdb.GdbError("Unsupported architecture: {}".format(target_arch))
|
| /linux/rust/kernel/ |
| H A D | lib.rs | 244 #[cfg(any(target_arch = "x86", target_arch = "x86_64"))] 257 #[cfg(not(any(target_arch = "x86", target_arch = "x86_64")))]
|
| /linux/tools/testing/selftests/kho/ |
| H A D | vmtest.sh | 19 $0 [-d build_dir] [-j jobs] [-t target_arch] [-h] 23 -t) run test for target_arch, requires CROSS_COMPILE set
|
| /linux/rust/zerocopy/src/ |
| H A D | impls.rs | 1324 #[cfg(target_arch = "x86")] 1329 #[cfg(target_arch = "x86")] 1334 #[cfg(target_arch = "x86_64")] 1339 #[cfg(target_arch = "x86_64")] 1344 #[cfg(target_arch = "wasm32")] 1348 #[cfg(all(feature = "simd-nightly", target_arch = "powerpc"))] 1352 #[cfg(all(feature = "simd-nightly", target_arch = "powerpc64"))] 1362 target_arch = "aarch64", 1370 doc(cfg(all(target_arch = "aarch64", any( 2344 #[cfg(target_arch = "x86")] in test_impls() [all …]
|
| H A D | macros.rs | 1758 #[cfg(any(target_arch = "x86", target_arch = "x86_64"))] in test_cryptocorrosion_derive_traits() 1760 #[cfg(target_arch = "x86")] in test_cryptocorrosion_derive_traits() 1762 #[cfg(target_arch = "x86_64")] in test_cryptocorrosion_derive_traits()
|
| H A D | lib.rs | 319 all(feature = "simd-nightly", target_arch = "arm"), 323 all(feature = "simd-nightly", any(target_arch = "powerpc", target_arch = "powerpc64")),
|