b8                 54 arch/c6x/include/asm/syscall.h 	*args   = regs->b8;
b8                138 arch/c6x/include/uapi/asm/ptrace.h 	REG_PAIR(b9, b8);
b8                 75 arch/c6x/kernel/asm-offsets.c 	OFFSET(REGS_B8,		pt_regs, b8);
b8                 42 arch/c6x/kernel/signal.c 	COPY(sp); COPY(a4); COPY(b4); COPY(a6); COPY(b6); COPY(a8); COPY(b8);
b8                107 arch/c6x/kernel/signal.c 	COPY(sp); COPY(a4); COPY(b4); COPY(a6); COPY(b6); COPY(a8); COPY(b8);
b8                 42 arch/c6x/kernel/traps.c 	pr_err("A8: %08lx  B8: %08lx\n", regs->a8, regs->b8);
b8                 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)\
b8                 64 arch/x86/kernel/kprobes/core.c 	  (b8##UL << 0x8)|(b9##UL << 0x9)|(ba##UL << 0xa)|(bb##UL << 0xb) |   \
b8                 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)\
b8                 49 arch/x86/kernel/uprobes.c 	  (b8##UL << 0x8)|(b9##UL << 0x9)|(ba##UL << 0xa)|(bb##UL << 0xb) |   \
b8                919 drivers/hid/hid-steam.c 	u8 b8, b9, b10;
b8                923 drivers/hid/hid-steam.c 	b8 = data[8];
b8                959 drivers/hid/hid-steam.c 	input_event(input, EV_KEY, BTN_TR2, !!(b8 & BIT(0)));
b8                960 drivers/hid/hid-steam.c 	input_event(input, EV_KEY, BTN_TL2, !!(b8 & BIT(1)));
b8                961 drivers/hid/hid-steam.c 	input_event(input, EV_KEY, BTN_TR, !!(b8 & BIT(2)));
b8                962 drivers/hid/hid-steam.c 	input_event(input, EV_KEY, BTN_TL, !!(b8 & BIT(3)));
b8                963 drivers/hid/hid-steam.c 	input_event(input, EV_KEY, BTN_Y, !!(b8 & BIT(4)));
b8                964 drivers/hid/hid-steam.c 	input_event(input, EV_KEY, BTN_B, !!(b8 & BIT(5)));
b8                965 drivers/hid/hid-steam.c 	input_event(input, EV_KEY, BTN_X, !!(b8 & BIT(6)));
b8                966 drivers/hid/hid-steam.c 	input_event(input, EV_KEY, BTN_A, !!(b8 & BIT(7)));
b8                 63 drivers/input/joystick/interact.c 	unsigned char b8;
b8                256 drivers/input/joystick/interact.c 		if (i < interact_type[interact->type].b8)
b8                239 samples/bpf/map_perf_test_kern.c 		u8 b8[8];
b8                244 samples/bpf/map_perf_test_kern.c 	key.b8[4] = 192;
b8                245 samples/bpf/map_perf_test_kern.c 	key.b8[5] = 168;
b8                246 samples/bpf/map_perf_test_kern.c 	key.b8[6] = 0;
b8                247 samples/bpf/map_perf_test_kern.c 	key.b8[7] = 1;
b8                 30 samples/bpf/xdp_router_ipv4_kern.c 	u8 b8[8];
b8                154 samples/bpf/xdp_router_ipv4_kern.c 			key4.b8[4] = dest_ip & 0xff;
b8                155 samples/bpf/xdp_router_ipv4_kern.c 			key4.b8[5] = (dest_ip >> 8) & 0xff;
b8                156 samples/bpf/xdp_router_ipv4_kern.c 			key4.b8[6] = (dest_ip >> 16) & 0xff;
b8                157 samples/bpf/xdp_router_ipv4_kern.c 			key4.b8[7] = (dest_ip >> 24) & 0xff;