/linux-4.4.14/drivers/staging/skein/ |
D | threefish_block.c | 1145 b6 = input[6], b7 = input[7]; in threefish_encrypt_512() local 1166 b7 += k7; in threefish_encrypt_512() 1167 b6 += b7 + k6 + t1; in threefish_encrypt_512() 1168 b7 = ((b7 << 37) | (b7 >> (64 - 37))) ^ b6; in threefish_encrypt_512() 1173 b4 += b7; in threefish_encrypt_512() 1174 b7 = ((b7 << 27) | (b7 >> (64 - 27))) ^ b4; in threefish_encrypt_512() 1191 b2 += b7; in threefish_encrypt_512() 1192 b7 = ((b7 << 39) | (b7 >> (64 - 39))) ^ b2; in threefish_encrypt_512() 1197 b0 += b7; in threefish_encrypt_512() 1198 b7 = ((b7 << 9) | (b7 >> (64 - 9))) ^ b0; in threefish_encrypt_512() [all …]
|
/linux-4.4.14/arch/ia64/kernel/ |
D | pal.S | 76 mov b7 = loc2 81 br.cond.sptk.many b7 115 mov b7 = loc2 117 br.call.sptk.many rp=b7 // now make the call 168 mov b7 = loc2 // install target to branch reg 180 br.cond.sptk.many b7 225 mov b7 = loc2 // install target to branch reg 237 br.call.sptk.many rp=b7 // now make the call
|
D | gate.S | 353 (p6) mov b7=r18 // I0 354 (p8) br.dptk.many b7 // B 368 (p6) mov b7=r14 369 (p6) br.sptk.many b7
|
D | entry.h | 70 mov.ret.sptk b7=r28,1f; \ 79 mov.ret.sptk b7=r28,1f; \
|
D | entry.S | 242 .altrp b7 354 br.cond.sptk.many b7 365 .altrp b7 454 br.cond.sptk.many b7 823 mov b7=r14 // I0 clear b7 (hint with __kernel_syscall_via_epc) 911 mov b7=r29 1285 mov.sptk b7=r8,ia64_leave_kernel 1288 br.many b7 1436 mov b7 = r3 1443 br b7
|
D | kprobes.c | 729 if ((regs->b7 == bundle_addr) || in resume_execution() 730 (regs->b7 == bundle_addr + 0x10)) { in resume_execution() 731 regs->b7 = (regs->b7 - bundle_addr) + in resume_execution()
|
D | brl_emu.c | 151 regs->b7 = next_ip; in ia64_emulate_brl()
|
D | signal.c | 82 err |= __get_user(scr->pt.b7, &sc->sc_br[7]); /* b7 */ in restore_sigcontext() 267 err |= __put_user(scr->pt.b7, &sc->sc_br[7]); /* b7 */ in setup_sigcontext()
|
D | relocate_kernel.S | 241 mov r5=b7
|
D | minstate.h | 179 mov r19=b7; \
|
D | ptrace.c | 776 pt->b7 = 0; in convert_to_non_syscall() 919 retval |= __put_user(pt->b7, &ppr->br[7]); in ptrace_getregs() 1055 retval |= __get_user(pt->b7, &ppr->br[7]); in ptrace_setregs() 1337 ptr = &pt->b7; in access_elf_breg()
|
D | process.c | 117 printk("b0 : %016lx b6 : %016lx b7 : %016lx\n", regs->b0, regs->b6, regs->b7); in show_regs()
|
D | asm-offsets.c | 78 DEFINE(IA64_PT_REGS_B7_OFFSET, offsetof (struct pt_regs, b7)); in foo()
|
D | mca_asm.S | 519 mov temp4=b7 789 mov b7=temp4
|
D | fsys.S | 509 br.call.sptk.many b7=ia64_syscall_setup // B
|
D | ivt.S | 818 br.call.sptk.many b7=ia64_syscall_setup // B 1029 br.ret.sptk.many b7
|
D | unwind.c | 418 case 7: pt = get_scratch_regs(info); addr = &pt->b7; break; in unw_access_br() 1462 val = offsetof(struct pt_regs, b7); in compile_reg()
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | cavium-pip.txt | 57 local-mac-address = [ 00 0f b7 10 63 60 ]; 63 local-mac-address = [ 00 0f b7 10 63 61 ]; 69 local-mac-address = [ 00 0f b7 10 63 62 ]; 75 local-mac-address = [ 00 0f b7 10 63 63 ]; 89 local-mac-address = [ 00 0f b7 10 63 64 ];
|
D | cavium-mix.txt | 32 local-mac-address = [ 00 0f b7 10 63 54 ];
|
/linux-4.4.14/drivers/misc/ |
D | bmp085.c | 235 u32 b4, b7; in bmp085_get_pressure() local 268 b7 = ((u32)data->raw_pressure - b3) * in bmp085_get_pressure() 270 p = ((b7 < 0x80000000) ? ((b7 << 1) / b4) : ((b7 / b4) * 2)); in bmp085_get_pressure()
|
/linux-4.4.14/arch/powerpc/crypto/ |
D | aes-tab-4k.S | 54 .long R(75, b7, b7, c2), R(e1, fd, fd, 1c) 75 .long R(b7, d6, d6, 61), R(7d, b3, b3, ce) 127 .long R(6e, 37, 37, 59), R(da, 6d, 6d, b7) 194 .long R(94, de, 6c, 87), R(52, 7b, f8, b7) 252 .long R(da, b7, 8e, 26), R(3f, ad, bf, a4) 262 .long R(ec, 9a, b7, 01), R(83, 4f, 9a, a8) 283 .long R(ce, a9, 27, ee), R(b7, 61, c9, 35)
|
/linux-4.4.14/arch/ia64/hp/sim/boot/ |
D | boot_head.S | 50 mov b7=in1 51 br.sptk.few b7
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | asmmacro.h | 95 br.call.sptk.many b7=2f;; \
|
/linux-4.4.14/arch/ia64/include/uapi/asm/ |
D | ptrace.h | 78 unsigned long b7; /* scratch */ member
|
/linux-4.4.14/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()
|
D | asm-offsets.c | 73 OFFSET(REGS_B7, pt_regs, b7); in foo()
|
D | traps.c | 44 pr_err("A7: %08lx B7: %08lx\n", regs->a7, regs->b7); in show_regs()
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
D | sha1_x8_avx2.S | 73 # r1 = {b7 b6 b5 b4 b3 b2 b1 b0} 89 # r7 = {h7 g7 f7 e7 d7 c7 b7 a7} 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/blockdev/ |
D | cpqarray.txt | 67 b7 b6 b5 b4 b3 b2 b1 b0
|
D | cciss.txt | 63 b7 b6 b5 b4 b3 b2 b1 b0
|
/linux-4.4.14/arch/c6x/include/uapi/asm/ |
D | ptrace.h | 136 REG_PAIR(b7, b6);
|
/linux-4.4.14/arch/x86/kernel/ |
D | uprobes.c | 59 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument 61 (b4##UL << 0x4)|(b5##UL << 0x5)|(b6##UL << 0x6)|(b7##UL << 0x7) | \
|
/linux-4.4.14/arch/x86/kernel/kprobes/ |
D | core.c | 70 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument 72 (b4##UL << 0x4)|(b5##UL << 0x5)|(b6##UL << 0x6)|(b7##UL << 0x7) | \
|
/linux-4.4.14/Documentation/scsi/ |
D | aacraid.txt | 43 9005:0285:9005:02b7 Adaptec 5085 (Voodoo08)
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | Audiophile-Usb.txt | 275 | b7| b6| b5| b4| b3| b2| b1| b0| 301 * b5 to b7 are reserved for future uses, and must be set to "0" 302 - might become Ao, Do, Ai, for b7, b6, b4 respectively
|
/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/ |
D | defBF54x_base.h | 2223 #define MUX(b15,b14,b13,b12,b11,b10,b9,b8,b7,b6,b5,b4,b3,b2,b1,b0) \ argument 2232 (((b7) &3) << 14) | \
|
/linux-4.4.14/Documentation/ia64/ |
D | fsys.txt | 260 mov b7 = r2 263 br.call.sptk.many b6 = b7
|
/linux-4.4.14/drivers/tty/vt/ |
D | cp437.uni | 281 0xfa U+00b7
|
/linux-4.4.14/Documentation/networking/ |
D | vortex.txt | 395 00: b7 10 00 92 07 00 10 02 74 00 00 02 08 20 00 00 397 20: 00 00 00 00 00 00 00 00 00 00 00 00 b7 10 00 10
|
D | filter.txt | 1182 2: (b7) r1 = 0x0 1197 3: (b7) r1 = 0x0 1214 3: (b7) r1 = 0x0 1233 3: (b7) r1 = 1 1257 3: (b7) r1 = 1
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
D | x86-opcode-map.txt | 232 b7: MOV BH/R15L,Ib 529 b7: MOVZX Gv,Ew 729 b7: vfmsubadd231ps/d Vx,Hx,Wx (66),(v)
|
/linux-4.4.14/arch/x86/lib/ |
D | x86-opcode-map.txt | 232 b7: MOV BH/R15L,Ib 529 b7: MOVZX Gv,Ew 729 b7: vfmsubadd231ps/d Vx,Hx,Wx (66),(v)
|
/linux-4.4.14/Documentation/input/ |
D | alps.txt | 296 packet-fmt b7 b6 b5 b4 b3 b2 b1 b0
|
/linux-4.4.14/firmware/keyspan_pda/ |
D | keyspan_pda.S | 686 mov a, r3 ; wValue[0] holds new bits: b7 is new DTR, b2 is new RTS
|
D | xircom_pgs.S | 725 mov a, r3 ; wValue[0] holds new bits: b7 is new RTS
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | fplsp.sa | 1248 dc.l $459320b7,$fa641fe4,$30873fff,$00009b8d
|