| /kernel/linux/linux-6.6/arch/arm64/crypto/ |
| 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 …]
|
| 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 …]
|
| 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 …]
|
| /kernel/linux/linux-6.6/arch/s390/crypto/ |
| D | chacha-s390.S | 456 #define B3 %v13 macro 501 VLR B3,K1 529 VAF A3,A3,B3 554 VX B3,B3,C3 560 VERLLF B3,B3,12 567 VAF A3,A3,B3 592 VX B3,B3,C3 598 VERLLF B3,B3,7 611 VSLDB B3,B3,B3,4 624 VAF A3,A3,B3 [all …]
|
| /kernel/linux/linux-5.10/arch/c6x/lib/ |
| D | csum_64plus.S | 148 BNOP .S2 B3,4 216 L15: BNOP .S2 B3,3 293 || MV .S1X B3,A5 294 || MV .L2 B4,B3 298 [A0] SUB .L2 B3,1,B3 303 SUB .L2 B3,1,B3 307 SHR .S2 B3,1,B0 315 || SUB .S2 B3,2,B3 343 AND .L2 B3,B0,B0 348 EXTU .S2 B3,31,31,B0 [all …]
|
| D | remi.S | 23 ;; call to divu. It stores B3 in on the stack. 28 stw .d2t2 B3, *B15--[2] 39 [B0] addkpc .s2 _divu_ret_1, B3, 1 40 [!B0] addkpc .s2 _divu_ret_2, B3, 1 45 ldw .d2t2 *++B15[2], B3 49 ret .s2 B3
|
| D | divremi.S | 10 stw .d2t2 B3, *B15--[2] 21 [B0] addkpc .s2 _divu_ret_1, B3, 1 22 [!B0] addkpc .s2 _divu_ret_2, B3, 1 27 ldw .d2t2 *++B15[2], B3 31 ret .s2 B3
|
| D | divi.S | 23 ;; call to divu. It stores B3 in on the stack. 28 || mv .d2 B3, B5 35 [A1] addkpc .s2 _divu_ret, B3, 4 38 || mv .l2 B3,B5
|
| D | remu.S | 23 ;; call to divu. It stores B3 in on the stack. 33 || [!B1] b .s2 B3 ; RETURN A 63 ret .s2 B3
|
| D | pop_rts.S | 11 lddw .d2t2 *++B15, B3:B2 17 || b .s2 B3
|
| D | llshl.S | 13 [!A1] b .s2 B3 ; just return if zero shift 24 bnop .s2 B3,5
|
| D | llshr.S | 13 [!A1] b .s2 B3 ; return if zero shift count 25 bnop .s2 B3,5
|
| /kernel/linux/linux-5.10/arch/c6x/kernel/ |
| D | entry.S | 86 STDW .D2T2 B3:B2,*SP--[1] 152 || LDDW .D2T2 *++SP[1],B3:B2 198 ADDKPC .S2 ret_from_exception,B3,4 211 ADDKPC .S2 ret_from_syscall_trace,B3,3 230 || MVKL .S2 ret_from_syscall_function,B3 232 || MVKH .S2 ret_from_syscall_function,B3 244 ADDKPC .S2 resume_userspace,B3,1 261 ADDKPC .S2 work_rescheduled,B3,4 281 ADDKPC .S2 resume_userspace,B3,1 349 [!B1] ADDKPC .S2 ret_from_syscall_function,B3,4 [all …]
|
| D | switch_to.S | 23 STW .D2T2 B3,*+B5(THREAD_PC) 27 LDW .D2T2 *+B4(THREAD_PC),B3 58 B .S2 B3 ; return in next E1
|
| /kernel/linux/linux-5.10/arch/arm/crypto/ |
| 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 …]
|
| D | ghash-ce-core.S | 95 .macro __pmull_p64, rd, rn, rm, b1, b2, b3, b4 109 .macro __pmull_p8, rq, ad, bd, b1=t4l, b2=t3l, b3=t4l, b4=t3l 124 .ifc \b3, t4l 125 vext.8 t4l, \bd, \bd, #3 @ B3 133 vmull.p8 t4q, \ad, \b3 @ I = A*B3
|
| /kernel/linux/linux-6.6/arch/arm/crypto/ |
| 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 …]
|
| /kernel/linux/linux-5.10/arch/arm64/crypto/ |
| D | aes-neonbs-core.S | 25 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 28 eor \b3, \b3, \b0 31 eor \b6, \b6, \b3 32 eor \b3, \b3, \b7 34 eor \b3, \b3, \b4 37 eor \b3, \b3, \b1 41 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 48 eor \b5, \b5, \b3 49 eor \b3, \b3, \b7 55 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5 [all …]
|
| /kernel/linux/linux-6.6/tools/mm/ |
| D | slabinfo.c | 806 char b1[20], b2[20], b3[20], b4[20]; in totals() local 983 store_size(b3, total_waste * 100 / total_used); in totals() 984 printf("Memory used: %15s # Loss : %15s MRatio:%6s%%\n", b1, b2, b3); in totals() 987 store_size(b3, total_partobj * 100 / total_objects); in totals() 988 printf("# Objects : %15s # PartObj: %15s ORatio:%6s%%\n", b1, b2, b3); in totals() 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() [all …]
|
| /kernel/linux/linux-5.10/tools/vm/ |
| D | slabinfo.c | 782 char b1[20], b2[20], b3[20], b4[20]; in totals() local 959 store_size(b3, total_waste * 100 / total_used); in totals() 960 printf("Memory used: %15s # Loss : %15s MRatio:%6s%%\n", b1, b2, b3); in totals() 963 store_size(b3, total_partobj * 100 / total_objects); in totals() 964 printf("# Objects : %15s # PartObj: %15s ORatio:%6s%%\n", b1, b2, b3); in totals() 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() [all …]
|
| /kernel/linux/linux-6.6/drivers/atm/ |
| D | fore200e.h | 72 #define BITFIELD3(b1, b2, b3) b1; b2; b3; argument 73 #define BITFIELD4(b1, b2, b3, b4) b1; b2; b3; b4; argument 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 78 #define BITFIELD3(b1, b2, b3) b3; b2; b1; argument 79 #define BITFIELD4(b1, b2, b3, b4) b4; b3; b2; b1; 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
|
| /kernel/linux/linux-5.10/drivers/atm/ |
| D | fore200e.h | 72 #define BITFIELD3(b1, b2, b3) b1; b2; b3; argument 73 #define BITFIELD4(b1, b2, b3, b4) b1; b2; b3; b4; argument 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 78 #define BITFIELD3(b1, b2, b3) b3; b2; b1; argument 79 #define BITFIELD4(b1, b2, b3, b4) b4; b3; b2; b1; 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
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | kirkwood-b3.dts | 3 * Device Tree file for Excito Bubba B3 9 * L2 cache. If your B3 silently fails to boot, u-boot is probably too 21 model = "Excito B3"; 22 compatible = "excito,b3", "marvell,kirkwood-88f6281", "marvell,kirkwood";
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/marvell/ |
| D | kirkwood-b3.dts | 3 * Device Tree file for Excito Bubba B3 9 * L2 cache. If your B3 silently fails to boot, u-boot is probably too 21 model = "Excito B3"; 22 compatible = "excito,b3", "marvell,kirkwood-88f6281", "marvell,kirkwood";
|
| /kernel/linux/linux-5.10/arch/x86/net/ |
| D | bpf_jit_comp.c | 37 #define EMIT3(b1, b2, b3) EMIT((b1) + ((b2) << 8) + ((b3) << 16), 3) argument 38 #define EMIT4(b1, b2, b3, b4) EMIT((b1) + ((b2) << 8) + ((b3) << 16) + ((b4) << 24), 4) argument 44 #define EMIT3_off32(b1, b2, b3, off) \ argument 45 do { EMIT3(b1, b2, b3); EMIT(off, 4); } while (0) 46 #define EMIT4_off32(b1, b2, b3, b4, off) \ argument 47 do { EMIT4(b1, b2, b3, b4); EMIT(off, 4); } while (0) 599 u8 b1, b2, b3; in emit_mov_imm32() local 610 b3 = 0xC0; in emit_mov_imm32() 611 EMIT3_off32(b1, b2, add_1reg(b3, dst_reg), imm32); in emit_mov_imm32() 623 b3 = 0xC0; in emit_mov_imm32() [all …]
|