b7                137 arch/c6x/include/uapi/asm/ptrace.h 	REG_PAIR(b7, b6);
b7                 74 arch/c6x/kernel/asm-offsets.c 	OFFSET(REGS_B7,		pt_regs, b7);
b7                 44 arch/c6x/kernel/signal.c 	COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9);
b7                109 arch/c6x/kernel/signal.c 	COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9);
b7                 41 arch/c6x/kernel/traps.c 	pr_err("A7: %08lx  B7: %08lx\n", regs->a7, regs->b7);
b7                 96 arch/ia64/include/asm/asmmacro.h 	br.call.sptk.many b7=2f;;			\
b7                 79 arch/ia64/include/uapi/asm/ptrace.h 	unsigned long b7;		/* scratch */
b7                 75 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_B7_OFFSET, offsetof (struct pt_regs, b7));
b7                151 arch/ia64/kernel/brl_emu.c 					regs->b7 = next_ip;
b7                 71 arch/ia64/kernel/entry.h 	mov.ret.sptk b7=r28,1f;			\
b7                 80 arch/ia64/kernel/entry.h 	mov.ret.sptk b7=r28,1f;			\
b7                711 arch/ia64/kernel/kprobes.c 				if ((regs->b7 == bundle_addr) ||
b7                712 arch/ia64/kernel/kprobes.c 					(regs->b7 == bundle_addr + 0x10)) {
b7                713 arch/ia64/kernel/kprobes.c 					regs->b7 = (regs->b7 - bundle_addr) +
b7                180 arch/ia64/kernel/minstate.h 	mov r19=b7;				\
b7                118 arch/ia64/kernel/process.c 	printk("b0  : %016lx b6  : %016lx b7  : %016lx\n", regs->b0, regs->b6, regs->b7);
b7                782 arch/ia64/kernel/ptrace.c 	pt->b7 = 0;
b7                925 arch/ia64/kernel/ptrace.c 	retval |= __put_user(pt->b7, &ppr->br[7]);
b7               1061 arch/ia64/kernel/ptrace.c 	retval |= __get_user(pt->b7, &ppr->br[7]);
b7               1344 arch/ia64/kernel/ptrace.c 		ptr = &pt->b7;
b7                 83 arch/ia64/kernel/signal.c 		err |= __get_user(scr->pt.b7, &sc->sc_br[7]);			/* b7 */
b7                208 arch/ia64/kernel/signal.c 		err |= __put_user(scr->pt.b7, &sc->sc_br[7]);			/* b7 */
b7                419 arch/ia64/kernel/unwind.c 	      case 7: pt = get_scratch_regs(info); addr = &pt->b7; break;
b7               1463 arch/ia64/kernel/unwind.c 				val = offsetof(struct pt_regs, b7);
b7                 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)\
b7                 63 arch/x86/kernel/kprobes/core.c 	  (b4##UL << 0x4)|(b5##UL << 0x5)|(b6##UL << 0x6)|(b7##UL << 0x7) |   \
b7                 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)\
b7                 48 arch/x86/kernel/uprobes.c 	  (b4##UL << 0x4)|(b5##UL << 0x5)|(b6##UL << 0x6)|(b7##UL << 0x7) |   \
b7                870 drivers/iio/pressure/bmp280-core.c 	u32 b4, b7;
b7                883 drivers/iio/pressure/bmp280-core.c 	b7 = ((u32)adc_press - b3) * (50000 >> oss);
b7                884 drivers/iio/pressure/bmp280-core.c 	if (b7 < 0x80000000)
b7                885 drivers/iio/pressure/bmp280-core.c 		p = (b7 * 2) / b4;
b7                887 drivers/iio/pressure/bmp280-core.c 		p = (b7 / b4) * 2;