b6                 37 arch/c6x/include/asm/elf.h 	_regs->b6	= (_dynamic_addr);			\
b6                 52 arch/c6x/include/asm/syscall.h 	*args++ = regs->b6;
b6                 64 arch/c6x/include/asm/syscall.h 	regs->b6 = *args++;
b6                137 arch/c6x/include/uapi/asm/ptrace.h 	REG_PAIR(b7, b6);
b6                 73 arch/c6x/kernel/asm-offsets.c 	OFFSET(REGS_B6,		pt_regs, b6);
b6                 42 arch/c6x/kernel/signal.c 	COPY(sp); COPY(a4); COPY(b4); COPY(a6); COPY(b6); COPY(a8); COPY(b8);
b6                107 arch/c6x/kernel/signal.c 	COPY(sp); COPY(a4); COPY(b4); COPY(a6); COPY(b6); COPY(a8); COPY(b8);
b6                 40 arch/c6x/kernel/traps.c 	pr_err("A6: %08lx  B6: %08lx\n", regs->a6, regs->b6);
b6                101 arch/ia64/include/asm/asmmacro.h 	br.ret.sptk.many b6;;				\
b6                104 arch/ia64/include/asm/asmmacro.h # define FSYS_RETURN	br.ret.sptk.many b6
b6                 78 arch/ia64/include/uapi/asm/ptrace.h 	unsigned long b6;		/* scratch */
b6                 74 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_B6_OFFSET, offsetof (struct pt_regs, b6));
b6                148 arch/ia64/kernel/brl_emu.c 					regs->b6 = next_ip;
b6                704 arch/ia64/kernel/kprobes.c 				if ((regs->b6 == bundle_addr) ||
b6                705 arch/ia64/kernel/kprobes.c 					(regs->b6 == bundle_addr + 0x10)) {
b6                706 arch/ia64/kernel/kprobes.c 					regs->b6 = (regs->b6 - bundle_addr) +
b6                176 arch/ia64/kernel/minstate.h 	mov r18=b6;				\
b6                118 arch/ia64/kernel/process.c 	printk("b0  : %016lx b6  : %016lx b7  : %016lx\n", regs->b0, regs->b6, regs->b7);
b6                924 arch/ia64/kernel/ptrace.c 	retval |= __put_user(pt->b6, &ppr->br[6]);
b6               1060 arch/ia64/kernel/ptrace.c 	retval |= __get_user(pt->b6, &ppr->br[6]);
b6               1341 arch/ia64/kernel/ptrace.c 		ptr = &pt->b6;
b6                 64 arch/ia64/kernel/signal.c 	err |= __get_user(scr->pt.b6, &sc->sc_br[6]);		/* b6 */
b6                198 arch/ia64/kernel/signal.c 	err |= __put_user(scr->pt.b6, &sc->sc_br[6]);			/* b6 */
b6                418 arch/ia64/kernel/unwind.c 	      case 6: pt = get_scratch_regs(info); addr = &pt->b6; break;
b6               1461 arch/ia64/kernel/unwind.c 				val = offsetof(struct pt_regs, b6);
b6                 61 arch/x86/kernel/kprobes/core.c #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\
b6                 63 arch/x86/kernel/kprobes/core.c 	  (b4##UL << 0x4)|(b5##UL << 0x5)|(b6##UL << 0x6)|(b7##UL << 0x7) |   \
b6                 46 arch/x86/kernel/uprobes.c #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\
b6                 48 arch/x86/kernel/uprobes.c 	  (b4##UL << 0x4)|(b5##UL << 0x5)|(b6##UL << 0x6)|(b7##UL << 0x7) |   \
b6                 75 drivers/atm/fore200e.h #define BITFIELD6(b1, b2, b3, b4, b5, b6)    b1; b2; b3; b4; b5; b6;
b6                 81 drivers/atm/fore200e.h #define BITFIELD6(b1, b2, b3, b4, b5, b6)    b6; b5; b4; b3; b2; b1;
b6                869 drivers/iio/pressure/bmp280-core.c 	s32 b3, b6;
b6                874 drivers/iio/pressure/bmp280-core.c 	b6 = data->t_fine - 4000;
b6                875 drivers/iio/pressure/bmp280-core.c 	x1 = (calib->B2 * (b6 * b6 >> 12)) >> 11;
b6                876 drivers/iio/pressure/bmp280-core.c 	x2 = calib->AC2 * b6 >> 11;
b6                879 drivers/iio/pressure/bmp280-core.c 	x1 = calib->AC3 * b6 >> 13;
b6                880 drivers/iio/pressure/bmp280-core.c 	x2 = (calib->B1 * ((b6 * b6) >> 12)) >> 16;
b6                347 fs/nfs/pnfs_nfs.c 	struct sockaddr_in6 *a6, *b6;
b6                364 fs/nfs/pnfs_nfs.c 		b6 = (struct sockaddr_in6 *)addr2;
b6                369 fs/nfs/pnfs_nfs.c 		    a6->sin6_scope_id != b6->sin6_scope_id)
b6                372 fs/nfs/pnfs_nfs.c 		if (ipv6_addr_equal(&a6->sin6_addr, &b6->sin6_addr) &&
b6                373 fs/nfs/pnfs_nfs.c 		    a6->sin6_port == b6->sin6_port)