/linux/arch/arm64/crypto/ |
H A D | sm4-ce-asm.h | 57 #define SM4_CRYPT_BLK4_BE(b0, b1, b2, b3) \ argument 61 sm4e b3.4s, v24.4s; \ 65 sm4e b3.4s, v25.4s; \ 69 sm4e b3.4s, v26.4s; \ 73 sm4e b3.4s, v27.4s; \ 77 sm4e b3.4s, v28.4s; \ 81 sm4e b3.4s, v29.4s; \ 85 sm4e b3.4s, v30.4s; \ 89 sm4e b3.4s, v31.4s; \ 93 rev64 b3.4s, b3.4s; \ [all …]
|
H A D | aes-neonbs-core.S | 26 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 29 eor \b3, \b3, \b0 32 eor \b6, \b6, \b3 33 eor \b3, \b3, \b7 35 eor \b3, \b3, \b4 38 eor \b3, \b3, \b1 42 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 49 eor \b5, \b5, \b3 50 eor \b3, \b3, \b7 56 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5 [all …]
|
H A D | sm4-neon-core.S | 131 #define SM4_CRYPT_BLK4_BE(b0, b1, b2, b3) \ argument 137 ROUND4(0, b0, b1, b2, b3); \ 138 ROUND4(1, b1, b2, b3, b0); \ 139 ROUND4(2, b2, b3, b0, b1); \ 140 ROUND4(3, b3, b0, b1, b2); \ 147 rev32 b3.16b, b3.16b; \ 149 rotate_clockwise_4x4(b0, b1, b2, b3); \ 154 #define SM4_CRYPT_BLK4(b0, b1, b2, b3) \ argument 158 rev32 b3.16b, b3.16b; \ 159 SM4_CRYPT_BLK4_BE(b0, b1, b2, b3); [all …]
|
/linux/arch/s390/crypto/ |
H A D | chacha-s390.S | 456 #define B3 %v13 macro 501 VLR B3,K1 529 VAF A3,A3,B3 554 VX B3,B3,C3 560 VERLLF B3,B3,12 567 VAF A3,A3,B3 592 VX B3,B3,C3 598 VERLLF B3,B3,7 611 VSLDB B3,B3,B3,4 624 VAF A3,A3,B3 [all …]
|
/linux/arch/arm/crypto/ |
H A D | aes-neonbs-core.S | 80 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 83 veor \b3, \b3, \b0 86 veor \b6, \b6, \b3 87 veor \b3, \b3, \b7 89 veor \b3, \b3, \b4 92 veor \b3, \b3, \b1 96 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 103 veor \b5, \b5, \b3 104 veor \b3, \b3, \b7 110 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5 [all …]
|
H A D | ghash-ce-core.S | 96 .macro __pmull_p64, rd, rn, rm, b1, b2, b3, b4 110 .macro __pmull_p8, rq, ad, bd, b1=t4l, b2=t3l, b3=t4l, b4=t3l 125 .ifc \b3, t4l 126 vext.8 t4l, \bd, \bd, #3 @ B3 134 vmull.p8 t4q, \ad, \b3 @ I = A*B3
|
/linux/arch/powerpc/kernel/vdso/ |
H A D | vgetrandom-chacha.S | 52 .macro quarterround4 a1 b1 c1 d1 a2 b2 c2 d2 a3 b3 c3 d3 a4 b4 c4 d4 55 add \a3, \a3, \b3 71 xor \b3, \b3, \c3 75 rotlwi \b3, \b3, 12 79 add \a3, \a3, \b3 95 xor \b3, \b3, \c3 99 rotlwi \b3, \b3, 7 103 #define QUARTERROUND4(a1,b1,c1,d1,a2,b2,c2,d2,a3,b3,c3,d3,a4,b4,c4,d4) \ argument 106 state##a3 state##b3 state##c3 state##d3 \
|
/linux/arch/riscv/crypto/ |
H A D | chacha-riscv64-zvkb.S | 77 a2, b2, c2, d2, a3, b3, c3, d3 82 vadd.vv \a3, \a3, \b3 100 vxor.vv \b3, \b3, \c3 104 vror.vi \b3, \b3, 32 - 12 110 vadd.vv \a3, \a3, \b3 128 vxor.vv \b3, \b3, \c3 132 vror.vi \b3, \b3, 32 - 7
|
/linux/tools/mm/ |
H A D | slabinfo.c | 806 char b1[20], b2[20], b3[20], b4[20]; in totals() local 983 store_size(b3, total_waste * 100 / total_used); in totals() 984 printf("Memory used: %15s # Loss : %15s MRatio:%6s%%\n", b1, b2, b3); in totals() 987 store_size(b3, total_partobj * 100 / total_objects); in totals() 988 printf("# Objects : %15s # PartObj: %15s ORatio:%6s%%\n", b1, b2, b3); in totals() 997 store_size(b3, max_objects);store_size(b4, total_objects); in totals() 999 b1, b2, b3, b4); in totals() 1002 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals() 1004 b1, b2, b3, b4); in totals() 1007 store_size(b3, max_partial);store_size(b4, total_partial); in totals() [all …]
|
/linux/drivers/atm/ |
H A D | fore200e.h | 72 #define BITFIELD3(b1, b2, b3) b1; b2; b3; argument 73 #define BITFIELD4(b1, b2, b3, b4) b1; b2; b3; b4; argument 74 #define BITFIELD5(b1, b2, b3, b4, b5) b1; b2; b3; b4; b5; argument 75 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b1; b2; b3; b4; b5; b6; argument 78 #define BITFIELD3(b1, b2, b3) b3; b2; b1; argument 79 #define BITFIELD4(b1, b2, b3, b4) b4; b3; b2; b1; argument 80 #define BITFIELD5(b1, b2, b3, b4, b5) b5; b4; b3; b2; b1; argument 81 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b6; b5; b4; b3; b2; b1; argument
|
/linux/arch/arm/boot/dts/marvell/ |
H A D | kirkwood-b3.dts | 3 * Device Tree file for Excito Bubba B3 9 * L2 cache. If your B3 silently fails to boot, u-boot is probably too 21 model = "Excito B3"; 22 compatible = "excito,b3", "marvell,kirkwood-88f6281", "marvell,kirkwood";
|
/linux/arch/arm/include/asm/ |
H A D | xor.h | 32 : "=r" (src), "=r" (b1), "=r" (b2), "=r" (b3), "=r" (b4) \ 34 __XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4) 57 register unsigned int b3 __asm__("ip"); in xor_arm4regs_2() 79 register unsigned int b3 __asm__("ip"); in xor_arm4regs_3()
|
/linux/tools/testing/selftests/ftrace/test.d/kprobe/ |
H A D | kprobe_args_type.tc | 22 B3=`printf "%03x" 0x$X3 | tail -c 2 | head -c 1` 23 test $B3 = $B4
|
/linux/include/linux/usb/ |
H A D | r8a66597.h | 143 #define IDMON 0x0004 /* b3: ID-pin monitor */ 168 #define UTST 0x000F /* b3-0: Test select */ 246 #define BRDY3 0x0008 /* b3: PIPE3 */ 258 #define NRDY3 0x0008 /* b3: PIPE3 */ 270 #define BEMP3 0x0008 /* b3: PIPE3 */ 280 #define SOFMODE 0x000C /* b3-2: SOF pin select */ 306 #define VALID 0x0008 /* b3: Setup packet detected flag */ 369 #define R8A66597_EPNUM 0x000F /* b3-0: Eendpoint number select */
|
/linux/arch/m68k/fpsp040/ |
H A D | ssin.S | 288 |--SGN + S'*(B1 + S(B2 + S(B3 + S(B4 + ... + SB8)))), WHERE 290 |--SGN + S'*([B1+T(B3+T(B5+TB7))] + [S(B2+T(B4+T(B6+TB8)))]) 293 |--WHILE B2 AND B3 ARE IN DOUBLE-EXTENDED FORMAT, B1 IS -1/2 326 faddx COSB3,%fp3 | ...B3+T(B5+TB7) 329 fmulx %fp3,%fp1 | ...T(B3+T(B5+TB7)) 332 fadds COSB1,%fp1 | ...B1+T(B3+T(B5+TB7)) 632 faddx COSB3,%fp2 | ...B3+S(B4+...) 635 fmulx %fp0,%fp2 | ...S(B3+...) 638 faddx COSB2,%fp2 | ...B2+S(B3+...) 699 faddx COSB3,%fp1 | ...B3+S(B4+...) [all …]
|
H A D | satan.S | 349 |--ATAN(X) BY X + X*Y*(B1+Y*(B2+Y*(B3+Y*(B4+Y*(B5+Y*B6))))) 350 |--WHICH IS X + X*Y*( [B1+Z*(B3+Z*B5)] + [Y*(B2+Z*(B4+Z*B6)] ) 371 faddd ATANB3,%fp3 | ...B3+Z*B5 374 fmulx %fp3,%fp1 | ...Z*(B3+Z*B5) 377 faddd ATANB1,%fp1 | ...B1+Z*(B3+Z*B5) 382 faddx %fp2,%fp1 | ...[B1+Z*(B3+Z*B5)]+[Y*(B2+Z*(B4+Z*B6))] 385 fmulx %fp1,%fp0 | ...X*Y*([B1+Z*(B3+Z*B5)]+[Y*(B2+Z*(B4+Z*B6))]) 443 fmulx %fp1,%fp0 | ...X'*Y*([B1+Z*(B3+Z*B5)]
|
/linux/drivers/platform/chrome/ |
H A D | cros_ec_lpc_mec.c | 142 * the data register and writing B3 flushes. in cros_ec_lpc_io_bytes_mec() 175 * since writing B3 triggers the flush. in cros_ec_lpc_io_bytes_mec() 188 /* Access [B0, B3] on each loop pass */ in cros_ec_lpc_io_bytes_mec()
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_lvds_regs.h | 54 * Controls the B0-B3 data pairs. This must be set to match the DPLL p2 55 * setting for whether we are in dual-channel mode. The B3 pair will
|
/linux/drivers/media/platform/chips-media/coda/ |
H A D | coda-mpeg2.c | 50 * 00 00 01 b3 2d 01 e0 34 08 8b a3 81 59 * 00 00 01 b3 08 00 40 15 ff ff e0 28
|
/linux/drivers/usb/gadget/udc/ |
H A D | m66592-udc.h | 141 #define M66592_WDST 0x0008 /* b3: Control write data stage completed irq */ 161 #define M66592_BRDY3 0x0008 /* b3: PIPE3 */ 172 #define M66592_NRDY3 0x0008 /* b3: PIPE3 */ 183 #define M66592_BEMP3 0x0008 /* b3: PIPE3 */ 189 #define M66592_SOFM 0x000C /* b3-2: SOF palse mode */ 215 #define M66592_VALID 0x0008 /* b3: Setup packet detected flag */ 364 #define M66592_EPNUM 0x000F /* b3-0: Eendpoint number select */
|
/linux/drivers/gpio/ |
H A D | gpio-gpio-mm.c | 53 "Port 1A6", "Port 1A7", "Port 1B0", "Port 1B1", "Port 1B2", "Port 1B3", 57 "Port 2A6", "Port 2A7", "Port 2B0", "Port 2B1", "Port 2B2", "Port 2B3",
|
/linux/drivers/video/console/ |
H A D | newport_con.c | 183 npregs->set.dcbdata0.bybytes.b3 &= ~XM9_PUPMODE; in newport_reset() 186 npregs->set.dcbdata0.bybytes.b3 &= ~XM9_PUPMODE; in newport_reset() 255 tmp = npregs->set.dcbdata0.bybytes.b3; in newport_get_revisions() 262 tmp = npregs->set.dcbdata0.bybytes.b3; in newport_get_revisions() 270 xmap9_rev = npregs->set.dcbdata0.bybytes.b3 & 7; in newport_get_revisions() 274 npregs->set.dcbdata0.bybytes.b3 = BT445_REVISION_REG; in newport_get_revisions() 277 bt445_rev = (npregs->set.dcbdata0.bybytes.b3 >> 4) - 0x0a; in newport_get_revisions()
|
/linux/arch/powerpc/include/asm/ |
H A D | reg_fsl_emb.h | 66 #define PMRN_PMLCB3 0x113 /* PM Local Control B3 */ 99 #define PMRN_UPMLCB3 0x103 /* User PM Local Control B3 */
|
/linux/Documentation/input/devices/ |
H A D | alps.rst | 308 packet-fmt b7 b6 b5 b4 b3 b2 b1 b0 345 b7 b6 b5 b4 b3 b2 b1 b0 357 b7 b6 b5 b4 b3 b2 b1 b0 370 b7 b6 b5 b4 b3 b2 b1 b0 382 b7 b6 b5 b4 b3 b2 b1 b0
|
/linux/drivers/power/supply/ |
H A D | ucs1002_power.c | 150 * B3: 0.08676 mA/h rounded to 87 uA/h in ucs1002_get_charge() 162 * B0 B1 B2 B3 B4 B5 B6 B7 in ucs1002_get_charge() 167 * B0 B1 B2 B3 B4 B5 B6 B7 in ucs1002_get_charge() 172 * B0 B1 B2 B3 B4 B5 B6 B7 in ucs1002_get_charge() 177 * B0 B1 B2 B3 B4 B5 B6 B7 in ucs1002_get_charge()
|