| /f-stack/freebsd/contrib/openzfs/module/icp/ |
| H A D | Makefile.in | 53 $(MODULE)-$(CONFIG_X86_64) += asm-x86_64/aes/aeskey.o 57 $(MODULE)-$(CONFIG_X86_64) += asm-x86_64/modes/aesni-gcm-x86_64.o 58 $(MODULE)-$(CONFIG_X86_64) += asm-x86_64/modes/ghash-x86_64.o 59 $(MODULE)-$(CONFIG_X86_64) += asm-x86_64/sha1/sha1-x86_64.o 71 OBJECT_FILES_NON_STANDARD_aesni-gcm-x86_64.o := y 72 OBJECT_FILES_NON_STANDARD_ghash-x86_64.o := y 87 asm-x86_64 \ 88 asm-x86_64/aes \ 89 asm-x86_64/modes \ 90 asm-x86_64/sha1 \ [all …]
|
| /f-stack/freebsd/contrib/openzfs/lib/libicp/ |
| H A D | Makefile.am | 13 ASM_SOURCES_C = asm-x86_64/aes/aeskey.c 15 asm-x86_64/aes/aes_amd64.S \ 16 asm-x86_64/aes/aes_aesni.S \ 17 asm-x86_64/modes/gcm_pclmulqdq.S \ 18 asm-x86_64/modes/aesni-gcm-x86_64.S \ 19 asm-x86_64/modes/ghash-x86_64.S \ 20 asm-x86_64/sha1/sha1-x86_64.S \ 21 asm-x86_64/sha2/sha256_impl.S \ 22 asm-x86_64/sha2/sha512_impl.S
|
| /f-stack/dpdk/config/x86/ |
| H A D | cross-mingw | 2 c = 'x86_64-w64-mingw32-gcc' 3 cpp = 'x86_64-w64-mingw32-g++' 4 ld = 'x86_64-w64-mingw32-ld' 5 ar = 'x86_64-w64-mingw32-ar' 6 strip = 'x86_64-w64-mingw32-strip' 7 pkgconfig = 'x86_64-w64-mingw32-pkg-config' 11 cpu_family = 'x86_64'
|
| /f-stack/doc/ |
| H A D | F-Stack_Binary_Release_Quick_Start.md | 63 | CentOS 7.0 | 3.10.0-123.el7.x86_64 | 64 | CentOS 7.2 | 3.10.0-327.el7.x86_64 | 65 | CentOS 7.3 | 3.10.0-514.el7.x86_64 | 66 | CentOS 7.4 | 3.10.0-693.el7.x86_64 | 67 | CentOS 7.5 | 3.10.0-862.el7.x86_64 | 68 | RHEL 7.2 | 3.10.0-327.el7.x86_64 | 69 | RHEL 7.3 | 3.10.0-514.el7.x86_64 | 70 | RHEL 7.4 | 3.10.0-693.el7.x86_64 | 71 | RHEL 7.5 | 3.10.0-862.el7.x86_64 | 80 | CentOS 7.2 | 3.10.0-514.26.2.el7.x86_64 | [all …]
|
| /f-stack/freebsd/contrib/openzfs/ |
| H A D | COPYRIGHT | 19 * AES Implementation: module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.gladman 20 * AES Implementation: module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.openssl 23 * GCM Implementation: module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.cryptogams 24 * GCM Implementation: module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.openssl 25 * GHASH Implementation: module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.cryptogams 26 * GHASH Implementation: module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.openssl
|
| H A D | Makefile.am | 37 EXTRA_DIST += module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.gladman 38 EXTRA_DIST += module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.gladman.descrip 39 EXTRA_DIST += module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.openssl 40 EXTRA_DIST += module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.openssl.descrip 41 EXTRA_DIST += module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.cryptogams 42 EXTRA_DIST += module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.cryptogams.descrip 43 EXTRA_DIST += module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.openssl 44 EXTRA_DIST += module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.openssl.descrip
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | always-arch.m4 | 5 dnl # ifeq ($(TARGET_CPU),x86_64) 20 amd64|x86_64) 21 TARGET_CPU=x86_64 37 AM_CONDITIONAL([TARGET_CPU_X86_64], test $TARGET_CPU = x86_64)
|
| H A D | host-cpu-c-abi.m4 | 63 x86_64 ) 64 # On x86_64 systems, the C compiler may be generating code in one of 66 # - 64-bit instruction set, 64-bit pointers, 64-bit 'long': x86_64. 67 # - 64-bit instruction set, 64-bit pointers, 32-bit 'long': x86_64 69 # - 64-bit instruction set, 32-bit pointers, 32-bit 'long': x86_64-x32. 88 [gl_cv_host_cpu_c_abi=x86_64-x32], 89 [gl_cv_host_cpu_c_abi=x86_64])], 482 x86_64 ) 483 # On x86_64 systems, the C compiler may be generating code in one of 485 # - 64-bit instruction set, 64-bit pointers, 64-bit 'long': x86_64. [all …]
|
| /f-stack/freebsd/contrib/libsodium/dist-build/ |
| H A D | msys2-win64.sh | 6 if (x86_64-w64-mingw32-gcc --version > /dev/null 2>&1) then 9 echo Please install mingw-w64-x86_64-gcc >&2 14 --host=x86_64-w64-mingw32 && \
|
| H A D | android-x86_64.sh | 4 NDK_PLATFORM=android-21 ARCH=x86_64 HOST_COMPILER=x86_64-linux-android "$(dirname "$0")/android-bui…
|
| H A D | Makefile.am | 10 android-x86_64.sh \ 17 nativeclient-x86_64.sh
|
| H A D | nativeclient-x86_64.sh | 21 --host=x86_64-nacl \
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | .appveyor.yml | 6 CPU: x86_64 12 CPU: x86_64 16 CPU: x86_64 24 CPU: x86_64
|
| /f-stack/freebsd/contrib/zstd/ |
| H A D | TESTING.md | 11 - Compilation on all supported targets (x86, x86_64, ARM, AArch64, PowerPC, and PowerPC64) 13 - `tests/playTests.sh` on x86_64, without the tests on long data (CLI tests) 20 - The following tests run with UBsan and Asan on x86_64 and x86, as well as with 21 Msan on x86_64 35 - x86_64 and x86 with UBsan and Asan 36 - x86_64 with Msan
|
| H A D | appveyor.yml | 29 …SCRIPT: "MOREFLAGS='--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-sign-conversion' make … 60 SET "PATH_MINGW64=C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin" && 62 …COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin\make.exe 207 …SCRIPT: "CFLAGS='--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-sign-conversion' make -j … 231 C:\cygwin64\setup-x86_64.exe -qnNdO -R "C:\cygwin64" -g -P ^ 239 SET "PATH_MINGW64=C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin" && 241 …COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin\make.exe
|
| /f-stack/dpdk/devtools/ |
| H A D | build-tags.sh | 14 x86_64=true 131 echo $2 | grep -q "x86_64-" || x86_64=false 143 if $x86_64 ; then x86_64_sources ; fi 158 echo "x86_64: $x86_64"
|
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | openwrt.rst | 31 * Select ``x86_64`` in ``Subtarget`` 82 …export PATH=<OpenWrt SDK>/glibc/openwrt-sdk-x86-64_gcc-8.3.0_glibc.Linux-x86_64/staging_dir/toolch… 83 ./configure CC=x86_64-openwrt-linux-gnu-gcc --prefix=<OpenWrt SDK toolchain dir> 98 c = 'x86_64-openwrt-linux-gcc' 99 cpp = 'x86_64-openwrt-linux-cpp' 100 ar = 'x86_64-openwrt-linux-ar' 101 strip = 'x86_64-openwrt-linux-strip' 122 qemu-system-x86_64 \
|
| /f-stack/dpdk/doc/guides/linux_gsg/ |
| H A D | cross_build_dpdk_for_arm64.rst | 25 …com/-/media/Files/downloads/gnu-a/8.3-2019.03/binrel/gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu.… 32 tar -xvf gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu.tar.xz 33 export PATH=$PATH:<cross_install_dir>/gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu/bin 76 …cp <numa_install_dir>/include/numa*.h <cross_install_dir>/gcc-arm-8.3-2019.03-x86_64-aarch64-linux… 77 …cp <numa_install_dir>/lib/libnuma.a <cross_install_dir>/gcc-arm-8.3-2019.03-x86_64-aarch64-linux-g… 78 …cp <numa_install_dir>/lib/libnuma.so <cross_install_dir>/gcc-arm-8.3-2019.03-x86_64-aarch64-linux-…
|
| /f-stack/dpdk/examples/performance-thread/ |
| H A D | Makefile | 9 ifeq ($(filter $(shell uname -m),x86_64 arm64),) 10 $(error This application is only supported for x86_64 and arm64 targets)
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/build-aux/ |
| H A D | config.guess | 395 SUN_ARCH=x86_64 880 echo x86_64-pc-mks 891 amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) 892 echo x86_64-unknown-cygwin 1059 x86_64:Linux:*:*) 1267 x86_64:Haiku:*:*) 1268 echo x86_64-unknown-haiku 1310 i386) UNAME_PROCESSOR=x86_64 ;; 1322 UNAME_PROCESSOR=x86_64 1409 x86_64:VMkernel:*:*) [all …]
|
| /f-stack/app/micro_thread/ |
| H A D | arch_ctx.S | 21 # context x86 or x86_64 save and restore 23 # x86_64 x86
|
| /f-stack/dpdk/examples/performance-thread/common/ |
| H A D | common.mk | 11 ifeq ($(shell uname -m),x86_64)
|
| /f-stack/dpdk/drivers/event/dlb/ |
| H A D | meson.build | 6 reason = 'only supported on x86_64 Linux'
|
| /f-stack/dpdk/drivers/event/dlb2/ |
| H A D | meson.build | 7 reason = 'only supported on x86_64 Linux'
|
| /f-stack/freebsd/contrib/libsodium/ |
| H A D | configure.ac | 231 [i?86|amd64|x86_64], [ 566 [i?86|amd64|x86_64], 603 AC_MSG_CHECKING(whether we can use x86_64 asm code) 608 # error Windows x86_64 calling conventions are not supported yet 612 # error !x86_64 623 AC_DEFINE([HAVE_AMD64_ASM], [1], [x86_64 asm code can be used]) 637 # error Windows x86_64 calling conventions are not supported yet 641 # error !x86_64 691 AS_IF([test "$enable_asm" != "no" -o "$host_alias" = "x86_64-nacl"],[ 764 [i?86|amd64|x86_64|powerpc*|s390*],
|