Home
last modified time | relevance | path

Searched refs:b3 (Results 1 – 65 of 65) sorted by relevance

/linux-4.4.14/drivers/staging/skein/
Dthreefish_block.c7 b2 = input[2], b3 = input[3]; in threefish_encrypt_256() local
18 b3 += k3; in threefish_encrypt_256()
19 b2 += b3 + k2 + t1; in threefish_encrypt_256()
20 b3 = ((b3 << 16) | (b3 >> (64 - 16))) ^ b2; in threefish_encrypt_256()
22 b0 += b3; in threefish_encrypt_256()
23 b3 = ((b3 << 52) | (b3 >> (64 - 52))) ^ b0; in threefish_encrypt_256()
31 b2 += b3; in threefish_encrypt_256()
32 b3 = ((b3 << 40) | (b3 >> (64 - 40))) ^ b2; in threefish_encrypt_256()
34 b0 += b3; in threefish_encrypt_256()
35 b3 = ((b3 << 5) | (b3 >> (64 - 5))) ^ b0; in threefish_encrypt_256()
[all …]
/linux-4.4.14/arch/x86/net/
Dbpf_jit_comp.c46 #define EMIT3(b1, b2, b3) EMIT((b1) + ((b2) << 8) + ((b3) << 16), 3) argument
47 #define EMIT4(b1, b2, b3, b4) EMIT((b1) + ((b2) << 8) + ((b3) << 16) + ((b4) << 24), 4) argument
52 #define EMIT3_off32(b1, b2, b3, off) \ argument
53 do {EMIT3(b1, b2, b3); EMIT(off, 4); } while (0)
54 #define EMIT4_off32(b1, b2, b3, b4, off) \ argument
55 do {EMIT4(b1, b2, b3, b4); EMIT(off, 4); } while (0)
359 u8 b1 = 0, b2 = 0, b3 = 0; in do_jit() local
430 case BPF_ADD: b3 = 0xC0; break; in do_jit()
431 case BPF_SUB: b3 = 0xE8; break; in do_jit()
432 case BPF_AND: b3 = 0xE0; break; in do_jit()
[all …]
/linux-4.4.14/drivers/atm/
Dfore200e.h71 #define BITFIELD3(b1, b2, b3) b1; b2; b3; argument
72 #define BITFIELD4(b1, b2, b3, b4) b1; b2; b3; b4; argument
73 #define BITFIELD5(b1, b2, b3, b4, b5) b1; b2; b3; b4; b5; argument
74 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b1; b2; b3; b4; b5; b6; argument
77 #define BITFIELD3(b1, b2, b3) b3; b2; b1; argument
78 #define BITFIELD4(b1, b2, b3, b4) b4; b3; b2; b1; argument
79 #define BITFIELD5(b1, b2, b3, b4, b5) b5; b4; b3; b2; b1; argument
80 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b6; b5; b4; b3; b2; b1; argument
/linux-4.4.14/tools/vm/
Dslabinfo.c768 char b1[20], b2[20], b3[20], b4[20]; in totals() local
945 store_size(b3, total_waste * 100 / total_used); in totals()
946 printf("Memory used: %15s # Loss : %15s MRatio:%6s%%\n", b1, b2, b3); in totals()
949 store_size(b3, total_partobj * 100 / total_objects); in totals()
950 printf("# Objects : %15s # PartObj: %15s ORatio:%6s%%\n", b1, b2, b3); in totals()
959 store_size(b3, max_objects);store_size(b4, total_objects); in totals()
961 b1, b2, b3, b4); in totals()
964 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals()
966 b1, b2, b3, b4); in totals()
969 store_size(b3, max_partial);store_size(b4, total_partial); in totals()
[all …]
/linux-4.4.14/arch/arm/include/asm/
Dxor.h35 : "=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-4.4.14/scripts/coccinelle/misc/
Dcompare_const_fl.cocci49 binary operator b3 = {>,>=},b4 = {>,>=};
63 (e1 b3 e) && (e b4 e2)
111 binary operator b, b1 = {<,<=}, b2 = {<,<=}, b3 = {>,>=}, b4 = {>,>=};
127 (e1 b3 e) && (e b4 e2)
/linux-4.4.14/arch/blackfin/include/asm/
Dcontext.S45 [--sp] = b3;
117 [--sp] = b3;
176 [--sp] = b3;
251 b3 = [sp++]; define
321 b3 = [sp++]; define
Ddpmc.h94 [--sp] = b3;
148 b3 = [sp++];
/linux-4.4.14/drivers/gpu/drm/gma500/
Dmdfld_dsi_pkg_sender.c249 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-4.4.14/drivers/video/console/
Dnewport_con.c184 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-4.4.14/drivers/misc/
Dbmp085.c234 s32 x1, x2, x3, b3; in bmp085_get_pressure() local
260 b3 = (((((s32)cali->AC1) * 4 + x3) << data->oversampling_setting) + 2); in bmp085_get_pressure()
261 b3 >>= 2; in bmp085_get_pressure()
268 b7 = ((u32)data->raw_pressure - b3) * in bmp085_get_pressure()
/linux-4.4.14/arch/c6x/kernel/
Dsignal.c47 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()
Dasm-offsets.c69 OFFSET(REGS_B3, pt_regs, b3); in foo()
Dtraps.c40 pr_err("A3: %08lx B3: %08lx\n", regs->a3, regs->b3); in show_regs()
/linux-4.4.14/include/linux/
Dsignal.h108 unsigned long a0, a1, a2, a3, b0, b1, b2, b3; \
113 b3 = b->sig[3]; b2 = b->sig[2]; \
114 r->sig[3] = op(a3, b3); \
/linux-4.4.14/arch/powerpc/crypto/
Daes-tab-4k.S50 .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-4.4.14/include/video/
Dnewport.h27 struct { volatile unsigned char b0, b1, b2, b3; } bybytes; member
399 regs->set.dcbdata0.bybytes.b3 = vc2ireg; in newport_vc2_get()
556 while ((rex->set.dcbdata0.bybytes.b3 & 3) != XM9_FIFO_EMPTY) in xmap9FIFOWait()
/linux-4.4.14/arch/blackfin/include/uapi/asm/
Dptrace.h53 long b3; member
/linux-4.4.14/arch/s390/net/
Dbpf_jit_comp.c157 #define EMIT4_RRF(op, b1, b2, b3) \ argument
159 _EMIT4(op | reg_high(b3) << 8 | reg(b1, b2)); \
162 REG_SET_SEEN(b3); \
215 #define EMIT6_DISP_LH(op1, op2, b1, b2, b3, disp) \ argument
218 reg_high(b3) << 8, op2, disp); \
221 REG_SET_SEEN(b3); \
/linux-4.4.14/arch/c6x/lib/
Dstrasgi_64plus.S37 ret .s2 b3
Dstrasgi.S76 || ret .s2 b3
/linux-4.4.14/arch/ia64/include/uapi/asm/
Dptrace.h194 unsigned long b3; member
/linux-4.4.14/arch/blackfin/kernel/
Dsignal.c68 RESTORE(b0); RESTORE(b1); RESTORE(b2); RESTORE(b3); in rt_restore_sigcontext()
129 SETUP(b0); SETUP(b1); SETUP(b2); SETUP(b3); in rt_setup_sigcontext()
Dkgdb.c43 gdb_regs[BFIN_B3] = regs->b3; in pt_regs_to_gdb_regs()
119 regs->b3 = gdb_regs[BFIN_B3]; in gdb_regs_to_pt_regs()
Dasm-offsets.c88 DEFINE(PT_B3, offsetof(struct pt_regs, b3)); in main()
Dtrace.c978 fp->b3, fp->l3, fp->m3, fp->i3); in show_regs()
/linux-4.4.14/drivers/net/hamradio/
Dbaycom_ser_fdx.c382 unsigned char b1,b2,b3; in ser12_check_uart() local
391 b3 = inb(MSR(iobase)) & 0xf0; in ser12_check_uart()
394 if (b3 != 0x90) in ser12_check_uart()
Dbaycom_ser_hdx.c441 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()
Dyam.c511 unsigned char b1, b2, b3; in yam_check_uart() local
520 b3 = inb(MSR(iobase)) & 0xf0; in yam_check_uart()
523 if (b3 != 0x90) in yam_check_uart()
/linux-4.4.14/arch/arm/vdso/
DMakefile67 last=`echo $$buildid | cut -b3-`; \
/linux-4.4.14/arch/x86/crypto/sha-mb/
Dsha1_x8_avx2.S73 # 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-4.4.14/Documentation/devicetree/bindings/arm/
Dmarvell,kirkwood.txt32 "excito,b3"
/linux-4.4.14/Documentation/blockdev/
Dcpqarray.txt67 b7 b6 b5 b4 b3 b2 b1 b0
Dcciss.txt63 b7 b6 b5 b4 b3 b2 b1 b0
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Dhdmi5_core.h291 u16 b1, b2, b3, b4; member
Dhdmi5_core.c492 REG_FLD_MOD(base, HDMI_CORE_CSC_COEF_B3_MSB, csc_coeff.b3 >> 8, 6, 0); in hdmi_core_csc_config()
493 REG_FLD_MOD(base, HDMI_CORE_CSC_COEF_B3_LSB, csc_coeff.b3, 7, 0); in hdmi_core_csc_config()
Ddsi.c2690 int channel, u8 b1, u8 b2, u8 b3, u8 b4) in dsi_vc_write_long_payload() argument
2694 val = b4 << 24 | b3 << 16 | b2 << 8 | b1 << 0; in dsi_vc_write_long_payload()
2710 u8 b1, b2, b3, b4; in dsi_vc_send_long() local
2732 b3 = *p++; in dsi_vc_send_long()
2735 dsi_vc_write_long_payload(dsidev, channel, b1, b2, b3, b4); in dsi_vc_send_long()
2740 b1 = 0; b2 = 0; b3 = 0; in dsi_vc_send_long()
2749 b3 = *p++; in dsi_vc_send_long()
2760 dsi_vc_write_long_payload(dsidev, channel, b1, b2, b3, 0); in dsi_vc_send_long()
/linux-4.4.14/arch/c6x/include/uapi/asm/
Dptrace.h134 REG_PAIR(b3, b2);
/linux-4.4.14/arch/ia64/kernel/
Dentry.h57 .spillsp b2,SW(B2)+16+(off); .spillsp b3,SW(B3)+16+(off); \
Drelocate_kernel.S225 mov r5=b3
Dhead.S110 SAVE_FROM_REG(b3,_reg1,_reg2);; \
1067 SET_REG(b3);
1109 RESTORE_REG(b3, r25, r17);;
Dasm-offsets.c164 DEFINE(IA64_SWITCH_STACK_B3_OFFSET, offsetof (struct switch_stack, b3)); in foo()
Dmca_asm.S605 mov temp4=b3
768 mov b3=temp4
Dentry.S90 mov r6=0; mov f4=f0; mov b3=r0
299 mov r24=b3
425 mov b3=r24
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_ct.c2200 uint32_t b1, b2, b3, b4, i, rev; in lpfc_decode_firmware_rev() local
2215 b3 = (rev & 0x000000c0) >> 6; in lpfc_decode_firmware_rev()
2254 b1, b2, b3, (char *)str); in lpfc_decode_firmware_rev()
2257 b2, b3); in lpfc_decode_firmware_rev()
2261 b1, b2, b3, c, in lpfc_decode_firmware_rev()
2265 b1, b2, b3, c, b4); in lpfc_decode_firmware_rev()
2272 b3 = (rev & 0x000f0000) >> 16; in lpfc_decode_firmware_rev()
2276 sprintf(fwrevision, "%d.%d%d%c%d", b1, b2, b3, c, b4); in lpfc_decode_firmware_rev()
/linux-4.4.14/arch/x86/kernel/
Duprobes.c59 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
60 (((b0##UL << 0x0)|(b1##UL << 0x1)|(b2##UL << 0x2)|(b3##UL << 0x3) | \
/linux-4.4.14/arch/blackfin/mach-common/
Dinterrupt.S59 [--sp] = b3;
/linux-4.4.14/arch/arm/boot/dts/
Dkirkwood-b3.dts25 compatible = "excito,b3", "marvell,kirkwood-88f6281", "marvell,kirkwood";
DMakefile155 kirkwood-b3.dtb \
/linux-4.4.14/arch/x86/crypto/
Dcamellia-aesni-avx-asm_64.S432 b3, c3, d3, st0, st1) \ argument
436 transpose_4x4(b0, b1, b2, b3, d2, d3); \
452 vpshufb a0, b3, b3; \
475 transpose_4x4(a3, b3, c3, d3, b0, b1); \
Dcamellia-aesni-avx2-asm_64.S471 a3, b3, c3, d3, st0, st1) \ argument
475 transpose_4x4(b0, b1, b2, b3, d2, d3); \
491 vpshufb a0, b3, b3; \
514 transpose_4x4(a3, b3, c3, d3, b0, b1); \
/linux-4.4.14/arch/x86/kernel/kprobes/
Dcore.c70 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
71 (((b0##UL << 0x0)|(b1##UL << 0x1)|(b2##UL << 0x2)|(b3##UL << 0x3) | \
/linux-4.4.14/Documentation/sound/alsa/
DAudiophile-Usb.txt275 | b7| b6| b5| b4| b3| b2| b1| b0|
289 * b3 is the bit depth selection flag
292 - Note that b2 implies b3 as the 96kHz mode is only supported for 24 bits
307 b2 implies b3. But _there_will_be_no_warning_ in /var/log/messages
/linux-4.4.14/arch/x86/entry/vdso/
DMakefile179 last=`echo $$buildid | cut -b3-`; \
/linux-4.4.14/Documentation/vm/
Dpage_owner.txt43 1427 24 8 1459 5b3 mm/page_ext.o
/linux-4.4.14/Documentation/usb/
Dgadget_hid.txt237 {.opt = "--b3", .val = 0x04},
282 {.opt = "--b3", .val = 0x40},
/linux-4.4.14/drivers/media/usb/ttusb-budget/
Ddvb-ttusb-budget.c406 u8 b3[] = in ttusb_init_controller() local
430 if ((err = ttusb_cmd(ttusb, b3, sizeof(b3), 1))) in ttusb_init_controller()
/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h2223 #define MUX(b15,b14,b13,b12,b11,b10,b9,b8,b7,b6,b5,b4,b3,b2,b1,b0) \ argument
2236 (((b3) &3) << 6) | \
/linux-4.4.14/Documentation/networking/
Dvrf.txt133 link/ether 72:b3:ba:91:e2:24 brd ff:ff:ff:ff:ff:ff promiscuity 0
149 vrf-mgmt UP 72:b3:ba:91:e2:24 <NOARP,MASTER,UP,LOWER_UP>
/linux-4.4.14/Documentation/dmaengine/
Dpxa_dma.txt70 After a call to dmaengine_submit(b3), the chain will look like :
/linux-4.4.14/Documentation/input/
Dalps.txt296 packet-fmt b7 b6 b5 b4 b3 b2 b1 b0
/linux-4.4.14/Documentation/video4linux/
Dgspca.txt364 sn9c20x 0c45:62b3 PC Camera (SN9C202 + OV9655)
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dx86-opcode-map.txt228 b3: MOV BL/R11L,Ib
525 b3: BTR Ev,Gv
/linux-4.4.14/arch/x86/lib/
Dx86-opcode-map.txt228 b3: MOV BL/R11L,Ib
525 b3: BTR Ev,Gv
/linux-4.4.14/Documentation/s390/
DDebugging390.txt1272 grep -i 0001b3 System.map