| /linux/arch/x86/crypto/ |
| A D | serpent-sse2-x86_64-asm_64.S | 44 pxor x4, x0; \ 45 pxor x2, x4; \ 49 pxor x4, x1; \ 53 por x0, x4; \ 58 pxor x4, x2; \ 66 pand x1, x4; \ 72 pxor x4, x3; \ 80 pxor x1, x4; 112 pxor x3, x4; 153 pxor x0, x4; [all …]
|
| A D | serpent-sse2-i586-asm_32.S | 46 pxor x4, x0; \ 50 pxor x4, x3; 56 por x4, x0; \ 61 por x4, x2; \ 66 por x4, x1; \ 70 pxor x4, x3; \ 74 por x4, x3; \ 80 pxor x4, x2; \ 88 por x4, x0; \ 135 por x4, x2; [all …]
|
| A D | serpent-avx-x86_64-asm_64.S | 55 vpxor RNOT, x4, x4; \ 62 vpor x0, x4, x4; \ 82 vpxor x2, x4, x4; \ 88 vpxor x1, x4, x4; 118 vpxor x3, x4, x4; 124 vpor x1, x4, x4; \ 126 vpxor x3, x4, x4; \ 156 vpor x3, x4, x4; \ 157 vpxor x0, x4, x4; 206 vpxor x1, x4, x4; [all …]
|
| A D | serpent-avx2-asm_64.S | 55 vpxor RNOT, x4, x4; \ 62 vpor x0, x4, x4; \ 82 vpxor x2, x4, x4; \ 88 vpxor x1, x4, x4; 118 vpxor x3, x4, x4; 124 vpor x1, x4, x4; \ 126 vpxor x3, x4, x4; \ 156 vpor x3, x4, x4; \ 157 vpxor x0, x4, x4; 206 vpxor x1, x4, x4; [all …]
|
| A D | aria-aesni-avx-asm_64.S | 200 x4, x5, x6, x7, \ 288 vpxor t2, x4, x4; \ 315 vgf2p8affineinvqb $(tf_aff_const), t3, x4, x4; \ 336 vaesenclast t7, x4, x4; \ 344 vpshufb t0, x4, x4; \ 384 vpxor y0, x4, x4; \ 414 vpxor y0, x4, x4; \ 420 x4, x5, x6, x7, \ argument 475 x4, x5, x6, x7, \ argument 530 x4, x5, x6, x7, \ argument [all …]
|
| A D | glue_helper-asm-avx.S | 8 #define load_8way(src, x0, x1, x2, x3, x4, x5, x6, x7) \ argument 13 vmovdqu (4*16)(src), x4; \ 18 #define store_8way(dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument 23 vmovdqu x4, (4*16)(dst); \ 28 #define store_cbc_8way(src, dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument 32 vpxor (3*16)(src), x4, x4; \ 36 store_8way(dst, x0, x1, x2, x3, x4, x5, x6, x7);
|
| A D | aria-aesni-avx2-asm_64.S | 216 x4, x5, x6, x7, \ 297 vpxor t0, x4, x4; \ 322 vgf2p8affineinvqb $(tf_aff_const), t3, x4, x4; \ 348 vaesenclast t7##_x, x4##_x, x4##_x; \ 350 vinserti128 $1, t6##_x, x4, x4; \ 376 vpshufb t0, x4, x4; \ 425 vpxor y0, x4, x4; \ 455 vpxor y0, x4, x4; \ 461 x4, x5, x6, x7, \ argument 515 x4, x5, x6, x7, \ argument [all …]
|
| A D | glue_helper-asm-avx2.S | 8 #define load_16way(src, x0, x1, x2, x3, x4, x5, x6, x7) \ argument 13 vmovdqu (4*32)(src), x4; \ 18 #define store_16way(dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument 23 vmovdqu x4, (4*32)(dst); \ 28 #define store_cbc_16way(src, dst, x0, x1, x2, x3, x4, x5, x6, x7, t0) \ argument 35 vpxor (3*32+16)(src), x4, x4; \ 39 store_16way(dst, x0, x1, x2, x3, x4, x5, x6, x7);
|
| /linux/crypto/ |
| A D | seed.c | 342 t1 = x2 + KC[i] - x4; in seed_set_key() 355 x4 = (x4 << 8) ^ (t0 >> 24); in seed_set_key() 377 OP(x1, x2, x3, x4, 0); in seed_encrypt() 378 OP(x3, x4, x1, x2, 2); in seed_encrypt() 379 OP(x1, x2, x3, x4, 4); in seed_encrypt() 380 OP(x3, x4, x1, x2, 6); in seed_encrypt() 381 OP(x1, x2, x3, x4, 8); in seed_encrypt() 426 OP(x3, x4, x1, x2, 8); in seed_decrypt() 427 OP(x1, x2, x3, x4, 6); in seed_decrypt() 428 OP(x3, x4, x1, x2, 4); in seed_decrypt() [all …]
|
| A D | serpent_generic.c | 65 x3 |= x0; x0 ^= x4; x4 ^= x2; \ 66 x4 = ~x4; x3 ^= x1; x1 &= x0; \ 78 x1 |= x4; x4 ^= x2; x2 &= x0; \ 97 x2 ^= x3; x0 |= x4; x4 ^= x3; \ 109 x1 ^= x4; x4 &= x2; x2 ^= x3; \ 117 x0 ^= x2; x1 &= x4; x4 |= x3; \ 127 x0 &= x3; x1 |= x3; x4 = ~x4; \ 129 x3 ^= x4; x4 ^= x0; x2 &= x0; \ 137 x1 ^= x3; x3 |= x4; x4 ^= x2; \ 139 x2 &= x0; x0 ^= x4; x4 ^= x3; \ [all …]
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| A D | imx53-kp-ddc.dts | 108 MX53_PAD_EIM_A16__IPU_DI1_DISP_CLK 0x4 109 MX53_PAD_EIM_DA10__IPU_DI1_PIN15 0x4 110 MX53_PAD_EIM_DA9__IPU_DISP1_DAT_0 0x4 111 MX53_PAD_EIM_DA8__IPU_DISP1_DAT_1 0x4 112 MX53_PAD_EIM_DA7__IPU_DISP1_DAT_2 0x4 113 MX53_PAD_EIM_DA6__IPU_DISP1_DAT_3 0x4 114 MX53_PAD_EIM_DA5__IPU_DISP1_DAT_4 0x4 115 MX53_PAD_EIM_DA4__IPU_DISP1_DAT_5 0x4 116 MX53_PAD_EIM_DA3__IPU_DISP1_DAT_6 0x4 117 MX53_PAD_EIM_DA2__IPU_DISP1_DAT_7 0x4 [all …]
|
| /linux/arch/arm/boot/dts/st/ |
| A D | spear13xx.dtsi | 88 interrupts = <0 28 0x4>; 95 interrupts = <0 29 0x4>; 104 interrupts = <0 19 0x4>; 121 interrupts = <0 59 0x4>; 144 interrupts = <0 20 0x4>, 145 <0 21 0x4>, 146 <0 22 0x4>, 147 <0 23 0x4>; 156 <0 34 0x4>; 267 <0 11 0x4>; [all …]
|
| A D | spear1310.dtsi | 56 interrupts = <0 68 0x4>; 65 interrupts = <0 69 0x4>; 74 interrupts = <0 70 0x4>; 84 interrupts = <0 68 0x4>; 101 interrupts = <0 69 0x4>; 118 interrupts = <0 70 0x4>; 134 interrupts = <0 95 0x4>; 143 interrupts = <0 96 0x4>; 152 interrupts = <0 97 0x4>; 161 interrupts = <0 98 0x4>; [all …]
|
| /linux/Documentation/devicetree/bindings/pci/ |
| A D | xgene-pci-msi.txt | 29 <0x0 0x11 0x4> 30 <0x0 0x12 0x4> 31 <0x0 0x13 0x4> 32 <0x0 0x14 0x4> 33 <0x0 0x15 0x4> 34 <0x0 0x16 0x4> 35 <0x0 0x17 0x4> 36 <0x0 0x18 0x4> 37 <0x0 0x19 0x4> 38 <0x0 0x1a 0x4> [all …]
|
| /linux/arch/arm64/boot/dts/apm/ |
| A D | apm-storm.dtsi | 433 0x0 0x11 0x4 434 0x0 0x12 0x4 435 0x0 0x13 0x4 436 0x0 0x14 0x4 437 0x0 0x15 0x4 639 0x0 0x0 0x0 0x4 &gic 0x0 0xc5 0x4>; 665 0x0 0x0 0x0 0x4 &gic 0x0 0xcb 0x4>; 691 0x0 0x0 0x0 0x4 &gic 0x0 0xd1 0x4>; 717 0x0 0x0 0x0 0x4 &gic 0x0 0xd7 0x4>; 743 0x0 0x0 0x0 0x4 &gic 0x0 0xdd 0x4>; [all …]
|
| /linux/arch/powerpc/boot/dts/ |
| A D | taishan.dts | 73 interrupts = <0x1 0x4 0x0 0x4>; /* cascade - first non-critical */ 86 interrupts = <0x3 0x4 0x2 0x4>; /* cascade */ 98 interrupts = <0x5 0x4 0x4 0x4>; /* cascade */ 157 /*RXDE*/ 0x4 &UIC1 0x2 0x4>; 171 interrupts = <0x7 0x4>; 186 interrupts = <0x5 0x4>; 289 interrupts = <0x1c 0x4 0x1d 0x4>; 309 interrupts = <0x1e 0x4 0x1f 0x4>; 329 interrupts = <0x0 0x4 0x1 0x4>; 353 interrupts = <0x2 0x4 0x3 0x4>; [all …]
|
| A D | fsp2.dts | 83 interrupts = <21 0x4 4 0x84>; 97 interrupts = <22 0x4 5 0x84>; 111 interrupts = <23 0x4 6 0x84>; 125 interrupts = <24 0x4 7 0x84>; 138 interrupts = <25 0x4 8 0x84>; 151 interrupts = <26 0x4 9 0x84>; 495 interrupts = <21 0x4>; 522 interrupts = <1 0x4 0 0x4>; 548 interrupts = <9 0x4 8 0x4>; 582 interrupts = <31 0x4>; [all …]
|
| A D | icon.dts | 70 interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */ 82 interrupts = <0xa 0x4 0xb 0x4>; /* cascade */ 94 interrupts = <0x10 0x4 0x11 0x4>; /* cascade */ 118 ranges = <0x4 0x00100000 0x4 0x00100000 0x00001000 119 0x4 0x00200000 0x4 0x00200000 0x00000400 120 0x4 0xe0000000 0x4 0xe0000000 0x20000000 149 /*RXDE*/ 0x4 &UIC1 0x3 0x4>; 262 interrupts = <0x1c 0x4 0x1d 0x4>; 349 0x0 0x0 0x0 0x4 &UIC3 0x3 0x4 /* swizzled int D */>; 387 0x0 0x0 0x0 0x1 &UIC3 0x4 0x4 /* swizzled int A */ [all …]
|
| A D | katmai.dts | 74 interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */ 86 interrupts = <0xa 0x4 0xb 0x4>; /* cascade */ 98 interrupts = <0x10 0x4 0x11 0x4>; /* cascade */ 122 ranges = <0x4 0x00100000 0x4 0x00100000 0x00001000 123 0x4 0x00200000 0x4 0x00200000 0x00000400 124 0x4 0xe0000000 0x4 0xe0000000 0x20000000 153 /*RXDE*/ 0x4 &UIC1 0x3 0x4>; 259 interrupts = <0x1c 0x4 0x1d 0x4>; 360 0x0 0x0 0x0 0x4 &UIC3 0x3 0x4 /* swizzled int D */>; 398 0x0 0x0 0x0 0x1 &UIC3 0x4 0x4 /* swizzled int A */ [all …]
|
| A D | yosemite.dts | 72 interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */ 117 /*RXDE*/ 0x4 &UIC1 0x2 0x4>; 130 interrupts = <0x7 0x4>; 187 interrupts = <0x0 0x4>; 198 interrupts = <0x1 0x4>; 209 interrupts = <0x3 0x4>; 221 interrupts = <0x4 0x4>; 229 interrupts = <0x2 0x4>; 255 interrupts = <0x1c 0x4 0x1d 0x4>; 275 interrupts = <0x1e 0x4 0x1f 0x4>; [all …]
|
| /linux/arch/powerpc/boot/dts/fsl/ |
| A D | mpc8568mds.dts | 30 0x4 0x0 0xf8008000 0x00008000 128 0x4 0xa 0x1 0x0 0x2 0x0 /* TxD0 */ 129 0x4 0x9 0x1 0x0 0x2 0x0 /* TxD1 */ 130 0x4 0x8 0x1 0x0 0x2 0x0 /* TxD2 */ 131 0x4 0x7 0x1 0x0 0x2 0x0 /* TxD3 */ 136 0x4 0xf 0x2 0x0 0x2 0x0 /* RxD0 */ 137 0x4 0xe 0x2 0x0 0x2 0x0 /* RxD1 */ 138 0x4 0xd 0x2 0x0 0x2 0x0 /* RxD2 */ 261 0x9000 0x0 0x0 0x4 &mpic 0x4 0x1 0 0 266 0x9800 0x0 0x0 0x3 &mpic 0x4 0x1 0 0 [all …]
|
| A D | mpc8572ds.dtsi | 131 reg = <0x4 0x0 0x40000>; 252 0x8800 0x0 0x0 0x3 &mpic 0x4 0x1 0 0 253 0x8800 0x0 0x0 0x4 &mpic 0x1 0x1 0 0 258 0x8900 0x0 0x0 0x3 &mpic 0x4 0x1 0 0 259 0x8900 0x0 0x0 0x4 &mpic 0x1 0x1 0 0 264 0x8a00 0x0 0x0 0x3 &mpic 0x4 0x1 0 0 265 0x8a00 0x0 0x0 0x4 &mpic 0x1 0x1 0 0 270 0x8b00 0x0 0x0 0x3 &mpic 0x4 0x1 0 0 271 0x8b00 0x0 0x0 0x4 &mpic 0x1 0x1 0 0 276 0x8c00 0x0 0x0 0x3 &mpic 0x4 0x1 0 0 [all …]
|
| /linux/Documentation/devicetree/bindings/mailbox/ |
| A D | xgene-slimpro-mailbox.txt | 27 interrupts = <0x0 0x0 0x4>, 28 <0x0 0x1 0x4>, 29 <0x0 0x2 0x4>, 30 <0x0 0x3 0x4>, 31 <0x0 0x4 0x4>, 32 <0x0 0x5 0x4>, 33 <0x0 0x6 0x4>, 34 <0x0 0x7 0x4>,
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| A D | am437x-l4.dtsi | 39 reg = <0x0 0x4>; 61 reg = <0xf0000 0x4>; 144 reg = <0x7000 0x4>, 145 <0x7010 0x4>, 146 <0x7114 0x4>; 178 reg = <0x9050 0x4>, 179 <0x9054 0x4>, 180 <0x9058 0x4>; 237 reg = <0xd000 0x4>, 1724 reg = <0x0 0x4>, [all …]
|
| /linux/arch/arm64/kernel/ |
| A D | smccc-call.S | 13 ldr x4, [sp] 14 stp x0, x1, [x4, #ARM_SMCCC_RES_X0_OFFS] 15 stp x2, x3, [x4, #ARM_SMCCC_RES_X2_OFFS] 16 ldr x4, [sp, #8] 17 cbz x4, 1f /* no quirk structure */ 18 ldr x9, [x4, #ARM_SMCCC_QUIRK_ID_OFFS] 21 str x6, [x4, ARM_SMCCC_QUIRK_STATE_OFFS] 57 ldp x4, x5, [x19, #ARM_SMCCC_1_2_REGS_X4_OFFS] 73 stp x4, x5, [x19, #ARM_SMCCC_1_2_REGS_X4_OFFS]
|