Home
last modified time | relevance | path

Searched refs:b2 (Results 1 - 25 of 183) sorted by relevance

12345678

/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dsm4-ce-asm.h57 #define SM4_CRYPT_BLK4_BE(b0, b1, b2, b3) \
60 sm4e b2.4s, v24.4s; \
64 sm4e b2.4s, v25.4s; \
68 sm4e b2.4s, v26.4s; \
72 sm4e b2.4s, v27.4s; \
76 sm4e b2.4s, v28.4s; \
80 sm4e b2.4s, v29.4s; \
84 sm4e b2.4s, v30.4s; \
88 sm4e b2.4s, v31.4s; \
92 rev64 b2
[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); \
146 rev32 b2.16b, b2.16b; \
149 rotate_clockwise_4x4(b0, b1, b2, b3); \
154 #define SM4_CRYPT_BLK4(b0, b1, b2, b3) \
157 rev32 b2
[all...]
/kernel/linux/linux-5.10/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 b2 __asm__("r9"); in xor_arm4regs_2()
76 register unsigned int b2 __asm__("r9"); in xor_arm4regs_3()
96 register unsigned int b2 __asm__("lr"); in xor_arm4regs_4()
115 register unsigned int b2 __asm__("lr"); in xor_arm4regs_5()
/kernel/linux/linux-5.10/drivers/isdn/mISDN/
H A Ddsp_biquad.h20 int32_t b2; member
27 int32_t gain, int32_t a1, int32_t a2, int32_t b1, int32_t b2) in biquad2_init()
33 bq->b2 = b2; in biquad2_init()
45 y = z0 + bq->z1 * bq->b1 + bq->z2 * bq->b2; in biquad2()
26 biquad2_init(struct biquad2_state *bq, int32_t gain, int32_t a1, int32_t a2, int32_t b1, int32_t b2) biquad2_init() argument
/kernel/linux/linux-6.6/drivers/isdn/mISDN/
H A Ddsp_biquad.h20 int32_t b2; member
27 int32_t gain, int32_t a1, int32_t a2, int32_t b1, int32_t b2) in biquad2_init()
33 bq->b2 = b2; in biquad2_init()
45 y = z0 + bq->z1 * bq->b1 + bq->z2 * bq->b2; in biquad2()
26 biquad2_init(struct biquad2_state *bq, int32_t gain, int32_t a1, int32_t a2, int32_t b1, int32_t b2) biquad2_init() argument
/kernel/linux/linux-6.6/block/
H A Dblk-integrity.c124 struct blk_integrity *b2 = &gd2->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 in blk_integrity_compare()
[all...]
/kernel/linux/linux-5.10/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; b2; b
[all...]
/kernel/linux/linux-6.6/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; b2; b
[all...]
/kernel/linux/linux-6.6/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)
56 register unsigned int b2 __asm__("r9"); in xor_arm4regs_2()
78 register unsigned int b2 __asm__("r9"); in xor_arm4regs_3()
100 register unsigned int b2 __asm__("lr"); in xor_arm4regs_4()
122 register unsigned int b2 __asm__("lr"); in xor_arm4regs_5()
/kernel/linux/linux-5.10/tools/vm/
H A Dslabinfo.c782 char b1[20], b2[20], b3[20], b4[20]; in totals() local
958 store_size(b1, total_size);store_size(b2, total_waste); in totals()
960 printf("Memory used: %15s # Loss : %15s MRatio:%6s%%\n", b1, b2, b3); in totals()
962 store_size(b1, total_objects);store_size(b2, total_partobj); in totals()
964 printf("# Objects : %15s # PartObj: %15s ORatio:%6s%%\n", b1, b2, b3); in totals()
972 store_size(b1, avg_objects);store_size(b2, min_objects); in totals()
975 b1, b2, b3, b4); in totals()
977 store_size(b1, avg_slabs);store_size(b2, min_slabs); in totals()
980 b1, b2, b3, b4); in totals()
982 store_size(b1, avg_partial);store_size(b2, min_partia in totals()
[all...]
/kernel/linux/linux-6.6/tools/mm/
H A Dslabinfo.c806 char b1[20], b2[20], b3[20], b4[20]; in totals() local
982 store_size(b1, total_size);store_size(b2, total_waste); in totals()
984 printf("Memory used: %15s # Loss : %15s MRatio:%6s%%\n", b1, b2, b3); in totals()
986 store_size(b1, total_objects);store_size(b2, total_partobj); in totals()
988 printf("# Objects : %15s # PartObj: %15s ORatio:%6s%%\n", b1, b2, b3); in totals()
996 store_size(b1, avg_objects);store_size(b2, min_objects); in totals()
999 b1, b2, b3, b4); in totals()
1001 store_size(b1, avg_slabs);store_size(b2, min_slabs); in totals()
1004 b1, b2, b3, b4); in totals()
1006 store_size(b1, avg_partial);store_size(b2, min_partia in totals()
[all...]
/kernel/linux/linux-5.10/crypto/
H 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
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()
/kernel/linux/linux-6.6/crypto/
H 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
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()
/kernel/linux/linux-5.10/arch/x86/lib/
H A Dinsn.c181 insn_byte_t b2 = peek_nbyte_next(insn_byte_t, insn, 1); in insn_get_prefixes() local
188 if (X86_MODRM_MOD(b2) != 3) in insn_get_prefixes()
192 insn->vex_prefix.bytes[1] = b2; in insn_get_prefixes()
194 b2 = peek_nbyte_next(insn_byte_t, insn, 2); in insn_get_prefixes()
195 insn->vex_prefix.bytes[2] = b2; in insn_get_prefixes()
196 b2 = peek_nbyte_next(insn_byte_t, insn, 3); in insn_get_prefixes()
197 insn->vex_prefix.bytes[3] = b2; in insn_get_prefixes()
200 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
204 b2 = peek_nbyte_next(insn_byte_t, insn, 2); in insn_get_prefixes()
205 insn->vex_prefix.bytes[2] = b2; in insn_get_prefixes()
[all...]
/kernel/linux/linux-5.10/block/
H A Dblk-integrity.c124 struct blk_integrity *b2 = &gd2->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 in blk_integrity_compare()
[all...]
/kernel/linux/linux-5.10/tools/arch/x86/lib/
H A Dinsn.c181 insn_byte_t b2 = peek_nbyte_next(insn_byte_t, insn, 1); in insn_get_prefixes() local
188 if (X86_MODRM_MOD(b2) != 3) in insn_get_prefixes()
192 insn->vex_prefix.bytes[1] = b2; in insn_get_prefixes()
194 b2 = peek_nbyte_next(insn_byte_t, insn, 2); in insn_get_prefixes()
195 insn->vex_prefix.bytes[2] = b2; in insn_get_prefixes()
196 b2 = peek_nbyte_next(insn_byte_t, insn, 3); in insn_get_prefixes()
197 insn->vex_prefix.bytes[3] = b2; in insn_get_prefixes()
200 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
204 b2 = peek_nbyte_next(insn_byte_t, insn, 2); in insn_get_prefixes()
205 insn->vex_prefix.bytes[2] = b2; in insn_get_prefixes()
[all...]
/kernel/linux/linux-6.6/arch/x86/lib/
H A Dinsn.c196 insn_byte_t b2 = peek_nbyte_next(insn_byte_t, insn, 1); in insn_get_prefixes() local
203 if (X86_MODRM_MOD(b2) != 3) in insn_get_prefixes()
207 insn_set_byte(&insn->vex_prefix, 1, b2); in insn_get_prefixes()
209 b2 = peek_nbyte_next(insn_byte_t, insn, 2); in insn_get_prefixes()
210 insn_set_byte(&insn->vex_prefix, 2, b2); in insn_get_prefixes()
211 b2 = peek_nbyte_next(insn_byte_t, insn, 3); in insn_get_prefixes()
212 insn_set_byte(&insn->vex_prefix, 3, b2); in insn_get_prefixes()
215 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
219 b2 = peek_nbyte_next(insn_byte_t, insn, 2); in insn_get_prefixes()
220 insn_set_byte(&insn->vex_prefix, 2, b2); in insn_get_prefixes()
[all...]
/kernel/linux/linux-6.6/tools/arch/x86/lib/
H A Dinsn.c196 insn_byte_t b2 = peek_nbyte_next(insn_byte_t, insn, 1); in insn_get_prefixes() local
203 if (X86_MODRM_MOD(b2) != 3) in insn_get_prefixes()
207 insn_set_byte(&insn->vex_prefix, 1, b2); in insn_get_prefixes()
209 b2 = peek_nbyte_next(insn_byte_t, insn, 2); in insn_get_prefixes()
210 insn_set_byte(&insn->vex_prefix, 2, b2); in insn_get_prefixes()
211 b2 = peek_nbyte_next(insn_byte_t, insn, 3); in insn_get_prefixes()
212 insn_set_byte(&insn->vex_prefix, 3, b2); in insn_get_prefixes()
215 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
219 b2 = peek_nbyte_next(insn_byte_t, insn, 2); in insn_get_prefixes()
220 insn_set_byte(&insn->vex_prefix, 2, b2); in insn_get_prefixes()
[all...]
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dnand_ecc.c394 unsigned char b0, b1, b2, bit_addr; in __nand_correct_data() local
400 * b0 to b2 indicate which bit is faulty (if any) in __nand_correct_data()
412 b2 = read_ecc[2] ^ calc_ecc[2]; in __nand_correct_data()
419 if ((b0 | b1 | b2) == 0) in __nand_correct_data()
424 ((eccsize_mult == 1 && ((b2 ^ (b2 >> 1)) & 0x54) == 0x54) || in __nand_correct_data()
425 (eccsize_mult == 2 && ((b2 ^ (b2 >> 1)) & 0x55) == 0x55))) { in __nand_correct_data()
434 * One as we have now (for b0), one for b2 in __nand_correct_data()
439 * The b2 shif in __nand_correct_data()
[all...]
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dvx-insn-asm.h266 GR_NUM b2, "%r0" variable
269 .word (b2 << 12) | (\disp)
298 GR_NUM b2, \base variable
300 .word (b2 << 12) | (\disp)
308 GR_NUM b2, \base variable
310 .word (b2 << 12) | (\disp)
349 GR_NUM b2, \base variable
352 .word (b2 << 12) | (\disp)
372 GR_NUM b2, \base variable
374 .word (b2 << 1
382 GR_NUM b2, \\base global() variable
392 GR_NUM b2, \\base global() variable
652 GR_NUM b2, \\base global() variable
[all...]
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dvx-insn.h263 GR_NUM b2, "%r0" variable
266 .word (b2 << 12) | (\disp)
295 GR_NUM b2, \base variable
297 .word (b2 << 12) | (\disp)
305 GR_NUM b2, \base variable
307 .word (b2 << 12) | (\disp)
346 GR_NUM b2, \base variable
349 .word (b2 << 12) | (\disp)
369 GR_NUM b2, \base /* Base register */ variable
371 .word (b2 << 1
379 GR_NUM b2, \\base /* Base register */ global() variable
[all...]
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dcast6-avx-x86_64-asm_64.S125 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \
127 F_head(b2, RX, RGI3, RGI4, op0); \
130 F_tail(b2, RTMP, RGI3, RGI4, op1, op2, op3); \
135 #define F1_2(a1, b1, a2, b2) \
136 F_2(a1, b1, a2, b2, vpaddd, xorl, subl, addl)
137 #define F2_2(a1, b1, a2, b2) \
138 F_2(a1, b1, a2, b2, vpxor, subl, addl, xorl)
139 #define F3_2(a1, b1, a2, b2) \
140 F_2(a1, b1, a2, b2, vpsubd, addl, xorl, subl)
H A Dcast5-avx-x86_64-asm_64.S125 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \
127 F_head(b2, RX, RGI3, RGI4, op0); \
130 F_tail(b2, RTMP, RGI3, RGI4, op1, op2, op3); \
135 #define F1_2(a1, b1, a2, b2) \
136 F_2(a1, b1, a2, b2, vpaddd, xorl, subl, addl)
137 #define F2_2(a1, b1, a2, b2) \
138 F_2(a1, b1, a2, b2, vpxor, subl, addl, xorl)
139 #define F3_2(a1, b1, a2, b2) \
140 F_2(a1, b1, a2, b2, vpsubd, addl, xorl, subl)
142 #define subround(a1, b1, a2, b2,
[all...]
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dcast6-avx-x86_64-asm_64.S129 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \
131 F_head(b2, RX, RGI3, RGI4, op0); \
134 F_tail(b2, RTMP, RGI3, RGI4, 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)
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
H A Dtest_gamepad.py68 # can change intended b1 b2 values
71 b2 = uhdev.buttons[1]
72 key2 = libevdev.evbit(uhdev.buttons_map[b2])
74 buttons = {b1: True, b2: True}
86 buttons = {b1: False, b2: None}
95 buttons = {b1: None, b2: False}

Completed in 17 milliseconds

12345678