Home
last modified time | relevance | path

Searched refs:b4 (Results 1 - 25 of 69) sorted by relevance

123

/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dsm4-ce-asm.h110 #define SM4_CRYPT_BLK8_BE(b0, b1, b2, b3, b4, b5, b6, b7) \
115 sm4e b4.4s, v24.4s; \
123 sm4e b4.4s, v25.4s; \
131 sm4e b4.4s, v26.4s; \
139 sm4e b4.4s, v27.4s; \
147 sm4e b4.4s, v28.4s; \
155 sm4e b4.4s, v29.4s; \
163 sm4e b4.4s, v30.4s; \
171 sm4e b4.4s, v31.4s; \
179 rev64 b4
[all...]
H A Daes-neonbs-core.S26 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
35 eor \b3, \b3, \b4
36 eor \b4, \b4, \b5
42 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
44 eor \b1, \b1, \b4
45 eor \b4, \b4, \b6
53 eor \b4, \b4, \b
[all...]
H A Dsm4-neon-core.S220 #define SM4_CRYPT_BLK8_norotate(b0, b1, b2, b3, b4, b5, b6, b7) \
225 rev32 b4.16b, b4.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); \
246 rev32 b4.16b, b4.16b; \
254 #define SM4_CRYPT_BLK8(b0, b1, b2, b3, b4, b
[all...]
/kernel/linux/linux-5.10/drivers/atm/
H A Dfore200e.h73 #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; b3; b4; b5; b6;
79 #define BITFIELD4(b1, b2, b3, b4) b4; b3; b2; b1;
80 #define BITFIELD5(b1, b2, b3, b4, b5) b5; b4; b
[all...]
/kernel/linux/linux-6.6/drivers/atm/
H A Dfore200e.h73 #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; b3; b4; b5; b6;
79 #define BITFIELD4(b1, b2, b3, b4) b4; b3; b2; b1;
80 #define BITFIELD5(b1, b2, b3, b4, b5) b5; b4; b
[all...]
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dxor.h32 : "=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 b4 __asm__("lr"); in xor_arm4regs_2()
78 register unsigned int b4 __asm__("lr"); in xor_arm4regs_3()
/kernel/linux/linux-5.10/tools/vm/
H A Dslabinfo.c782 char b1[20], b2[20], b3[20], b4[20]; in totals() local
973 store_size(b3, max_objects);store_size(b4, total_objects); in totals()
975 b1, b2, b3, b4); in totals()
978 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals()
980 b1, b2, b3, b4); in totals()
983 store_size(b3, max_partial);store_size(b4, total_partial); in totals()
985 b1, b2, b3, b4); in totals()
988 store_size(b4, total_partial * 100 / total_slabs); in totals()
990 b1, b2, b3, b4); in totals()
994 store_size(b4, total_partob 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
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()
1009 b1, b2, b3, b4); in totals()
1012 store_size(b4, total_partial * 100 / total_slabs); in totals()
1014 b1, b2, b3, b4); in totals()
1018 store_size(b4, total_partob in totals()
[all...]
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Daes-neonbs-core.S80 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
89 veor \b3, \b3, \b4
90 veor \b4, \b4, \b5
96 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
98 veor \b1, \b1, \b4
99 veor \b4, \b4, \b6
107 veor \b4, \b4, \b
[all...]
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Daes-neonbs-core.S25 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
34 eor \b3, \b3, \b4
35 eor \b4, \b4, \b5
41 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
43 eor \b1, \b1, \b4
44 eor \b4, \b4, \b6
52 eor \b4, \b4, \b
[all...]
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Daes-neonbs-core.S80 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
89 veor \b3, \b3, \b4
90 veor \b4, \b4, \b5
96 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
98 veor \b1, \b1, \b4
99 veor \b4, \b4, \b6
107 veor \b4, \b4, \b
[all...]
/kernel/linux/linux-5.10/lib/crypto/
H A Dcurve25519-hacl64.c45 u64 b4 = b[4]; in modulo_carry_top() local
47 u64 b4_ = b4 & 0x7ffffffffffffLLU; in modulo_carry_top()
48 u64 b0_ = b0 + 19 * (b4 >> 51); in modulo_carry_top()
191 u128 b4; in fmul_fmul() local
202 b4 = t[4]; in fmul_fmul()
204 b4_ = ((b4) & (((u128)(0x7ffffffffffffLLU)))); in fmul_fmul()
205 b0_ = ((b0) + (((u128)(19) * (((u64)(((b4) >> (51)))))))); in fmul_fmul()
249 u128 b4; in fsquare_fsquare_() local
259 b4 = tmp[4]; in fsquare_fsquare_()
261 b4_ = ((b4) in fsquare_fsquare_()
358 u64 b4; fdifference() local
400 u128 b4; fscalar() local
[all...]
/kernel/linux/linux-6.6/lib/crypto/
H A Dcurve25519-hacl64.c43 u64 b4 = b[4]; in modulo_carry_top() local
45 u64 b4_ = b4 & 0x7ffffffffffffLLU; in modulo_carry_top()
46 u64 b0_ = b0 + 19 * (b4 >> 51); in modulo_carry_top()
189 u128 b4; in fmul_fmul() local
200 b4 = t[4]; in fmul_fmul()
202 b4_ = ((b4) & (((u128)(0x7ffffffffffffLLU)))); in fmul_fmul()
203 b0_ = ((b0) + (((u128)(19) * (((u64)(((b4) >> (51)))))))); in fmul_fmul()
247 u128 b4; in fsquare_fsquare_() local
257 b4 = tmp[4]; in fsquare_fsquare_()
259 b4_ = ((b4) in fsquare_fsquare_()
356 u64 b4; fdifference() local
398 u128 b4; fscalar() local
[all...]
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dxor.h32 : "=r" (src), "=r" (b1), "=r" (b2), "=r" (b3), "=r" (b4) \
34 __XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4)
58 register unsigned int b4 __asm__("lr"); in xor_arm4regs_2()
80 register unsigned int b4 __asm__("lr"); in xor_arm4regs_3()
/kernel/linux/linux-5.10/arch/c6x/include/asm/
H A Dsyscall.h50 *args++ = regs->b4; in syscall_get_arguments()
62 regs->b4 = *args++; in syscall_set_arguments()
H A Delf.h35 _regs->b4 = (_exec_map); \
/kernel/linux/linux-5.10/drivers/net/wireless/
H A Dray_cs.c197 /* b4 - b5 differences start here */
232 /* b4 - b5 differences start here */
515 if (!parse_addr(phy_addr, local->sparm.b4.a_mac_addr)) { in ray_init()
516 memcpy(&local->sparm.b4.a_mac_addr, in ray_init()
543 memcpy_toio(local->sram + HOST_TO_ECF_BASE, &local->sparm.b4, in dl_startup_params()
597 memcpy(&local->sparm.b4, b4_default_startup_parms, in init_startup_params()
602 local->sparm.b4.a_hop_time[0] = (i >> 16) & 0xff; in init_startup_params()
603 local->sparm.b4.a_hop_time[1] = (i >> 8) & 0xff; in init_startup_params()
604 local->sparm.b4.a_beacon_period[0] = 0; in init_startup_params()
605 local->sparm.b4 in init_startup_params()
[all...]
H A Dray_cs.h39 struct b4_startup_params b4; member
/kernel/linux/linux-6.6/drivers/net/wireless/legacy/
H A Dray_cs.c197 /* b4 - b5 differences start here */
232 /* b4 - b5 differences start here */
511 if (!parse_addr(phy_addr, local->sparm.b4.a_mac_addr)) { in ray_init()
512 memcpy(&local->sparm.b4.a_mac_addr, in ray_init()
539 memcpy_toio(local->sram + HOST_TO_ECF_BASE, &local->sparm.b4, in dl_startup_params()
593 memcpy(&local->sparm.b4, b4_default_startup_parms, in init_startup_params()
598 local->sparm.b4.a_hop_time[0] = (i >> 16) & 0xff; in init_startup_params()
599 local->sparm.b4.a_hop_time[1] = (i >> 8) & 0xff; in init_startup_params()
600 local->sparm.b4.a_beacon_period[0] = 0; in init_startup_params()
601 local->sparm.b4 in init_startup_params()
[all...]
H A Dray_cs.h39 struct b4_startup_params b4; member
/kernel/linux/linux-5.10/arch/c6x/kernel/
H A Dsignal.c43 COPY(sp); COPY(a4); COPY(b4); COPY(a6); COPY(b6); COPY(a8); COPY(b8); in restore_sigcontext()
108 COPY(sp); COPY(a4); COPY(b4); COPY(a6); COPY(b6); COPY(a8); COPY(b8); in setup_sigcontext()
203 regs->b4 = (unsigned long)&frame->info; in setup_rt_frame()
/kernel/linux/linux-5.10/arch/powerpc/crypto/
H A Daes-tab-4k.S68 .long R(b4, 5a, 5a, ee), R(5b, a0, a0, fb)
125 .long R(d8, 6c, 6c, b4), R(ac, 56, 56, fa)
132 .long R(73, b4, b4, c7), R(97, c6, c6, 51)
183 .long R(c9, 20, ac, 66), R(7d, ce, 3a, b4)
196 .long R(8a, cf, 1c, 2b), R(a7, 79, b4, 92)
221 .long R(b4, ee, 96, d2), R(1b, 9b, 91, 9e)
289 .long R(d8, b4, e4, 9c), R(64, 56, c1, 90)
/kernel/linux/linux-6.6/arch/powerpc/crypto/
H A Daes-tab-4k.S68 .long R(b4, 5a, 5a, ee), R(5b, a0, a0, fb)
125 .long R(d8, 6c, 6c, b4), R(ac, 56, 56, fa)
132 .long R(73, b4, b4, c7), R(97, c6, c6, 51)
183 .long R(c9, 20, ac, 66), R(7d, ce, 3a, b4)
196 .long R(8a, cf, 1c, 2b), R(a7, 79, b4, 92)
221 .long R(b4, ee, 96, d2), R(1b, 9b, 91, 9e)
289 .long R(d8, b4, e4, 9c), R(64, 56, c1, 90)
/kernel/linux/linux-5.10/arch/ia64/include/uapi/asm/
H A Dptrace.h196 unsigned long b4; member
/kernel/linux/linux-6.6/arch/ia64/include/uapi/asm/
H A Dptrace.h196 unsigned long b4; member

Completed in 23 milliseconds

123