Searched refs:b6 (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/arm64/crypto/
H A Dsm4-ce-asm.h110 #define SM4_CRYPT_BLK8_BE(b0, b1, b2, b3, b4, b5, b6, b7) \
117 sm4e b6.4s, v24.4s; \
125 sm4e b6.4s, v25.4s; \
133 sm4e b6.4s, v26.4s; \
141 sm4e b6.4s, v27.4s; \
149 sm4e b6.4s, v28.4s; \
157 sm4e b6.4s, v29.4s; \
165 sm4e b6.4s, v30.4s; \
173 sm4e b6.4s, v31.4s; \
181 rev64 b6
[all...]
H A Daes-neonbs-core.S26 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
28 eor \b5, \b5, \b6
30 eor \b6, \b6, \b2
32 eor \b6, \b6, \b3
42 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
43 eor \b0, \b0, \b6
45 eor \b4, \b4, \b6
47 eor \b6, \b
[all...]
H A Dsm4-neon-core.S220 #define SM4_CRYPT_BLK8_norotate(b0, b1, b2, b3, b4, b5, b6, b7) \
227 rev32 b6.16b, b6.16b; \
235 ROUND8(0, b0, b1, b2, b3, b4, b5, b6, b7); \
236 ROUND8(1, b1, b2, b3, b0, b5, b6, b7, b4); \
237 ROUND8(2, b2, b3, b0, b1, b6, b7, b4, b5); \
238 ROUND8(3, b3, b0, b1, b2, b7, b4, b5, b6); \
248 rev32 b6.16b, b6.16b; \
254 #define SM4_CRYPT_BLK8(b0, b1, b2, b3, b4, b5, b6, b
[all...]
/linux-master/arch/arm/crypto/
H A Daes-neonbs-core.S80 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
82 veor \b5, \b5, \b6
84 veor \b6, \b6, \b2
86 veor \b6, \b6, \b3
96 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
97 veor \b0, \b0, \b6
99 veor \b4, \b4, \b6
101 veor \b6, \b
[all...]
/linux-master/drivers/atm/
H A Dfore200e.h75 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b1; b2; b3; b4; b5; b6;
81 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b6; b5; b4; b3; b2; b1;
/linux-master/arch/powerpc/crypto/
H A Daes-tab-4k.S76 .long R(79, b1, b1, c8), R(b6, 5b, 5b, ed)
93 .long R(63, bc, bc, df), R(77, b6, b6, c1)
149 .long R(2d, 9b, 9b, b6), R(3c, 1e, 1e, 22)
182 .long R(be, e1, 4f, b6), R(f0, 88, ad, 17)
227 .long R(2d, b6, a8, b9), R(14, 1e, a9, c8)
233 .long R(b6, ed, fc, 68), R(b8, e4, f1, 63)
290 .long R(7b, cb, 84, 61), R(d5, 32, b6, 70)
/linux-master/fs/nfs/
H A Dpnfs_nfs.c584 struct sockaddr_in6 *a6, *b6; local
601 b6 = (struct sockaddr_in6 *)addr2;
606 a6->sin6_scope_id != b6->sin6_scope_id)
609 if (ipv6_addr_equal(&a6->sin6_addr, &b6->sin6_addr) &&
610 a6->sin6_port == b6->sin6_port)
/linux-master/drivers/iio/pressure/
H A Dbmp280-core.c1940 s32 b3, b6; local
1943 b6 = data->t_fine - 4000;
1944 x1 = (calib->B2 * (b6 * b6 >> 12)) >> 11;
1945 x2 = calib->AC2 * b6 >> 11;
1948 x1 = calib->AC3 * b6 >> 13;
1949 x2 = (calib->B1 * ((b6 * b6) >> 12)) >> 16;
/linux-master/arch/x86/kernel/
H A Duprobes.c46 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\
48 (b4##UL << 0x4)|(b5##UL << 0x5)|(b6##UL << 0x6)|(b7##UL << 0x7) | \
/linux-master/arch/x86/kernel/kprobes/
H A Dcore.c64 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\
66 (b4##UL << 0x4)|(b5##UL << 0x5)|(b6##UL << 0x6)|(b7##UL << 0x7) | \

Completed in 135 milliseconds