| /linux/arch/arm64/crypto/ |
| H A D | sm4-ce-asm.h | 57 #define SM4_CRYPT_BLK4_BE(b0, b1, b2, b3) \ argument 61 sm4e b3.4s, v24.4s; \ 65 sm4e b3.4s, v25.4s; \ 69 sm4e b3.4s, v26.4s; \ 73 sm4e b3.4s, v27.4s; \ 77 sm4e b3.4s, v28.4s; \ 81 sm4e b3.4s, v29.4s; \ 85 sm4e b3.4s, v30.4s; \ 89 sm4e b3.4s, v31.4s; \ 93 rev64 b3.4s, b3.4s; \ [all …]
|
| H A D | sm4-neon-core.S | 131 #define SM4_CRYPT_BLK4_BE(b0, b1, b2, b3) \ argument 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); \ 147 rev32 b3.16b, b3.16b; \ 149 rotate_clockwise_4x4(b0, b1, b2, b3); \ 154 #define SM4_CRYPT_BLK4(b0, b1, b2, b3) \ argument 158 rev32 b3.16b, b3.16b; \ 159 SM4_CRYPT_BLK4_BE(b0, b1, b2, b3); [all …]
|
| H A D | aes-neonbs-core.S | 26 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 29 eor \b3, \b3, \b0 32 eor \b6, \b6, \b3 33 eor \b3, \b3, \b7 35 eor \b3, \b3, \b4 38 eor \b3, \b3, \b1 42 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 49 eor \b5, \b5, \b3 50 eor \b3, \b3, \b7 56 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5 [all …]
|
| /linux/rust/quote/ |
| H A D | lib.rs | 857 ($($b3:tt)*) ($($b2:tt)*) ($($b1:tt)*) 862 $crate::quote_token_with_context!{$tokens $b3 $b2 $b1 $curr $a1 $a2 $a3} 872 ($($b3:tt)*) ($($b2:tt)*) ($($b1:tt)*) 877 $crate::quote_token_with_context_spanned!{$tokens $span $b3 $b2 $b1 $curr $a1 $a2 $a3} 888 ($tokens:ident $b3:tt $b2:tt $b1:tt @ $a1:tt $a2:tt $a3:tt) => {}; 891 ($tokens:ident $b3:tt $b2:tt $b1:tt (#) ( $($inner:tt)* ) * $a3:tt) => {{ 908 ($tokens:ident $b3:tt $b2:tt # (( $($inner:tt)* )) * $a2:tt $a3:tt) => {}; 910 ($tokens:ident $b3:tt # ( $($inner:tt)* ) (*) $a1:tt $a2:tt $a3:tt) => {}; 913 ($tokens:ident $b3:tt $b2:tt $b1:tt (#) ( $($inner:tt)* ) $sep:tt *) => {{ 929 ($tokens:ident $b3:tt $b2:tt # (( $($inner:tt)* )) $sep:tt * $a3:tt) => {}; [all …]
|
| /linux/lib/crypto/riscv/ |
| H A D | chacha-riscv64-zvkb.S | 78 a2, b2, c2, d2, a3, b3, c3, d3 83 vadd.vv \a3, \a3, \b3 101 vxor.vv \b3, \b3, \c3 105 vror.vi \b3, \b3, 32 - 12 111 vadd.vv \a3, \a3, \b3 129 vxor.vv \b3, \b3, \c3 133 vror.vi \b3, \b3, 32 - 7
|
| /linux/arch/powerpc/kernel/vdso/ |
| H A D | vgetrandom-chacha.S | 52 .macro quarterround4 a1 b1 c1 d1 a2 b2 c2 d2 a3 b3 c3 d3 a4 b4 c4 d4 55 add \a3, \a3, \b3 71 xor \b3, \b3, \c3 75 rotlwi \b3, \b3, 12 79 add \a3, \a3, \b3 95 xor \b3, \b3, \c3 99 rotlwi \b3, \b3, 7 103 #define QUARTERROUND4(a1,b1,c1,d1,a2,b2,c2,d2,a3,b3,c3,d3,a4,b4,c4,d4) \ argument 106 state##a3 state##b3 state##c3 state##d3 \
|
| /linux/tools/mm/ |
| H A D | slabinfo.c | 808 char b1[20], b2[20], b3[20], b4[20]; in totals() 985 store_size(b3, total_waste * 100 / total_used); in totals() 986 printf("Memory used: %15s # Loss : %15s MRatio:%6s%%\n", b1, b2, b3); in totals() 989 store_size(b3, total_partobj * 100 / total_objects); in totals() 990 printf("# Objects : %15s # PartObj: %15s ORatio:%6s%%\n", b1, b2, b3); in totals() 999 store_size(b3, max_objects);store_size(b4, total_objects); in totals() 1001 b1, b2, b3, b4); in totals() 1004 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals() 1006 b1, b2, b3, b4); in totals() 1009 store_size(b3, max_partia in totals() 809 char b1[20], b2[20], b3[20], b4[20]; totals() local [all...] |
| /linux/arch/arm/crypto/ |
| H A D | aes-neonbs-core.S | 80 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 83 veor \b3, \b3, \b0 86 veor \b6, \b6, \b3 87 veor \b3, \b3, \b7 89 veor \b3, \b3, \b4 92 veor \b3, \b3, \b1 96 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 103 veor \b5, \b5, \b3 104 veor \b3, \b3, \b7 110 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5 [all …]
|
| /linux/include/linux/ |
| H A D | signal.h | 134 unsigned long a0, a1, a2, a3, b0, b1, b2, b3; \ 139 b3 = b->sig[3]; b2 = b->sig[2]; \ 140 r->sig[3] = op(a3, b3); \
|
| /linux/include/video/ |
| H A D | newport.h | 28 struct { volatile unsigned char b0, b1, b2, b3; } bybytes; member 400 regs->set.dcbdata0.bybytes.b3 = vc2ireg; in newport_vc2_get() 557 while ((rex->set.dcbdata0.bybytes.b3 & 3) != XM9_FIFO_EMPTY) in xmap9FIFOWait()
|
| /linux/arch/x86/crypto/ |
| H A D | aria-gfni-avx512-asm_64.S | 69 a3, b3, c3, d3, \ argument 74 transpose_4x4(b0, b1, b2, b3, d2, d3); \ 90 vpshufb a0, b3, b3; \ 113 transpose_4x4(a3, b3, c3, d3, b0, b1); \ 121 a3, b3, c3, d3, \ argument 126 transpose_4x4(b0, b1, b2, b3, d2, d3); \ 142 vpshufb a0, b3, b3; \ 165 transpose_4x4(c3, d3, a3, b3, b0, b1); \
|
| H A D | aria-aesni-avx-asm_64.S | 69 a3, b3, c3, d3, \ argument 74 transpose_4x4(b0, b1, b2, b3, d2, d3); \ 90 vpshufb a0, b3, b3; \ 113 transpose_4x4(a3, b3, c3, d3, b0, b1); \ 121 a3, b3, c3, d3, \ argument 126 transpose_4x4(b0, b1, b2, b3, d2, d3); \ 142 vpshufb a0, b3, b3; \ 165 transpose_4x4(c3, d3, a3, b3, b0, b1); \
|
| H A D | aria-aesni-avx2-asm_64.S | 85 a3, b3, c3, d3, \ argument 90 transpose_4x4(b0, b1, b2, b3, d2, d3); \ 106 vpshufb a0, b3, b3; \ 129 transpose_4x4(a3, b3, c3, d3, b0, b1); \ 137 a3, b3, c3, d3, \ argument 142 transpose_4x4(b0, b1, b2, b3, d2, d3); \ 158 vpshufb a0, b3, b3; \ 181 transpose_4x4(c3, d3, a3, b3, b0, b1); \
|
| /linux/lib/xz/ |
| H A D | xz_dec_bcj.c | 311 uint32_t b3; in bcj_riscv() local 332 b3 = buf[i + 3]; in bcj_riscv() 334 addr = ((b1 & 0xF0) << 13) | (b2 << 9) | (b3 << 1); in bcj_riscv()
|
| /linux/Documentation/admin-guide/media/ |
| H A D | dvb-usb-rtl28xxu-cardlist.rst | 74 - 0ccd:00b3
|
| /linux/lib/crypto/ |
| H A D | curve25519-hacl64.c | 355 u64 b3; in fdifference() local 361 b3 = tmp[3]; in fdifference() 366 tmp[3] = b3 + 0x3ffffffffffff8LLU; in fdifference() 730 u8 *b3 = output + 24; in format_fcontract_store() local 734 put_unaligned_le64(o3, b3); in format_fcontract_store()
|
| /linux/Documentation/input/devices/ |
| H A 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/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
| H A D | switchdev.rst | 252 …ep6s0f1: node_type ca fw 16.29.0550 node_guid 248a:0703:00b3:d113 sys_image_guid 248a:0703:00b3:d1… 253 …mlx5_0: node_type ca fw 16.29.0550 node_guid 0000:00ff:fe00:8888 sys_image_guid 248a:0703:00b3:d112
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | kirkwood-b3.dts | 22 compatible = "excito,b3", "marvell,kirkwood-88f6281", "marvell,kirkwood";
|
| H A D | Makefile | 86 kirkwood-b3.dtb \
|
| /linux/lib/crypto/powerpc/ |
| H A D | chacha-p10le-8x.S | 480 xxmrghw 11, 32+\a2, 32+\a3 # a2, a3, b2, b3 484 xxpermdi 32+\a1, 10, 11, 3 # b0, b1, b2, b3
|
| /linux/Documentation/sound/cards/ |
| H A D | audiophile-usb.rst | 332 | b7| b6| b5| b4| b3| b2| b1| b0| 353 * b3 is the bit depth selection flag 357 - Note that b2 implies b3 as the 96kHz mode is only supported for 24 bits 378 b2 implies b3. But _there_will_be_no_warning_ in /var/log/messages
|
| /linux/Documentation/usb/ |
| H A D | gadget_hid.rst | 242 {.opt = "--b3", .val = 0x04}, 287 {.opt = "--b3", .val = 0x40},
|
| /linux/Documentation/trace/coresight/ |
| H A D | panic.rst | 232 900085b3 adrp x19, ffff800009b95000 <reserved_mem+0xc48> 291 900085b3 adrp x19, ffff800009b95000 <reserved_mem+0xc48>
|
| /linux/drivers/media/usb/ttusb-budget/ |
| H A D | dvb-ttusb-budget.c | 391 u8 b3[] = in ttusb_init_controller() local 413 if ((err = ttusb_cmd(ttusb, b3, sizeof(b3), 0))) in ttusb_init_controller()
|