/Linux-v4.19/arch/x86/net/ |
D | bpf_jit_comp.c | 38 #define EMIT3(b1, b2, b3) EMIT((b1) + ((b2) << 8) + ((b3) << 16), 3) argument 39 #define EMIT4(b1, b2, b3, b4) EMIT((b1) + ((b2) << 8) + ((b3) << 16) + ((b4) << 24), 4) argument 45 #define EMIT3_off32(b1, b2, b3, off) \ argument 46 do { EMIT3(b1, b2, b3); EMIT(off, 4); } while (0) 47 #define EMIT4_off32(b1, b2, b3, b4, off) \ argument 48 do { EMIT4(b1, b2, b3, b4); EMIT(off, 4); } while (0) 332 u8 b1, b2, b3; in emit_mov_imm32() local 343 b3 = 0xC0; in emit_mov_imm32() 344 EMIT3_off32(b1, b2, add_1reg(b3, dst_reg), imm32); in emit_mov_imm32() 356 b3 = 0xC0; in emit_mov_imm32() [all …]
|
/Linux-v4.19/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
|
/Linux-v4.19/tools/vm/ |
D | slabinfo.c | 775 char b1[20], b2[20], b3[20], b4[20]; in totals() local 952 store_size(b3, total_waste * 100 / total_used); in totals() 953 printf("Memory used: %15s # Loss : %15s MRatio:%6s%%\n", b1, b2, b3); in totals() 956 store_size(b3, total_partobj * 100 / total_objects); in totals() 957 printf("# Objects : %15s # PartObj: %15s ORatio:%6s%%\n", b1, b2, b3); in totals() 966 store_size(b3, max_objects);store_size(b4, total_objects); in totals() 968 b1, b2, b3, b4); in totals() 971 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals() 973 b1, b2, b3, b4); in totals() 976 store_size(b3, max_partial);store_size(b4, total_partial); in totals() [all …]
|
/Linux-v4.19/arch/arm/crypto/ |
D | aes-neonbs-core.S | 88 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 91 veor \b3, \b3, \b0 94 veor \b6, \b6, \b3 95 veor \b3, \b3, \b7 97 veor \b3, \b3, \b4 100 veor \b3, \b3, \b1 104 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 111 veor \b5, \b5, \b3 112 veor \b3, \b3, \b7 118 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5 [all …]
|
D | ghash-ce-core.S | 69 .macro __pmull_p64, rd, rn, rm, b1, b2, b3, b4 83 .macro __pmull_p8, rq, ad, bd, b1=t4l, b2=t3l, b3=t4l, b4=t3l 98 .ifc \b3, t4l 107 vmull.p8 t4q, \ad, \b3 @ I = A*B3
|
/Linux-v4.19/arch/arm64/crypto/ |
D | aes-neonbs-core.S | 28 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 31 eor \b3, \b3, \b0 34 eor \b6, \b6, \b3 35 eor \b3, \b3, \b7 37 eor \b3, \b3, \b4 40 eor \b3, \b3, \b1 44 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 51 eor \b5, \b5, \b3 52 eor \b3, \b3, \b7 58 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5 [all …]
|
/Linux-v4.19/arch/arm/include/asm/ |
D | xor.h | 35 : "=r" (src), "=r" (b1), "=r" (b2), "=r" (b3), "=r" (b4) \ 37 __XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4) 59 register unsigned int b3 __asm__("ip"); in xor_arm4regs_2() 80 register unsigned int b3 __asm__("ip"); in xor_arm4regs_3()
|
/Linux-v4.19/drivers/gpu/drm/gma500/ |
D | mdfld_dsi_pkg_sender.c | 249 u8 b1, b2, b3, b4; in send_long_pkg() local 269 b3 = *p++; in send_long_pkg() 272 REG_WRITE(data_reg, b4 << 24 | b3 << 16 | b2 << 8 | b1); in send_long_pkg() 277 b1 = 0; b2 = 0; b3 = 0; in send_long_pkg() 283 b3 = *p++; in send_long_pkg() 294 REG_WRITE(data_reg, b3 << 16 | b2 << 8 | b1); in send_long_pkg()
|
/Linux-v4.19/drivers/video/console/ |
D | newport_con.c | 184 npregs->set.dcbdata0.bybytes.b3 &= ~XM9_PUPMODE; in newport_reset() 187 npregs->set.dcbdata0.bybytes.b3 &= ~XM9_PUPMODE; in newport_reset() 256 tmp = npregs->set.dcbdata0.bybytes.b3; in newport_get_revisions() 263 tmp = npregs->set.dcbdata0.bybytes.b3; in newport_get_revisions() 271 xmap9_rev = npregs->set.dcbdata0.bybytes.b3 & 7; in newport_get_revisions() 275 npregs->set.dcbdata0.bybytes.b3 = BT445_REVISION_REG; in newport_get_revisions() 278 bt445_rev = (npregs->set.dcbdata0.bybytes.b3 >> 4) - 0x0a; in newport_get_revisions()
|
/Linux-v4.19/include/linux/ |
D | signal.h | 120 unsigned long a0, a1, a2, a3, b0, b1, b2, b3; \ 125 b3 = b->sig[3]; b2 = b->sig[2]; \ 126 r->sig[3] = op(a3, b3); \
|
/Linux-v4.19/arch/c6x/kernel/ |
D | signal.c | 47 COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9); in restore_sigcontext() 112 COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9); in setup_sigcontext() 194 regs->b3 = (unsigned long) retcode; in setup_rt_frame()
|
/Linux-v4.19/arch/powerpc/crypto/ |
D | aes-tab-4k.S | 50 .long R(41, ad, ad, ec), R(b3, d4, d4, 67) 75 .long R(b7, d6, d6, 61), R(7d, b3, b3, ce) 151 .long R(2b, 98, 98, b3), R(22, 11, 11, 33) 245 .long R(2b, b3, 16, 6c), R(a9, 70, b9, 99) 258 .long R(6f, d5, 2d, a9), R(cf, 25, 12, b3) 279 .long R(b3, 67, 1d, 5a), R(92, db, d2, 52) 293 .long R(39, a8, 01, 71), R(08, 0c, b3, de)
|
/Linux-v4.19/include/video/ |
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-v4.19/crypto/ |
D | morus1280.c | 67 struct morus1280_block *b3, in crypto_morus1280_round() argument 77 b0->words[i] ^= b3->words[i]; in crypto_morus1280_round() 82 tmp = *b3; in crypto_morus1280_round() 84 b3->words[(i + w) % MORUS_BLOCK_WORDS] = tmp.words[i]; in crypto_morus1280_round()
|
D | morus640.c | 73 struct morus640_block *b3, in crypto_morus640_round() argument 83 b0->words[i] ^= b3->words[i]; in crypto_morus640_round() 88 tmp = *b3; in crypto_morus640_round() 90 b3->words[(i + w) % MORUS_BLOCK_WORDS] = tmp.words[i]; in crypto_morus640_round()
|
/Linux-v4.19/arch/s390/net/ |
D | bpf_jit_comp.c | 159 #define EMIT4_RRF(op, b1, b2, b3) \ argument 161 _EMIT4(op | reg_high(b3) << 8 | reg(b1, b2)); \ 164 REG_SET_SEEN(b3); \ 217 #define EMIT6_DISP_LH(op1, op2, b1, b2, b3, disp) \ argument 220 reg_high(b3) << 8, op2, disp); \ 223 REG_SET_SEEN(b3); \
|
/Linux-v4.19/arch/ia64/include/uapi/asm/ |
D | ptrace.h | 195 unsigned long b3; member
|
/Linux-v4.19/arch/c6x/lib/ |
D | strasgi_64plus.S | 37 ret .s2 b3
|
/Linux-v4.19/drivers/net/hamradio/ |
D | baycom_ser_fdx.c | 384 unsigned char b1,b2,b3; in ser12_check_uart() local 393 b3 = inb(MSR(iobase)) & 0xf0; in ser12_check_uart() 396 if (b3 != 0x90) in ser12_check_uart()
|
D | baycom_ser_hdx.c | 441 unsigned char b1,b2,b3; in ser12_check_uart() local 450 b3 = inb(MSR(iobase)) & 0xf0; in ser12_check_uart() 453 if (b3 != 0x90) in ser12_check_uart()
|
/Linux-v4.19/Documentation/hid/ |
D | hid-alps.txt | 85 b7 b6 b5 b4 b3 b2 b1 b0 127 b7 b6 b5 b4 b3 b2 b1 b0
|
/Linux-v4.19/arch/arm/vdso/ |
D | Makefile | 71 last=`echo $$buildid | cut -b3-`; \
|
/Linux-v4.19/arch/x86/crypto/sha1-mb/ |
D | sha1_x8_avx2.S | 73 # r1 = {b7 b6 b5 b4 b3 b2 b1 b0} 85 # r3 = {h3 g3 f3 e3 d3 c3 b3 a3} 95 vshufps $0xEE, \r1, \r0, \r0 # r0 = {b7 b6 a7 a6 b3 b2 a3 a2} 100 vshufps $0xDD, \r2, \r0, \r0 # r0 = {d7 c7 b7 a7 d3 c3 b3 a3}
|
/Linux-v4.19/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-v4.19/arch/x86/crypto/sha512-mb/ |
D | sha512_x4_avx2.S | 117 # r1 = {b7 b6 b5 b4 b3 b2 b1 b0} 123 # r1 = {d3 d2 c3 c2 b3 b2 a3 a2} 129 vshufps $0xEE, \r1, \r0, \r0 # r0 = {b7 b6 a7 a6 b3 b2 a3 a2}
|