/linux-5.19.10/arch/arm/crypto/ |
D | aes-neonbs-core.S | 80 .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 103 veor \b5, \b5, \b3 105 veor \b7, \b7, \b5 [all …]
|
/linux-5.19.10/arch/arm64/crypto/ |
D | aes-neonbs-core.S | 25 .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 48 eor \b5, \b5, \b3 50 eor \b7, \b7, \b5 [all …]
|
D | sm4-ce-core.S | 107 #define SM4_CRYPT_BLK8(b0, b1, b2, b3, b4, b5, b6, b7) \ argument 113 rev32 b5.16b, b5.16b; \ 121 sm4e b5.4s, v24.4s; \ 129 sm4e b5.4s, v25.4s; \ 137 sm4e b5.4s, v26.4s; \ 145 sm4e b5.4s, v27.4s; \ 153 sm4e b5.4s, v28.4s; \ 161 sm4e b5.4s, v29.4s; \ 169 sm4e b5.4s, v30.4s; \ 177 sm4e b5.4s, v31.4s; \ [all …]
|
D | sm4-neon-core.S | 178 #define SM4_CRYPT_BLK8(b0, b1, b2, b3, b4, b5, b6, b7) \ argument 184 rev32 b5.16b, b5.16b; \ 189 transpose_4x4(b4, b5, b6, b7); \ 196 ROUND8(0, b0, b1, b2, b3, b4, b5, b6, b7); \ 197 ROUND8(1, b1, b2, b3, b0, b5, b6, b7, b4); \ 198 ROUND8(2, b2, b3, b0, b1, b6, b7, b4, b5); \ 199 ROUND8(3, b3, b0, b1, b2, b7, b4, b5, b6); \ 204 rotate_clockwise_90(b4, b5, b6, b7); \ 210 rev32 b5.16b, b5.16b; \
|
/linux-5.19.10/drivers/net/wireless/ |
D | ray_cs.c | 540 memcpy_toio(local->sram + HOST_TO_ECF_BASE, &local->sparm.b5, in dl_startup_params() 609 memcpy((UCHAR *) &local->sparm.b5, b5_default_startup_parms, in init_startup_params() 612 local->sparm.b5.a_hop_time[0] = (hop_dwell >> 8) & 0xff; in init_startup_params() 613 local->sparm.b5.a_hop_time[1] = hop_dwell & 0xff; in init_startup_params() 614 local->sparm.b5.a_beacon_period[0] = in init_startup_params() 616 local->sparm.b5.a_beacon_period[1] = beacon_period & 0xff; in init_startup_params() 618 local->sparm.b5.a_power_mgt_state = 1; in init_startup_params() 619 local->sparm.b5.a_curr_country_code = country; in init_startup_params() 620 local->sparm.b5.a_hop_pattern_length = in init_startup_params() 1047 local->sparm.b5.a_hop_pattern = wrqu->freq.m; in ray_set_freq() [all …]
|
D | ray_cs.h | 40 struct b5_startup_params b5; member
|
/linux-5.19.10/Documentation/networking/device_drivers/ethernet/pensando/ |
D | ionic.rst | 26 b5:00.0 Ethernet controller: Device 1dd8:1002 34 ionic 0000:b5:00.0: 126.016 Gb/s available PCIe bandwidth (8.0 GT/s PCIe x16 link) 35 ionic 0000:b5:00.0 enp181s0: renamed from eth0 36 ionic 0000:b5:00.0 enp181s0: Link up - 100 Gbps 50 $ devlink dev info pci/0000:b5:00.0 51 pci/0000:b5:00.0:
|
/linux-5.19.10/drivers/atm/ |
D | fore200e.h | 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 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-5.19.10/arch/powerpc/crypto/ |
D | aes-tab-4k.S | 39 .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)
|
/linux-5.19.10/arch/ia64/include/uapi/asm/ |
D | ptrace.h | 197 unsigned long b5; member
|
/linux-5.19.10/Documentation/hid/ |
D | hid-alps.rst | 112 - b7 b6 b5 b4 b3 b2 b1 b0 162 - b7 b6 b5 b4 b3 b2 b1 b0
|
/linux-5.19.10/Documentation/scsi/ |
D | aacraid.rst | 46 9005:0285:9005:02b5 Adaptec 5445 (Voodoo44) 47 9005:0285:15d9:02b5 SMC AOC-USAS-S4i
|
/linux-5.19.10/Documentation/input/devices/ |
D | alps.rst | 308 packet-fmt b7 b6 b5 b4 b3 b2 b1 b0 345 b7 b6 b5 b4 b3 b2 b1 b0 357 b7 b6 b5 b4 b3 b2 b1 b0 370 b7 b6 b5 b4 b3 b2 b1 b0 382 b7 b6 b5 b4 b3 b2 b1 b0
|
/linux-5.19.10/arch/ia64/kernel/ |
D | entry.h | 59 .spillsp b4,SW(B4)+16+(off); .spillsp b5,SW(B5)+16+(off); \
|
D | relocate_kernel.S | 231 mov r5=b5
|
D | head.S | 114 SAVE_FROM_REG(b5,_reg1,_reg2);; \ 1067 SET_REG(b5); 1109 RESTORE_REG(b5, r25, r17);;
|
D | asm-offsets.c | 163 DEFINE(IA64_SWITCH_STACK_B5_OFFSET, offsetof (struct switch_stack, b5)); in foo()
|
D | mca_asm.S | 611 mov temp4=b5 774 mov b5=temp4
|
D | entry.S | 94 ldf.fill f12=[sp]; mov f13=f0; mov b5=r0 300 mov r26=b5 429 mov b5=r26
|
/linux-5.19.10/drivers/tty/vt/ |
D | cp437.uni | 262 0xe6 U+00b5 U+03bc 270 0xee U+03b5 U+2208
|
/linux-5.19.10/arch/x86/kernel/ |
D | uprobes.c | 46 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument 48 (b4##UL << 0x4)|(b5##UL << 0x5)|(b6##UL << 0x6)|(b7##UL << 0x7) | \
|
/linux-5.19.10/arch/x86/kernel/kprobes/ |
D | core.c | 64 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument 66 (b4##UL << 0x4)|(b5##UL << 0x5)|(b6##UL << 0x6)|(b7##UL << 0x7) | \
|
/linux-5.19.10/Documentation/devicetree/bindings/net/ |
D | mediatek-dwmac.yaml | 154 mac-address = [00 55 7b b5 7d f7];
|
/linux-5.19.10/Documentation/x86/ |
D | exception-tables.rst | 212 > c0199ff5 <.fixup+10b5> movl $0xfffffff2,%eax 258 and linked in vmlinux : > c0199ff5 <.fixup+10b5> movl $0xfffffff2,%eax
|
/linux-5.19.10/Documentation/sound/cards/ |
D | audiophile-usb.rst | 332 | b7| b6| b5| b4| b3| b2| b1| b0| 369 * b5 to b7 are reserved for future uses, and must be set to ``0``
|