| /linux-6.15/tools/testing/selftests/arm64/fp/ |
| H A D | fp-ptrace-asm.S | 84 ldr z0, [x7, #0, MUL VL] 85 ldr z1, [x7, #1, MUL VL] 86 ldr z2, [x7, #2, MUL VL] 87 ldr z3, [x7, #3, MUL VL] 88 ldr z4, [x7, #4, MUL VL] 89 ldr z5, [x7, #5, MUL VL] 90 ldr z6, [x7, #6, MUL VL] 91 ldr z7, [x7, #7, MUL VL] 92 ldr z8, [x7, #8, MUL VL] 93 ldr z9, [x7, #9, MUL VL] [all …]
|
| /linux-6.15/tools/testing/selftests/arm64/abi/ |
| H A D | syscall-abi-asm.S | 155 ldr z0, [x2, #0, MUL VL] 156 ldr z1, [x2, #1, MUL VL] 157 ldr z2, [x2, #2, MUL VL] 158 ldr z3, [x2, #3, MUL VL] 159 ldr z4, [x2, #4, MUL VL] 160 ldr z5, [x2, #5, MUL VL] 161 ldr z6, [x2, #6, MUL VL] 162 ldr z7, [x2, #7, MUL VL] 163 ldr z8, [x2, #8, MUL VL] 164 ldr z9, [x2, #9, MUL VL] [all …]
|
| /linux-6.15/arch/x86/crypto/ |
| H A D | aes-ctr-avx-x86_64.S | 81 .if VL < 64 91 .if VL < 64 101 .if VL == 16 113 .if VL < 64 346 .if VL > 16 352 .if VL == 16 518 .if VL > 16 556 .set VL, 16 define 566 .set VL, 32 define 575 .set VL, 32 define [all …]
|
| H A D | aes-xts-avx-x86_64.S | 123 .if VL == 16 232 .if VL < 64 253 .if VL < 64 292 .if VL == 16 308 .if VL == 16 314 .if VL == 32 704 .if VL > 16 712 .if VL > 16 855 .set VL, 16 define 865 .set VL, 32 define [all …]
|
| H A D | aes-gcm-avx10-x86_64.S | 143 .set VL, \vl define 146 .if VL == 32 148 .elseif VL == 64 407 .if VL == 64 438 .if VL == 32 440 .elseif VL == 64 723 .if VL == 32 725 .elseif VL == 64 880 .if VL < 64 930 add $VL, SRC [all …]
|
| H A D | Kconfig | 366 - AVX-512VL (Advanced Vector Extensions-512VL)
|
| /linux-6.15/arch/x86/lib/ |
| H A D | crc-pclmul-template.S | 79 .if VL == 16 218 .set VL, \vl define 223 .if VL == 16 299 .if VL >= 32 326 .if VL == 16 338 _load_data VL, 1*VL(BUF), BSWAP_MASK, V1 339 _load_data VL, 2*VL(BUF), BSWAP_MASK, V2 340 _load_data VL, 3*VL(BUF), BSWAP_MASK, V3 378 .if VL == 64 386 .if VL >= 32 [all …]
|
| /linux-6.15/arch/riscv/crypto/ |
| H A D | aes-riscv64-zvkned-zvbb-zvkg.S | 61 #define VL a7 macro 109 vsetvli VL, LEN32, e32, m4, ta, ma 110 srli t0, VL, 2 // t0 = N (num blocks) 175 vsetvli VL, LEN32, e32, m4, ta, ma 185 slli t0, VL, 2 188 sub LEN32, LEN32, VL 214 addi t0, VL, -4
|
| H A D | chacha-riscv64-zvkb.S | 60 #define VL t2 macro 179 vsetvli VL, LEN, e32, m1, ta, ma 273 add COUNTER, COUNTER, VL 274 sub LEN, LEN, VL 275 slli TMP, VL, 6
|
| /linux-6.15/arch/arm/boot/dts/marvell/ |
| H A D | kirkwood-linkstation-lsvl.dts | 3 * Device Tree file for Buffalo Linkstation LS-VL 13 model = "Buffalo Linkstation LS-VL";
|
| /linux-6.15/Documentation/devicetree/bindings/sound/ |
| H A D | cirrus,cs4234.yaml | 43 VL-supply: 54 - VL-supply 70 VL-supply = <&vdd3v3>;
|
| H A D | cirrus,cs42l51.yaml | 35 VL-supply: 71 VL-supply = <®_audio>;
|
| H A D | cs43130.txt | 10 - VA-supply, VP-supply, VL-supply, VCP-supply, VD-supply: 57 VL-supply = <&dummy_vreg>;
|
| H A D | cirrus,cs42l42.yaml | 41 VL-supply: 193 - VL-supply 212 VL-supply = <&dummy_vreg>;
|
| /linux-6.15/Documentation/arch/arm64/ |
| H A D | sve.rst | 98 * Vector length (VL) = size of a Z-register in bytes 102 (So, VL = 16 * VQ.) 370 VL is supported. 394 for the actual VL and retry. 487 * 32 8VL-bit vector registers Z0..Z31 493 * 16 VL-bit predicate registers P0..P15 503 * The value of VL can be configured at runtime by EL1 and above: 504 16 <= VL <= VLmax, where VL must be a multiple of 16. 516 8VL-1 128 0 bit index 529 VL-1 0 +-------+ [all …]
|
| H A D | sme.rst | 69 vectors from 0 to VL/8-1 stored in the same endianness invariant format as is 320 The caller must make a further GETREGSET call if it needs to know what VL is 322 VL is supported. 332 * For SETREGSET, if the requested VL is not supported, the effect will be the 336 payload layout for the actual VL and retry.
|
| /linux-6.15/arch/s390/kernel/vdso64/ |
| H A D | vgetrandom-chacha.S | 47 VL COPY0,0,,%r1 50 ALTERNATIVE __stringify(VL BEPERM,16,,%r1), "brcl 0,0", ALT_FACILITY(148)
|
| /linux-6.15/arch/s390/crypto/ |
| H A D | chacha-s390.S | 89 VL K0,0,,%r7 # load sigma 90 VL K1,0,,KEY # load key 91 VL K2,16,,KEY 92 VL K3,0,,COUNTER # load counter 94 VL BEPERM,0x40,,%r7 95 VL CTR,0x50,,%r7 489 VL K3,0,,COUNTER # load counter
|
| /linux-6.15/Documentation/scsi/ |
| H A D | advansys.rst | 9 (8-bit transfer) SCSI Host Adapters for the ISA, EISA, VL, and PCI 42 - ABP842 - Bus-Master VL (240 CDB) 55 - ABP852 - Dual Channel Bus-Master VL (240 CDB Per Channel) 181 affects searching for ISA and VL boards.
|
| H A D | aic7xxx.rst | 26 aic7770 10 EISA/VL 10MHz 16Bit 4 1 67 AHA-2842 aic7770 VL SE-50M SE-HD50F
|
| /linux-6.15/Documentation/networking/dsa/ |
| H A D | sja1105.rst | 36 VL Lookup no no 37 VL Policing if VL Lookup no 38 VL Forwarding if VL Lookup no 46 VL Forwarding Params if VL Forwarding no
|
| /linux-6.15/arch/arm64/boot/dts/amlogic/ |
| H A D | meson-sm1-bananapi.dtsi | 256 "VL-RST_N", /* GPIOH_4 */ 258 "VL-PWREN", /* GPIOH_6 */
|
| /linux-6.15/arch/arm/boot/dts/st/ |
| H A D | stm32mp15xx-dkx.dtsi | 215 VL-supply = <&v3v3>;
|
| /linux-6.15/arch/s390/include/asm/ |
| H A D | fpu-insn-asm.h | 317 .macro VL v, disp, index="%r0", base
|
| /linux-6.15/drivers/eisa/ |
| H A D | eisa.ids | 117 ASU4901 "VL/EISA-486SV1 Main Board" 1250 TYN0001 "TYN VL EISA-486 Board" 1264 USC0340 "UltraStor - ULTRA-34F VESA VL-BUS Host Adapter"
|