Home
last modified time | relevance | path

Searched refs:b1 (Results 1 – 25 of 174) sorted by relevance

1234567

/linux/crypto/
A Daes_generic.c1179 u32 b0[4], b1[4]; in crypto_aes_encrypt() local
1198 f_nround(b1, b0, kp); in crypto_aes_encrypt()
1199 f_nround(b0, b1, kp); in crypto_aes_encrypt()
1200 f_nround(b1, b0, kp); in crypto_aes_encrypt()
1201 f_nround(b0, b1, kp); in crypto_aes_encrypt()
1202 f_nround(b1, b0, kp); in crypto_aes_encrypt()
1203 f_nround(b0, b1, kp); in crypto_aes_encrypt()
1204 f_nround(b1, b0, kp); in crypto_aes_encrypt()
1205 f_nround(b0, b1, kp); in crypto_aes_encrypt()
1206 f_nround(b1, b0, kp); in crypto_aes_encrypt()
[all …]
A Dxor.c83 do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2) in do_xor_speed() argument
99 tmpl->do_2(BENCH_SIZE, b1, b2); in do_xor_speed()
121 void *b1, *b2; in calibrate_xor_blocks() local
133 b1 = (void *) __get_free_pages(GFP_KERNEL, 2); in calibrate_xor_blocks()
134 if (!b1) { in calibrate_xor_blocks()
138 b2 = b1 + 2*PAGE_SIZE + BENCH_SIZE; in calibrate_xor_blocks()
145 #define xor_speed(templ) do_xor_speed((templ), b1, b2) in calibrate_xor_blocks()
160 free_pages((unsigned long)b1, 2); in calibrate_xor_blocks()
/linux/drivers/atm/
A Dfore200e.h71 #define BITFIELD2(b1, b2) b1; b2; argument
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
77 #define BITFIELD2(b1, b2) b2; b1; 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/s390/net/
A Dbpf_jit_comp.c113 u32 r1 = reg2hex[b1]; in reg_set_seen()
124 #define REG_SEEN(b1) jit->seen_reg[reg2hex[(b1)]] argument
140 REG_SET_SEEN(b1); \
154 REG_SET_SEEN(b1); \
161 REG_SET_SEEN(b1); \
176 REG_SET_SEEN(b1); \
184 REG_SET_SEEN(b1); \
226 REG_SET_SEEN(b1); \
236 REG_SET_SEEN(b1); \
245 REG_SET_SEEN(b1); \
[all …]
/linux/arch/arm/include/asm/
A Dxor.h26 : "=r" (src), "=r" (b1), "=r" (b2) \
28 __XOR(a1, b1); __XOR(a2, b2);
32 : "=r" (src), "=r" (b1), "=r" (b2), "=r" (b3), "=r" (b4) \
34 __XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4)
54 register unsigned int b1 __asm__("r8"); in xor_arm4regs_2()
75 register unsigned int b1 __asm__("r8"); in xor_arm4regs_3()
95 register unsigned int b1 __asm__("ip"); in xor_arm4regs_4()
114 register unsigned int b1 __asm__("ip"); in xor_arm4regs_5()
/linux/drivers/isdn/mISDN/
A Ddsp_biquad.h19 int32_t b1; member
27 int32_t gain, int32_t a1, int32_t a2, int32_t b1, int32_t b2) in biquad2_init() argument
32 bq->b1 = b1; in biquad2_init()
45 y = z0 + bq->z1 * bq->b1 + bq->z2 * bq->b2; in biquad2()
/linux/fs/f2fs/
A Dhash.c28 __u32 b0 = buf[0], b1 = buf[1]; in TEA_transform() local
34 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b); in TEA_transform()
35 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); in TEA_transform()
39 buf[1] += b1; in TEA_transform()
/linux/block/
A Dblk-integrity.c123 struct blk_integrity *b1 = &gd1->queue->integrity; in blk_integrity_compare() local
126 if (!b1->profile && !b2->profile) in blk_integrity_compare()
129 if (!b1->profile || !b2->profile) in blk_integrity_compare()
132 if (b1->interval_exp != b2->interval_exp) { in blk_integrity_compare()
135 1 << b1->interval_exp, 1 << b2->interval_exp); in blk_integrity_compare()
139 if (b1->tuple_size != b2->tuple_size) { in blk_integrity_compare()
142 b1->tuple_size, b2->tuple_size); in blk_integrity_compare()
146 if (b1->tag_size && b2->tag_size && (b1->tag_size != b2->tag_size)) { in blk_integrity_compare()
149 b1->tag_size, b2->tag_size); in blk_integrity_compare()
153 if (b1->profile != b2->profile) { in blk_integrity_compare()
[all …]
/linux/tools/vm/
A Dslabinfo.c975 b1, b2, b3, b4); in totals()
980 b1, b2, b3, b4); in totals()
985 b1, b2, b3, b4); in totals()
990 b1, b2, b3, b4); in totals()
996 b1, b2, b3, b4); in totals()
1002 b1, b2, b3, b4); in totals()
1007 b1, b2, b3, b4); in totals()
1012 b1, b2, b3, b4); in totals()
1028 b1, b2, b3); in totals()
1032 b1, b2, b3); in totals()
[all …]
/linux/fs/reiserfs/
A Dhashes.c28 u32 b0, b1; \
31 b1 = h1; \
36 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b); \
37 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); \
41 h1 += b1; \
/linux/drivers/crypto/nx/
A Dnx-aes-ccm.c167 u8 tmp[16], *b1 = NULL, *b0 = NULL, *result = NULL; in generate_pat() local
195 b1 = nx_ctx->priv.ccm.iauth_tag; in generate_pat()
202 b1 = nx_ctx->csbcpb_aead->cpb.aes_cca.b1; in generate_pat()
206 b1 = nx_ctx->csbcpb_aead->cpb.aes_cca.b1; in generate_pat()
219 if (b1) { in generate_pat()
220 memset(b1, 0, 16); in generate_pat()
222 *(u16 *)b1 = assoclen; in generate_pat()
223 scatterwalk_map_and_copy(b1 + 2, req->src, 0, in generate_pat()
226 *(u16 *)b1 = (u16)(0xfffe); in generate_pat()
227 *(u32 *)&b1[2] = assoclen; in generate_pat()
[all …]
/linux/arch/arm/nwfpe/
A Dsoftfloat-macros350 z1 = a1 + b1;
371 bits64 b1,
383 z1 = a1 + b1;
409 *z1Ptr = a1 - b1;
410 *z0Ptr = a0 - b0 - ( a1 < b1 );
429 bits64 b1,
441 z1 = a1 - b1;
442 borrow0 = ( a1 < b1 );
525 bits64 b1,
562 bits64 b0, b1;
[all …]
/linux/arch/arm/crypto/
A Daes-neonbs-core.S81 veor \b2, \b2, \b1
92 veor \b3, \b3, \b1
93 veor \b1, \b1, \b5
98 veor \b1, \b1, \b4
101 veor \b6, \b6, \b1
102 veor \b1, \b1, \b5
111 veor \b1, \b1, \b7
114 veor \b1, \b1, \b3
122 veor \b1, \b1, \b4
126 veor \b1, \b1, \b5
[all …]
A Dblake2s-core.S68 .macro _blake2s_quarterround a0, b0, c0, d0, a1, b1, c1, d1, s0, s1, s2, s3
75 add \a1, \a1, \b1, ror #brot
89 eor \b1, \c1, \b1, ror #brot
96 add \a1, \a1, \b1, ror #12
110 eor \b1, \c1, \b1, ror#12
/linux/scripts/
A Dparse-maintainers.pl79 my $b1 = uc(substr($b, 0, 1));
82 my $b_index = index($preferred_order, $b1);
87 if (($a1 =~ /^F$/ && $b1 =~ /^F$/) ||
88 ($a1 =~ /^X$/ && $b1 =~ /^X$/)) {
/linux/arch/arm64/crypto/
A Daes-neonbs-core.S26 eor \b2, \b2, \b1
37 eor \b3, \b3, \b1
38 eor \b1, \b1, \b5
43 eor \b1, \b1, \b4
46 eor \b6, \b6, \b1
47 eor \b1, \b1, \b5
56 eor \b1, \b1, \b7
59 eor \b1, \b1, \b3
67 eor \b1, \b1, \b4
71 eor \b1, \b1, \b5
[all …]
/linux/arch/xtensa/platforms/iss/include/platform/
A Dsimcall-iss.h61 register int b1 asm("a3") = b; in __simc()
66 : "+r"(a1), "+r"(b1) in __simc()
69 errno = b1; in __simc()
/linux/Documentation/arm64/
A Dbooting.rst220 - SCR_EL3.HCE (bit 8) must be initialised to 0b1.
255 - SCR_EL3.APK (bit 16) must be initialised to 0b1
256 - SCR_EL3.API (bit 17) must be initialised to 0b1
260 - HCR_EL2.APK (bit 40) must be initialised to 0b1
261 - HCR_EL2.API (bit 41) must be initialised to 0b1
285 - SCR_EL3.FGTEn (bit 27) must be initialised to 0b1.
291 - SCR_EL3.HXEn (bit 38) must be initialised to 0b1.
307 - CPTR_EL3.EZ (bit 8) must be initialised to 0b1.
325 - CPTR_EL3.ESM (bit 12) must be initialised to 0b1.
327 - SCR_EL3.EnTP2 (bit 41) must be initialised to 0b1.
[all …]
/linux/arch/x86/crypto/
A Dcast6-avx-x86_64-asm_64.S125 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument
126 F_head(b1, RX, RGI1, RGI2, op0); \
129 F_tail(b1, RX, RGI1, RGI2, op1, op2, op3); \
135 #define F1_2(a1, b1, a2, b2) \ argument
136 F_2(a1, b1, a2, b2, vpaddd, xorl, subl, addl)
137 #define F2_2(a1, b1, a2, b2) \ argument
138 F_2(a1, b1, a2, b2, vpxor, subl, addl, xorl)
139 #define F3_2(a1, b1, a2, b2) \ argument
140 F_2(a1, b1, a2, b2, vpsubd, addl, xorl, subl)
A Dcast5-avx-x86_64-asm_64.S125 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument
126 F_head(b1, RX, RGI1, RGI2, op0); \
129 F_tail(b1, RX, RGI1, RGI2, op1, op2, op3); \
135 #define F1_2(a1, b1, a2, b2) \ argument
136 F_2(a1, b1, a2, b2, vpaddd, xorl, subl, addl)
137 #define F2_2(a1, b1, a2, b2) \ argument
138 F_2(a1, b1, a2, b2, vpxor, subl, addl, xorl)
139 #define F3_2(a1, b1, a2, b2) \ argument
140 F_2(a1, b1, a2, b2, vpsubd, addl, xorl, subl)
142 #define subround(a1, b1, a2, b2, f) \ argument
[all …]
/linux/drivers/mtd/nand/
A Decc-sw-hamming.c378 unsigned char b0, b1, b2, bit_addr; in ecc_sw_hamming_correct() local
388 b1 = read_ecc[1] ^ calc_ecc[1]; in ecc_sw_hamming_correct()
391 b1 = read_ecc[0] ^ calc_ecc[0]; in ecc_sw_hamming_correct()
401 if ((b0 | b1 | b2) == 0) in ecc_sw_hamming_correct()
405 (((b1 ^ (b1 >> 1)) & 0x55) == 0x55) && in ecc_sw_hamming_correct()
426 byte_addr = (addressbits[b1] << 4) + addressbits[b0]; in ecc_sw_hamming_correct()
429 (addressbits[b1] << 4) + addressbits[b0]; in ecc_sw_hamming_correct()
437 if ((bitsperbyte[b0] + bitsperbyte[b1] + bitsperbyte[b2]) == 1) in ecc_sw_hamming_correct()
/linux/arch/ia64/kernel/
A Dmodule.c247 uint64_t b0, b1, *b = (uint64_t *) plt->bundle[1]; in plt_target() local
250 b0 = b[0]; b1 = b[1]; in plt_target()
251 off = ( ((b1 & 0x00fffff000000000UL) >> 36) /* imm20b -> bit 0 */ in plt_target()
253 | ((b1 & 0x0800000000000000UL) << 0)); /* i -> bit 59 */ in plt_target()
296 uint64_t b0, b1, *b = (uint64_t *) plt->bundle[0]; in plt_target() local
298 b0 = b[0]; b1 = b[1]; in plt_target()
299 return ( ((b1 & 0x000007f000000000) >> 36) /* imm7b -> bit 0 */ in plt_target()
300 | ((b1 & 0x07fc000000000000) >> 43) /* imm9d -> bit 7 */ in plt_target()
301 | ((b1 & 0x0003e00000000000) >> 29) /* imm5c -> bit 16 */ in plt_target()
302 | ((b1 & 0x0000100000000000) >> 23) /* ic -> bit 21 */ in plt_target()
[all …]
/linux/fs/ext4/
A Dhash.c19 __u32 b0 = buf[0], b1 = buf[1]; in TEA_transform() local
25 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b); in TEA_transform()
26 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); in TEA_transform()
30 buf[1] += b1; in TEA_transform()
/linux/lib/crypto/
A Dcurve25519-hacl64.c305 u64 *b1; in crecip_crecip() local
319 b1 = buf + 10; in crecip_crecip()
321 fmul_fmul(b1, t01, b1); in crecip_crecip()
322 fsquare_fsquare_times(t01, b1, 10); in crecip_crecip()
323 fmul_fmul(c0, t01, b1); in crecip_crecip()
327 fmul_fmul(b1, t01, b1); in crecip_crecip()
355 u64 b1; in fdifference() local
361 b1 = tmp[1]; in fdifference()
366 tmp[1] = b1 + 0x3ffffffffffff8LLU; in fdifference()
730 u8 *b1 = output + 8; in format_fcontract_store() local
[all …]
/linux/Documentation/translations/zh_CN/arm64/
A Dbooting.txt193 ICC_SRE_EL3.Enable (位 3) 必须初始化为 0b1
194 ICC_SRE_EL3.SRE (位 0) 必须初始化为 0b1
196 ICC_SRE_EL2.Enable (位 3) 必须初始化为 0b1
197 ICC_SRE_EL2.SRE (位 0) 必须初始化为 0b1

Completed in 43 milliseconds

1234567