Searched refs:avx (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/arch/x86/crypto/ |
| H A D | Makefile | 12 twofish-avx-x86_64-y := twofish-avx-x86_64-asm_64.o twofish_avx_glue.o 19 serpent-avx-x86_64-y := serpent-avx-x86_64-asm_64.o serpent_avx_glue.o 29 camellia-aesni-avx-x86_64-y := camellia-aesni-avx-asm_64.o camellia_aesni_avx_glue.o 37 cast5-avx-x86_64-y := cast5-avx-x86_64-asm_64.o cast5_avx_glue.o 40 cast6-avx-x86_64-y := cast6-avx-x86_64-asm_64.o cast6_avx_glue.o 51 aesni-intel-$(CONFIG_64BIT) += aes-ctr-avx-x86_64.o \ 53 aes-xts-avx-x86_64.o 89 obj-$(CONFIG_CRYPTO_SM3_AVX_X86_64) += sm3-avx-x86_64.o 90 sm3-avx-x86_64-y := sm3-avx-asm_64.o sm3_avx_glue.o 93 sm4-aesni-avx-x86_64-y := sm4-aesni-avx-asm_64.o sm4_aesni_avx_glue.o [all …]
|
| H A D | poly1305-x86_64-cryptogams.pl | 98 $avx = ($1>=10) + ($1>=11); 134 if ($avx) { 404 if ($avx) { 1514 if ($avx>1) { 2206 if($avx > 2 && $avx512) { 2807 if ($avx>2) { 2826 if (!$kernel && $avx>3) { 4128 $code.=<<___ if ($avx); 4145 $code.=<<___ if ($avx>1); 4158 $code.=<<___ if ($avx>2); [all …]
|
| /linux-6.15/arch/x86/ |
| H A D | Makefile.um | 11 KBUILD_CFLAGS += -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx 12 KBUILD_RUSTFLAGS += -Ctarget-feature=-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2
|
| H A D | Makefile | 77 KBUILD_CFLAGS += -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx 79 KBUILD_RUSTFLAGS += -Ctarget-feature=-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2
|
| /linux-6.15/drivers/input/mouse/ |
| H A D | hgpk.c | 127 int avx, avy; in hgpk_discard_decay_hack() local 130 avx = abs(x); in hgpk_discard_decay_hack() 134 if (avx > recalib_delta || in hgpk_discard_decay_hack() 135 (avx > recalib_delta / 2 && ((avx / 4) > priv->xlast))) { in hgpk_discard_decay_hack() 137 priv->xbigj = avx; in hgpk_discard_decay_hack() 138 } else if (approx_half(avx, priv->xbigj)) { in hgpk_discard_decay_hack() 140 priv->xbigj = avx; in hgpk_discard_decay_hack() 164 priv->xlast = avx; in hgpk_discard_decay_hack()
|
| /linux-6.15/tools/testing/selftests/x86/ |
| H A D | Makefile | 22 corrupt_xstate_header amx lam test_shadow_stack avx 136 $(OUTPUT)/avx_64: CFLAGS += -mno-avx -mno-avx512f
|
| /linux-6.15/lib/zstd/common/ |
| H A D | cpu.h | 125 C(avx, 28)
|
| /linux-6.15/Documentation/admin-guide/hw-vuln/ |
| H A D | gather_data_sampling.rst | 64 "clearcpuid=avx" on the kernel command-line.
|
| /linux-6.15/include/hyperv/ |
| H A D | hvgdk_mini.h | 649 u64 avx : 1; member
|
| /linux-6.15/tools/arch/x86/kcpuid/ |
| H A D | cpuid.csv | 60 1, 0, ecx, 28, avx , AVX instructions support
|
| /linux-6.15/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 10 # AVXcode: avx-code
|
| /linux-6.15/tools/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 10 # AVXcode: avx-code
|