Searched refs:b1 (Results 1 - 25 of 156) sorted by relevance

1234567

/linux-master/arch/xtensa/platforms/iss/include/platform/
H A Dsimcall-gdbio.h22 register int b1 asm("a6") = b;
28 : "r"(b1), "r"(d1)
H A Dsimcall-iss.h61 register int b1 asm("a3") = b;
66 : "+r"(a1), "+r"(b1)
69 errno = b1;
/linux-master/arch/arm64/boot/dts/amd/
H A DMakefile3 dtb-$(CONFIG_ARCH_SEATTLE) += amd-overdrive-rev-b0.dtb amd-overdrive-rev-b1.dtb
/linux-master/scripts/dtc/include-prefixes/arm64/amd/
H A DMakefile3 dtb-$(CONFIG_ARCH_SEATTLE) += amd-overdrive-rev-b0.dtb amd-overdrive-rev-b1.dtb
/linux-master/arch/arm64/crypto/
H A Dsm4-ce-asm.h28 #define SM4_CRYPT_BLK2_BE(b0, b1) \
30 sm4e b1.4s, v24.4s; \
32 sm4e b1.4s, v25.4s; \
34 sm4e b1.4s, v26.4s; \
36 sm4e b1.4s, v27.4s; \
38 sm4e b1.4s, v28.4s; \
40 sm4e b1.4s, v29.4s; \
42 sm4e b1.4s, v30.4s; \
44 sm4e b1.4s, v31.4s; \
46 rev64 b1
[all...]
H A Dsm4-neon-core.S131 #define SM4_CRYPT_BLK4_BE(b0, b1, b2, b3) \
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); \
145 rev32 b1.16b, b1.16b; \
149 rotate_clockwise_4x4(b0, b1, b2, b3); \
154 #define SM4_CRYPT_BLK4(b0, b1, b2, b3) \
156 rev32 b1
[all...]
H A Daes-neonbs-core.S26 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
27 eor \b2, \b2, \b1
38 eor \b3, \b3, \b1
39 eor \b1, \b1, \b5
42 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
44 eor \b1, \b1, \b4
47 eor \b6, \b6, \b1
48 eor \b1, \b
[all...]
/linux-master/drivers/isdn/mISDN/
H A Ddsp_biquad.h19 int32_t b1; member in struct:biquad2_state
27 int32_t gain, int32_t a1, int32_t a2, int32_t b1, int32_t b2)
32 bq->b1 = b1;
45 y = z0 + bq->z1 * bq->b1 + bq->z2 * bq->b2;
26 biquad2_init(struct biquad2_state *bq, int32_t gain, int32_t a1, int32_t a2, int32_t b1, int32_t b2) argument
/linux-master/fs/f2fs/
H A Dhash.c28 __u32 b0 = buf[0], b1 = buf[1]; local
34 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b);
35 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d);
39 buf[1] += b1;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_misc.c26 int b1; member in struct:core_reloc_misc___b
48 CORE_READ(&out->b, &in_b->b1)) /* accessor: 0:0 */
/linux-master/crypto/
H A Dxor.c83 do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2) argument
99 tmpl->do_2(BENCH_SIZE, b1, b2);
121 void *b1, *b2; local
133 b1 = (void *) __get_free_pages(GFP_KERNEL, 2);
134 if (!b1) {
138 b2 = b1 + 2*PAGE_SIZE + BENCH_SIZE;
145 #define xor_speed(templ) do_xor_speed((templ), b1, b2)
160 free_pages((unsigned long)b1, 2);
/linux-master/fs/reiserfs/
H 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-master/block/
H A Dblk-integrity.c123 struct blk_integrity *b1 = &gd1->queue->integrity; local
126 if (!b1->profile && !b2->profile)
129 if (!b1->profile || !b2->profile)
132 if (b1->interval_exp != b2->interval_exp) {
135 1 << b1->interval_exp, 1 << b2->interval_exp);
139 if (b1->tuple_size != b2->tuple_size) {
142 b1->tuple_size, b2->tuple_size);
146 if (b1->tag_size && b2->tag_size && (b1->tag_size != b2->tag_size)) {
149 b1
[all...]
/linux-master/arch/arm/include/asm/
H 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)
55 register unsigned int b1 __asm__("r8");
77 register unsigned int b1 __asm__("r8");
99 register unsigned int b1 __asm__("ip");
121 register unsigned int b1 __asm__("ip");
/linux-master/drivers/atm/
H A Dfore200e.h71 #define BITFIELD2(b1, b2) b1; b2;
72 #define BITFIELD3(b1, b2, b3) b1; b2; b3;
73 #define BITFIELD4(b1, b2, b3, b4) b1; b2; b3; b4;
74 #define BITFIELD5(b1, b2, b3, b4, b5) b1; b2; b3; b4; b5;
75 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b1; b
[all...]
/linux-master/arch/riscv/crypto/
H A Dchacha-riscv64-zvkb.S76 .macro chacha_round a0, b0, c0, d0, a1, b1, c1, d1, \
80 vadd.vv \a1, \a1, \b1
98 vxor.vv \b1, \b1, \c1
102 vror.vi \b1, \b1, 32 - 12
108 vadd.vv \a1, \a1, \b1
126 vxor.vv \b1, \b1, \c1
130 vror.vi \b1, \b
[all...]
/linux-master/tools/mm/
H A Dslabinfo.c806 char b1[20], b2[20], b3[20], b4[20]; local
982 store_size(b1, total_size);store_size(b2, total_waste);
984 printf("Memory used: %15s # Loss : %15s MRatio:%6s%%\n", b1, b2, b3);
986 store_size(b1, total_objects);store_size(b2, total_partobj);
988 printf("# Objects : %15s # PartObj: %15s ORatio:%6s%%\n", b1, b2, b3);
996 store_size(b1, avg_objects);store_size(b2, min_objects);
999 b1, b2, b3, b4);
1001 store_size(b1, avg_slabs);store_size(b2, min_slabs);
1004 b1, b2, b3, b4);
1006 store_size(b1, avg_partia
[all...]
/linux-master/drivers/crypto/nx/
H A Dnx-aes-ccm.c164 u8 tmp[16], *b1 = NULL, *b0 = NULL, *result = NULL; local
192 b1 = nx_ctx->priv.ccm.iauth_tag;
199 b1 = nx_ctx->csbcpb_aead->cpb.aes_cca.b1;
203 b1 = nx_ctx->csbcpb_aead->cpb.aes_cca.b1;
216 if (b1) {
217 memset(b1, 0, 16);
219 *(u16 *)b1 = assoclen;
220 scatterwalk_map_and_copy(b1
[all...]
/linux-master/arch/arm/crypto/
H A Daes-neonbs-core.S80 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
81 veor \b2, \b2, \b1
92 veor \b3, \b3, \b1
93 veor \b1, \b1, \b5
96 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
98 veor \b1, \b1, \b4
101 veor \b6, \b6, \b1
102 veor \b1, \b
[all...]
/linux-master/arch/x86/crypto/
H A Dcast6-avx-x86_64-asm_64.S129 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \
130 F_head(b1, RX, RGI1, RGI2, op0); \
133 F_tail(b1, RX, RGI1, RGI2, op1, op2, op3); \
139 #define F1_2(a1, b1, a2, b2) \
140 F_2(a1, b1, a2, b2, vpaddd, xorl, subl, addl)
141 #define F2_2(a1, b1, a2, b2) \
142 F_2(a1, b1, a2, b2, vpxor, subl, addl, xorl)
143 #define F3_2(a1, b1, a2, b2) \
144 F_2(a1, b1, a2, b2, vpsubd, addl, xorl, subl)
H A Dghash-clmulni-intel_asm.S54 pclmulqdq $0x11, SHASH, T1 # T1 = a1 * b1
55 pclmulqdq $0x00, T3, T2 # T2 = (a1 + a0) * (b1 + b0)
57 pxor T1, T2 # T2 = a0 * b1 + a1 * b0
H A Dcast5-avx-x86_64-asm_64.S129 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \
130 F_head(b1, RX, RGI1, RGI2, op0); \
133 F_tail(b1, RX, RGI1, RGI2, op1, op2, op3); \
139 #define F1_2(a1, b1, a2, b2) \
140 F_2(a1, b1, a2, b2, vpaddd, xorl, subl, addl)
141 #define F2_2(a1, b1, a2, b2) \
142 F_2(a1, b1, a2, b2, vpxor, subl, addl, xorl)
143 #define F3_2(a1, b1, a2, b2) \
144 F_2(a1, b1, a2, b2, vpsubd, addl, xorl, subl)
146 #define subround(a1, b1, a
[all...]
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_gamepad.py68 # can change intended b1 b2 values
69 b1 = uhdev.buttons[0]
70 key1 = libevdev.evbit(uhdev.buttons_map[b1])
74 buttons = {b1: True, b2: True}
86 buttons = {b1: False, b2: None}
95 buttons = {b1: None, b2: False}
/linux-master/drivers/media/dvb-frontends/
H A Dtda826x.c133 u8 b1 [] = { 0, 0 }; local
136 { .addr = addr, .flags = I2C_M_RD, .buf = b1, .len = 2 }
150 if (!(b1[1] & 0x80))
/linux-master/scripts/
H 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$/)) {

Completed in 178 milliseconds

1234567