/linux/drivers/atm/ |
A 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/tools/vm/ |
A D | slabinfo.c | 975 b1, b2, b3, b4); in totals() 980 b1, b2, b3, b4); in totals() 985 b1, b2, b3, b4); in totals() 990 b1, b2, b3, b4); in totals() 996 b1, b2, b3, b4); in totals() 1002 b1, b2, b3, b4); in totals() 1007 b1, b2, b3, b4); in totals() 1012 b1, b2, b3, b4); in totals() 1028 b1, b2, b3); in totals() 1032 b1, b2, b3); in totals() [all …]
|
/linux/arch/arm/crypto/ |
A D | aes-neonbs-core.S | 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 104 veor \b3, \b3, \b7 116 veor \b3, \b3, \b7 128 veor \b3, \b3, \b1 131 veor \b3, \b3, \b4 133 veor \b3, \b3, \b7 [all …]
|
A 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 133 vmull.p8 t4q, \ad, \b3 @ I = A*B3
|
/linux/arch/arm64/crypto/ |
A D | aes-neonbs-core.S | 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 49 eor \b3, \b3, \b7 61 eor \b3, \b3, \b7 73 eor \b3, \b3, \b1 76 eor \b3, \b3, \b4 78 eor \b3, \b3, \b7 [all …]
|
/linux/arch/x86/net/ |
A 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 590 u8 b1, b2, b3; in emit_mov_imm32() local 600 b3 = 0xC0; in emit_mov_imm32() 613 b3 = 0xC0; in emit_mov_imm32() 907 u8 b2 = 0, b3 = 0; in do_jit() local 966 b3 = 0xC0; in do_jit() 970 b3 = 0xE8; in do_jit() 974 b3 = 0xE0; in do_jit() 978 b3 = 0xC8; in do_jit() [all …]
|
A D | bpf_jit_comp32.c | 69 #define EMIT3(b1, b2, b3) EMIT((b1) + ((b2) << 8) + ((b3) << 16), 3) argument 70 #define EMIT4(b1, b2, b3, b4) \ argument 71 EMIT((b1) + ((b2) << 8) + ((b3) << 16) + ((b4) << 24), 4) 77 #define EMIT3_off32(b1, b2, b3, off) \ argument 78 do { EMIT3(b1, b2, b3); EMIT(off, 4); } while (0) 79 #define EMIT4_off32(b1, b2, b3, b4, off) \ argument 80 do { EMIT4(b1, b2, b3, b4); EMIT(off, 4); } while (0)
|
/linux/arch/arm/include/asm/ |
A D | xor.h | 32 : "=r" (src), "=r" (b1), "=r" (b2), "=r" (b3), "=r" (b4) \ 34 __XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4) 56 register unsigned int b3 __asm__("ip"); in xor_arm4regs_2() 77 register unsigned int b3 __asm__("ip"); in xor_arm4regs_3()
|
/linux/drivers/video/console/ |
A D | newport_con.c | 183 npregs->set.dcbdata0.bybytes.b3 &= ~XM9_PUPMODE; in newport_reset() 186 npregs->set.dcbdata0.bybytes.b3 &= ~XM9_PUPMODE; in newport_reset() 255 tmp = npregs->set.dcbdata0.bybytes.b3; in newport_get_revisions() 262 tmp = npregs->set.dcbdata0.bybytes.b3; in newport_get_revisions() 270 xmap9_rev = npregs->set.dcbdata0.bybytes.b3 & 7; in newport_get_revisions() 274 npregs->set.dcbdata0.bybytes.b3 = BT445_REVISION_REG; in newport_get_revisions() 277 bt445_rev = (npregs->set.dcbdata0.bybytes.b3 >> 4) - 0x0a; in newport_get_revisions()
|
/linux/arch/powerpc/crypto/ |
A D | aes-tab-4k.S | 45 .long R(41, ad, ad, ec), R(b3, d4, d4, 67) 70 .long R(b7, d6, d6, 61), R(7d, b3, b3, ce) 146 .long R(2b, 98, 98, b3), R(22, 11, 11, 33) 240 .long R(2b, b3, 16, 6c), R(a9, 70, b9, 99) 253 .long R(6f, d5, 2d, a9), R(cf, 25, 12, b3) 274 .long R(b3, 67, 1d, 5a), R(92, db, d2, 52) 288 .long R(39, a8, 01, 71), R(08, 0c, b3, de)
|
/linux/include/linux/ |
A D | signal.h | 133 unsigned long a0, a1, a2, a3, b0, b1, b2, b3; \ 138 b3 = b->sig[3]; b2 = b->sig[2]; \ 139 r->sig[3] = op(a3, b3); \
|
/linux/include/video/ |
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/lib/crypto/ |
A D | curve25519-hacl64.c | 357 u64 b3; in fdifference() local 363 b3 = tmp[3]; in fdifference() 368 tmp[3] = b3 + 0x3ffffffffffff8LLU; in fdifference() 732 u8 *b3 = output + 24; in format_fcontract_store() local 736 put_unaligned_le64(o3, b3); in format_fcontract_store()
|
/linux/drivers/net/hamradio/ |
A D | baycom_ser_fdx.c | 343 unsigned char b1,b2,b3; in ser12_check_uart() local 352 b3 = inb(MSR(iobase)) & 0xf0; in ser12_check_uart() 355 if (b3 != 0x90) in ser12_check_uart()
|
A D | baycom_ser_hdx.c | 425 unsigned char b1,b2,b3; in ser12_check_uart() local 434 b3 = inb(MSR(iobase)) & 0xf0; in ser12_check_uart() 437 if (b3 != 0x90) in ser12_check_uart()
|
/linux/arch/ia64/include/uapi/asm/ |
A D | ptrace.h | 195 unsigned long b3; member
|
/linux/Documentation/hid/ |
A D | hid-alps.rst | 112 - b7 b6 b5 b4 b3 b2 b1 b0 162 - b7 b6 b5 b4 b3 b2 b1 b0
|
/linux/Documentation/input/devices/ |
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/arch/s390/net/ |
A D | bpf_jit_comp.c | 158 #define EMIT4_RRF(op, b1, b2, b3) \ argument 160 _EMIT4((op) | reg_high(b3) << 8 | reg(b1, b2)); \ 163 REG_SET_SEEN(b3); \ 222 #define EMIT6_DISP_LH(op1, op2, b1, b2, b3, disp) \ argument 225 reg_high(b3) << 8, op2, disp); \ 228 REG_SET_SEEN(b3); \
|
/linux/arch/arm/vdso/ |
A D | Makefile | 80 last=`echo $$buildid | cut -b3-`; \
|
/linux/Documentation/admin-guide/media/ |
A D | dvb-usb-rtl28xxu-cardlist.rst | 74 - 0ccd:00b3
|
/linux/arch/x86/crypto/ |
A D | camellia-aesni-avx-asm_64.S | 433 b3, c3, d3, st0, st1) \ argument 437 transpose_4x4(b0, b1, b2, b3, d2, d3); \ 453 vpshufb a0, b3, b3; \ 476 transpose_4x4(a3, b3, c3, d3, b0, b1); \
|
/linux/drivers/gpu/drm/bridge/ |
A D | tc358764.c | 79 #define LV_MX(b0, b1, b2, b3) (FLD_VAL(b0, 4, 0) | FLD_VAL(b1, 12, 8) | \ argument 80 FLD_VAL(b2, 20, 16) | FLD_VAL(b3, 28, 24))
|
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
A D | hdmi5_core.h | 280 u16 b1, b2, b3, b4; member
|
/linux/Documentation/devicetree/bindings/arm/marvell/ |
A D | marvell,kirkwood.txt | 37 "excito,b3"
|