/linux-4.4.14/drivers/staging/skein/ |
D | threefish_block.c | 1145 b6 = input[6], b7 = input[7]; in threefish_encrypt_512() local 1167 b6 += b7 + k6 + t1; in threefish_encrypt_512() 1168 b7 = ((b7 << 37) | (b7 >> (64 - 37))) ^ b6; in threefish_encrypt_512() 1176 b6 += b5; in threefish_encrypt_512() 1177 b5 = ((b5 << 14) | (b5 >> (64 - 14))) ^ b6; in threefish_encrypt_512() 1185 b6 += b3; in threefish_encrypt_512() 1186 b3 = ((b3 << 49) | (b3 >> (64 - 49))) ^ b6; in threefish_encrypt_512() 1194 b6 += b1; in threefish_encrypt_512() 1195 b1 = ((b1 << 44) | (b1 >> (64 - 44))) ^ b6; in threefish_encrypt_512() 1219 b6 += b7 + k7 + t2; in threefish_encrypt_512() [all …]
|
/linux-4.4.14/drivers/misc/ |
D | bmp085.c | 87 s32 b6; /* calculated temperature correction coefficient */ member 214 data->b6 = x1 + x2 - 4000; in bmp085_get_temperature() 251 x1 = (data->b6 * data->b6) >> 12; in bmp085_get_pressure() 255 x2 = cali->AC2 * data->b6; in bmp085_get_pressure() 263 x1 = (cali->AC3 * data->b6) >> 13; in bmp085_get_pressure() 264 x2 = (cali->B1 * ((data->b6 * data->b6) >> 12)) >> 16; in bmp085_get_pressure()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | fsys.S | 53 .altrp b6 62 .altrp b6 95 .altrp b6 142 .altrp b6 317 .altrp b6 333 .altrp b6 386 .altrp b6 407 .altrp b6 500 mov r19=b6 // I0 save b6 (2 cyc) 504 mov b6=r18 // I0 copy syscall entry-point to b6 (7 cyc) [all …]
|
D | jprobes.S | 68 mov b6=r16 70 br.ret.sptk.many b6
|
D | mca_drv_asm.S | 40 mov b6=loc1 48 br.call.sptk.many rp=b6 // does not return ...
|
D | esi_stub.S | 79 mov b6=r2 85 br.call.sptk.many rp=b6 // call the ESI function
|
D | efi_stub.S | 62 mov b6=r2 75 br.call.sptk.many rp=b6 // call the EFI function
|
D | gate.S | 40 .altrp b6 49 br.ret.sptk.many b6 153 mov b6=r10 163 br.call.sptk.many rp=b6 // call the signal handler 315 .altrp b6
|
D | ivt.S | 736 mov r19=b6 // I0 (2 cyc) 789 mov b6=r30 // I0 setup syscall handler branch reg early 807 mov b6=r30 // I0 setup syscall handler branch reg early 857 (p14) br.call.sptk.many b6=b6 // B invoke syscall-handker (ignore return addr) 942 # error This code assumes that b6 is the first field in pt_regs. 1534 br.call.sptk.many b6=ia64_do_page_fault // ignore return address 1560 br.call.sptk.many b6=ia64_bad_break // avoid WAW on CFM and ignore return addr 1583 br.call.sptk.many b6=ia64_handle_irq 1644 br.call.sptk.many b6=ia64_fault 1681 mov b6=r8 [all …]
|
D | relocate_kernel.S | 59 mov b6=in1 173 br.call.sptk.many b0=b6;; 237 mov r4=b6
|
D | entry.S | 536 mov b6=r20 537 br.call.sptk.many rp=b6 // do the syscall 592 mov b6 = r14 595 br.call.sptk.many rp=b6 // fn(arg) 795 mov b6=r18 // I0 restore b6 907 mov b6=r28 1330 mov b6=loc2 1335 br.call.sptk.many rp=b6 // invoke the callback function 1387 mov b6 = r3 1389 br.call.sptk.many b0 = b6 [all …]
|
D | kprobes.c | 722 if ((regs->b6 == bundle_addr) || in resume_execution() 723 (regs->b6 == bundle_addr + 0x10)) { in resume_execution() 724 regs->b6 = (regs->b6 - bundle_addr) + in resume_execution()
|
D | brl_emu.c | 148 regs->b6 = next_ip; in ia64_emulate_brl()
|
D | signal.c | 63 err |= __get_user(scr->pt.b6, &sc->sc_br[6]); /* b6 */ in restore_sigcontext() 257 err |= __put_user(scr->pt.b6, &sc->sc_br[6]); /* b6 */ in setup_sigcontext()
|
D | minstate.h | 175 mov r18=b6; \
|
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 | 77 DEFINE(IA64_PT_REGS_B6_OFFSET, offsetof (struct pt_regs, b6)); in foo()
|
D | mca_asm.S | 518 mov temp3=b6 788 mov b6=temp3
|
D | ptrace.c | 918 retval |= __put_user(pt->b6, &ppr->br[6]); in ptrace_getregs() 1054 retval |= __get_user(pt->b6, &ppr->br[6]); in ptrace_setregs() 1334 ptr = &pt->b6; in access_elf_breg()
|
D | unwind.c | 417 case 6: pt = get_scratch_regs(info); addr = &pt->b6; break; in unw_access_br() 1460 val = offsetof(struct pt_regs, b6); in compile_reg()
|
/linux-4.4.14/arch/c6x/include/asm/ |
D | syscall.h | 68 *args++ = regs->b6; in syscall_get_arguments() 106 regs->b6 = *args++; in syscall_set_arguments()
|
D | elf.h | 40 _regs->b6 = (_dynamic_addr); \
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | asmmacro.h | 100 br.ret.sptk.many b6;; \ 103 # define FSYS_RETURN br.ret.sptk.many b6
|
/linux-4.4.14/arch/powerpc/crypto/ |
D | aes-tab-4k.S | 81 .long R(79, b1, b1, c8), R(b6, 5b, 5b, ed) 98 .long R(63, bc, bc, df), R(77, b6, b6, c1) 154 .long R(2d, 9b, 9b, b6), R(3c, 1e, 1e, 22) 187 .long R(be, e1, 4f, b6), R(f0, 88, ad, 17) 232 .long R(2d, b6, a8, b9), R(14, 1e, a9, c8) 238 .long R(b6, ed, fc, 68), R(b8, e4, f1, 63) 295 .long R(7b, cb, 84, 61), R(d5, 32, b6, 70)
|
/linux-4.4.14/drivers/atm/ |
D | fore200e.h | 74 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b1; b2; b3; b4; b5; b6; argument 80 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b6; b5; b4; b3; b2; b1; argument
|
/linux-4.4.14/fs/nfs/ |
D | pnfs_nfs.c | 337 struct sockaddr_in6 *a6, *b6; in same_sockaddr() local 354 b6 = (struct sockaddr_in6 *)addr2; in same_sockaddr() 359 a6->sin6_scope_id != b6->sin6_scope_id) in same_sockaddr() 362 if (ipv6_addr_equal(&a6->sin6_addr, &b6->sin6_addr) && in same_sockaddr() 363 a6->sin6_port == b6->sin6_port) in same_sockaddr()
|
/linux-4.4.14/arch/ia64/include/uapi/asm/ |
D | ptrace.h | 77 unsigned long b6; /* scratch */ member
|
/linux-4.4.14/arch/ia64/lib/ |
D | memcpy.S | 253 mov b6=t4 254 br.sptk.few b6
|
D | memcpy_mck.S | 344 mov b6=r29 // jmp_table thread 346 br.cond.sptk.few b6
|
/linux-4.4.14/arch/c6x/kernel/ |
D | signal.c | 45 COPY(sp); COPY(a4); COPY(b4); COPY(a6); COPY(b6); COPY(a8); COPY(b8); in restore_sigcontext() 110 COPY(sp); COPY(a4); COPY(b4); COPY(a6); COPY(b6); COPY(a8); COPY(b8); in setup_sigcontext()
|
D | asm-offsets.c | 72 OFFSET(REGS_B6, pt_regs, b6); in foo()
|
D | traps.c | 43 pr_err("A6: %08lx B6: %08lx\n", regs->a6, regs->b6); 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} 88 # r6 = {h6 g6 f6 e6 d6 c6 b6 a6} 95 vshufps $0xEE, \r1, \r0, \r0 # r0 = {b7 b6 a7 a6 b3 b2 a3 a2} 99 vshufps $0x88, \r2, \r0, \r1 # r1 = {d6 c6 b6 a6 d2 c2 b2 a2}
|
/linux-4.4.14/Documentation/scsi/ |
D | aacraid.txt | 41 9005:0285:9005:02b6 Adaptec 5805 (Voodoo80) 42 9005:0285:15d9:02b6 SMC AOC-USAS-S8i
|
/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/Documentation/ia64/ |
D | fsys.txt | 97 - b6 = return address (a user-level value) 107 - b6 = return address (as passed into the fsyscall handler) 119 r15, b6, and ar.pfs) because they will be needed in case of a 263 br.call.sptk.many b6 = b7
|
/linux-4.4.14/drivers/tty/vt/ |
D | cp437.uni | 31 0x10 U+25b6 U+25ba 35 0x14 U+00b6
|
/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/ |
D | static-keys.txt | 197 ffffffff81044299: 65 48 8b 04 25 c0 b6 mov %gs:0xb6c0,%rax 219 ffffffff810441fe: 65 48 8b 04 25 c0 b6 mov %gs:0xb6c0,%rax
|
/linux-4.4.14/Documentation/video4linux/ |
D | CARDLIST.em28xx | 80 … Terratec Cinergy H5 (em2884) [eb1a:2885,0ccd:10a2,0ccd:10ad,0ccd:10b6]
|
/linux-4.4.14/Documentation/sysctl/ |
D | net.txt | 164 84:50:f4:00:a8:15:d1:a7:e9:7f:1d:60:35:c7:47:25:42:97:74:ca:56:bb:b6:a1:d8: ... (52 bytes total) 175 84:50:f4:00:a8:15:d1:a7:e9:7f:1d:60:35:c7:47:25:42:97:74:ca:56:bb:b6:a1:d8:43:e3:c9:0c:fd:17:55:c2:…
|
/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 2233 (((b6) &3) << 12) | \
|
/linux-4.4.14/Documentation/networking/ |
D | vrf.txt | 136 link/ether b6:6f:6e:f6:da:73 brd ff:ff:ff:ff:ff:ff promiscuity 0 150 vrf-red UP b6:6f:6e:f6:da:73 <NOARP,MASTER,UP,LOWER_UP>
|
/linux-4.4.14/Documentation/trace/ |
D | kprobetrace.txt | 163 …1] 1038282.286885: myprobe: (do_sys_open+0x0/0xd6) dfd=ffffff9c filename=40413c flags=8000 mode=1b6
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | Audiophile-Usb.txt | 275 | b7| b6| b5| b4| b3| b2| b1| b0| 302 - might become Ao, Do, Ai, for b7, b6, b4 respectively
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
D | x86-opcode-map.txt | 231 b6: MOV DH/R14L,Ib 528 b6: MOVZX Gv,Eb 728 b6: vfmaddsub231ps/d Vx,Hx,Wx (66),(v)
|
/linux-4.4.14/arch/x86/lib/ |
D | x86-opcode-map.txt | 231 b6: MOV DH/R14L,Ib 528 b6: MOVZX Gv,Eb 728 b6: vfmaddsub231ps/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/Documentation/RCU/ |
D | trace.txt | 192 …1/0:0 dt=100679/140000000000000/0 df=378 of=7 ql=0/119 qs=NRW. kt=0/W ktl=9b6 b=10 ci=109740 nci=0…
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | fplsp.sa | 232 dc.l $0c010002,$660861ff,$000067b6,$60140c01 757 dc.l $660861ff,$000047b6,$60220c01,$00026608
|
D | itest.sa | 111 dc.l $3fff0170,$000048b6,$41eeff60,$117c00aa
|