Home
last modified time | relevance | path

Searched refs:b5 (Results 1 - 25 of 36) sorted by relevance

12

/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) \
116 sm4e b5.4s, v24.4s; \
124 sm4e b5.4s, v25.4s; \
132 sm4e b5.4s, v26.4s; \
140 sm4e b5.4s, v27.4s; \
148 sm4e b5.4s, v28.4s; \
156 sm4e b5.4s, v29.4s; \
164 sm4e b5.4s, v30.4s; \
172 sm4e b5.4s, v31.4s; \
180 rev64 b5
[all...]
H A Daes-neonbs-core.S26 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
28 eor \b5, \b5, \b6
31 eor \b5, \b5, \b0
34 eor \b7, \b7, \b5
36 eor \b4, \b4, \b5
39 eor \b1, \b1, \b5
42 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
48 eor \b1, \b1, \b5
[all...]
H A Dsm4-neon-core.S220 #define SM4_CRYPT_BLK8_norotate(b0, b1, b2, b3, b4, b5, b6, b7) \
226 rev32 b5.16b, b5.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); \
247 rev32 b5.16b, b5.16b; \
254 #define SM4_CRYPT_BLK8(b0, b1, b2, b3, b4, b5, b
[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
82 veor \b5, \b5, \b6
85 veor \b5, \b5, \b0
88 veor \b7, \b7, \b5
90 veor \b4, \b4, \b5
93 veor \b1, \b1, \b5
96 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
102 veor \b1, \b1, \b5
[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
27 eor \b5, \b5, \b6
30 eor \b5, \b5, \b0
33 eor \b7, \b7, \b5
35 eor \b4, \b4, \b5
38 eor \b1, \b1, \b5
41 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
47 eor \b1, \b1, \b5
[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
82 veor \b5, \b5, \b6
85 veor \b5, \b5, \b0
88 veor \b7, \b7, \b5
90 veor \b4, \b4, \b5
93 veor \b1, \b1, \b5
96 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
102 veor \b1, \b1, \b5
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/
H A Dray_cs.c197 /* b4 - b5 differences start here */
232 /* b4 - b5 differences start here */
546 memcpy_toio(local->sram + HOST_TO_ECF_BASE, &local->sparm.b5, in dl_startup_params()
615 memcpy((UCHAR *) &local->sparm.b5, b5_default_startup_parms, in init_startup_params()
618 local->sparm.b5.a_hop_time[0] = (hop_dwell >> 8) & 0xff; in init_startup_params()
619 local->sparm.b5.a_hop_time[1] = hop_dwell & 0xff; in init_startup_params()
620 local->sparm.b5.a_beacon_period[0] = in init_startup_params()
622 local->sparm.b5.a_beacon_period[1] = beacon_period & 0xff; in init_startup_params()
624 local->sparm.b5.a_power_mgt_state = 1; in init_startup_params()
625 local->sparm.b5 in init_startup_params()
[all...]
H A Dray_cs.h40 struct b5_startup_params b5; 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 */
542 memcpy_toio(local->sram + HOST_TO_ECF_BASE, &local->sparm.b5, in dl_startup_params()
611 memcpy((UCHAR *) &local->sparm.b5, b5_default_startup_parms, in init_startup_params()
614 local->sparm.b5.a_hop_time[0] = (hop_dwell >> 8) & 0xff; in init_startup_params()
615 local->sparm.b5.a_hop_time[1] = hop_dwell & 0xff; in init_startup_params()
616 local->sparm.b5.a_beacon_period[0] = in init_startup_params()
618 local->sparm.b5.a_beacon_period[1] = beacon_period & 0xff; in init_startup_params()
620 local->sparm.b5.a_power_mgt_state = 1; in init_startup_params()
621 local->sparm.b5 in init_startup_params()
[all...]
H A Dray_cs.h40 struct b5_startup_params b5; member
/kernel/linux/linux-5.10/drivers/atm/
H A Dfore200e.h74 #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;
80 #define BITFIELD5(b1, b2, b3, b4, b5) b5; b4; b3; b2; b1;
81 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b6; b5; b4; b3; b2; b1;
/kernel/linux/linux-6.6/drivers/atm/
H A Dfore200e.h74 #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;
80 #define BITFIELD5(b1, b2, b3, b4, b5) b5; b4; b3; b2; b1;
81 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b6; b5; b4; b3; b2; b1;
/kernel/linux/linux-5.10/arch/powerpc/crypto/
H A Daes-tab-4k.S39 .long R(e7, fe, fe, 19), R(b5, d7, d7, 62)
60 .long R(0a, 05, 05, 0f), R(2f, 9a, 9a, b5)
138 .long R(71, b5, b5, c4), R(cc, 66, 66, aa)
171 .long R(26, 35, 44, 80), R(b5, 62, a3, 8f)
192 .long R(b2, eb, 28, 07), R(2f, b5, c2, 03)
206 .long R(91, 54, 8d, b5), R(71, c4, 5d, 05)
270 .long R(9e, d1, b5, e3), R(4c, 6a, 88, 1b)
/kernel/linux/linux-6.6/arch/powerpc/crypto/
H A Daes-tab-4k.S39 .long R(e7, fe, fe, 19), R(b5, d7, d7, 62)
60 .long R(0a, 05, 05, 0f), R(2f, 9a, 9a, b5)
138 .long R(71, b5, b5, c4), R(cc, 66, 66, aa)
171 .long R(26, 35, 44, 80), R(b5, 62, a3, 8f)
192 .long R(b2, eb, 28, 07), R(2f, b5, c2, 03)
206 .long R(91, 54, 8d, b5), R(71, c4, 5d, 05)
270 .long R(9e, d1, b5, e3), R(4c, 6a, 88, 1b)
/kernel/linux/linux-5.10/arch/ia64/include/uapi/asm/
H A Dptrace.h197 unsigned long b5; member
/kernel/linux/linux-6.6/arch/ia64/include/uapi/asm/
H A Dptrace.h197 unsigned long b5; member
/kernel/linux/linux-5.10/arch/c6x/kernel/
H A Dsignal.c45 COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9); in restore_sigcontext()
110 COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9); in setup_sigcontext()
H A Dasm-offsets.c72 OFFSET(REGS_B5, pt_regs, b5); in foo()
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dentry.h59 .spillsp b4,SW(B4)+16+(off); .spillsp b5,SW(B5)+16+(off); \
/kernel/linux/linux-5.10/arch/c6x/include/uapi/asm/
H A Dptrace.h136 REG_PAIR(b5, b4);
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dentry.h59 .spillsp b4,SW(B4)+16+(off); .spillsp b5,SW(B5)+16+(off); \
/kernel/linux/linux-5.10/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) | \
/kernel/linux/linux-6.6/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) | \
/kernel/linux/linux-5.10/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) | \
/kernel/linux/linux-6.6/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 21 milliseconds

12