b9                138 arch/c6x/include/uapi/asm/ptrace.h 	REG_PAIR(b9, b8);
b9                 76 arch/c6x/kernel/asm-offsets.c 	OFFSET(REGS_B9,		pt_regs, b9);
b9                 44 arch/c6x/kernel/signal.c 	COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9);
b9                109 arch/c6x/kernel/signal.c 	COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9);
b9                 43 arch/c6x/kernel/traps.c 	pr_err("A9: %08lx  B9: %08lx\n", regs->a9, regs->b9);
b9                 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)\
b9                 64 arch/x86/kernel/kprobes/core.c 	  (b8##UL << 0x8)|(b9##UL << 0x9)|(ba##UL << 0xa)|(bb##UL << 0xb) |   \
b9                 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)\
b9                 49 arch/x86/kernel/uprobes.c 	  (b8##UL << 0x8)|(b9##UL << 0x9)|(ba##UL << 0xa)|(bb##UL << 0xb) |   \
b9                919 drivers/hid/hid-steam.c 	u8 b8, b9, b10;
b9                924 drivers/hid/hid-steam.c 	b9 = data[9];
b9                967 drivers/hid/hid-steam.c 	input_event(input, EV_KEY, BTN_SELECT, !!(b9 & BIT(4)));
b9                968 drivers/hid/hid-steam.c 	input_event(input, EV_KEY, BTN_MODE, !!(b9 & BIT(5)));
b9                969 drivers/hid/hid-steam.c 	input_event(input, EV_KEY, BTN_START, !!(b9 & BIT(6)));
b9                970 drivers/hid/hid-steam.c 	input_event(input, EV_KEY, BTN_GEAR_DOWN, !!(b9 & BIT(7)));
b9                976 drivers/hid/hid-steam.c 	input_event(input, EV_KEY, BTN_DPAD_UP, !!(b9 & BIT(0)));
b9                977 drivers/hid/hid-steam.c 	input_event(input, EV_KEY, BTN_DPAD_RIGHT, !!(b9 & BIT(1)));
b9                978 drivers/hid/hid-steam.c 	input_event(input, EV_KEY, BTN_DPAD_LEFT, !!(b9 & BIT(2)));
b9                979 drivers/hid/hid-steam.c 	input_event(input, EV_KEY, BTN_DPAD_DOWN, !!(b9 & BIT(3)));