/kernel/linux/linux-5.10/samples/bpf/ |
H A D | xdp_router_ipv4_kern.c | 30 u8 b8[8]; member 154 key4.b8[4] = dest_ip & 0xff; in xdp_router_ipv4_prog() 155 key4.b8[5] = (dest_ip >> 8) & 0xff; in xdp_router_ipv4_prog() 156 key4.b8[6] = (dest_ip >> 16) & 0xff; in xdp_router_ipv4_prog() 157 key4.b8[7] = (dest_ip >> 24) & 0xff; in xdp_router_ipv4_prog()
|
H A D | map_perf_test_kern.c | 247 u8 b8[8]; in stress_lpm_trie_map_alloc() member 252 key.b8[4] = 192; in stress_lpm_trie_map_alloc() 253 key.b8[5] = 168; in stress_lpm_trie_map_alloc() 254 key.b8[6] = 0; in stress_lpm_trie_map_alloc() 255 key.b8[7] = 1; in stress_lpm_trie_map_alloc()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | xdp_router_ipv4.bpf.c | 27 u8 b8[8]; member 132 key4.b8[4] = iph->daddr & 0xff; in xdp_router_ipv4_prog() 133 key4.b8[5] = (iph->daddr >> 8) & 0xff; in xdp_router_ipv4_prog() 134 key4.b8[6] = (iph->daddr >> 16) & 0xff; in xdp_router_ipv4_prog() 135 key4.b8[7] = (iph->daddr >> 24) & 0xff; in xdp_router_ipv4_prog()
|
H A D | map_perf_test.bpf.c | 253 u8 b8[8]; in BPF_KSYSCALL() member 258 key.b8[4] = 192; in BPF_KSYSCALL() 259 key.b8[5] = 168; in BPF_KSYSCALL() 260 key.b8[6] = 0; in BPF_KSYSCALL() 261 key.b8[7] = 1; in BPF_KSYSCALL()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-steam.c | 1081 u8 b8, b9, b10; in steam_do_input_event() local 1085 b8 = data[8]; in steam_do_input_event() 1121 input_event(input, EV_KEY, BTN_TR2, !!(b8 & BIT(0))); in steam_do_input_event() 1122 input_event(input, EV_KEY, BTN_TL2, !!(b8 & BIT(1))); in steam_do_input_event() 1123 input_event(input, EV_KEY, BTN_TR, !!(b8 & BIT(2))); in steam_do_input_event() 1124 input_event(input, EV_KEY, BTN_TL, !!(b8 & BIT(3))); in steam_do_input_event() 1125 input_event(input, EV_KEY, BTN_Y, !!(b8 & BIT(4))); in steam_do_input_event() 1126 input_event(input, EV_KEY, BTN_B, !!(b8 & BIT(5))); in steam_do_input_event() 1127 input_event(input, EV_KEY, BTN_X, !!(b8 & BIT(6))); in steam_do_input_event() 1128 input_event(input, EV_KEY, BTN_A, !!(b8 in steam_do_input_event() 1247 u8 b8, b9, b10, b11, b13, b14; steam_do_deck_input_event() local [all...] |
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-steam.c | 931 u8 b8, b9, b10; in steam_do_input_event() local 935 b8 = data[8]; in steam_do_input_event() 971 input_event(input, EV_KEY, BTN_TR2, !!(b8 & BIT(0))); in steam_do_input_event() 972 input_event(input, EV_KEY, BTN_TL2, !!(b8 & BIT(1))); in steam_do_input_event() 973 input_event(input, EV_KEY, BTN_TR, !!(b8 & BIT(2))); in steam_do_input_event() 974 input_event(input, EV_KEY, BTN_TL, !!(b8 & BIT(3))); in steam_do_input_event() 975 input_event(input, EV_KEY, BTN_Y, !!(b8 & BIT(4))); in steam_do_input_event() 976 input_event(input, EV_KEY, BTN_B, !!(b8 & BIT(5))); in steam_do_input_event() 977 input_event(input, EV_KEY, BTN_X, !!(b8 & BIT(6))); in steam_do_input_event() 978 input_event(input, EV_KEY, BTN_A, !!(b8 in steam_do_input_event() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/crypto/ |
H A D | aes-tab-4k.S | 110 .long R(6b, b8, b8, d3), R(28, 14, 14, 3c) 116 .long R(48, 24, 24, 6c), R(b8, 5c, 5c, e4) 156 .long R(84, 42, 42, c6), R(d0, 68, 68, b8) 233 .long R(b6, ed, fc, 68), R(b8, e4, f1, 63) 250 .long R(f6, 8d, 13, c2), R(90, d8, b8, e8) 271 .long R(c1, 2c, 1f, b8), R(46, 65, 51, 7f) 291 .long R(48, 6c, 5c, 74), R(d0, b8, 57, 42)
|
/kernel/linux/linux-6.6/arch/powerpc/crypto/ |
H A D | aes-tab-4k.S | 110 .long R(6b, b8, b8, d3), R(28, 14, 14, 3c) 116 .long R(48, 24, 24, 6c), R(b8, 5c, 5c, e4) 156 .long R(84, 42, 42, c6), R(d0, 68, 68, b8) 233 .long R(b6, ed, fc, 68), R(b8, e4, f1, 63) 250 .long R(f6, 8d, 13, c2), R(90, d8, b8, e8) 271 .long R(c1, 2c, 1f, b8), R(46, 65, 51, 7f) 291 .long R(48, 6c, 5c, 74), R(d0, b8, 57, 42)
|
H A D | chacha-p10le-8x.S | 31 # a8 b8 c8 d8
|
/kernel/linux/linux-5.10/arch/c6x/include/asm/ |
H A D | syscall.h | 54 *args = regs->b8; in syscall_get_arguments()
|
/kernel/linux/linux-6.6/drivers/iio/dac/ |
H A D | ad5766.c | 125 u8 b8[4]; member 176 st->data[0].b8[0] = command; in __ad5766_spi_write() 177 put_unaligned_be16(data, &st->data[0].b8[1]); in __ad5766_spi_write() 179 return spi_write(st->spi, &st->data[0].b8[0], 3); in __ad5766_spi_write()
|
/kernel/linux/linux-5.10/arch/c6x/kernel/ |
H A D | signal.c | 43 COPY(sp); COPY(a4); COPY(b4); COPY(a6); COPY(b6); COPY(a8); COPY(b8); in restore_sigcontext() 108 COPY(sp); COPY(a4); COPY(b4); COPY(a6); COPY(b6); COPY(a8); COPY(b8); in setup_sigcontext()
|
H A D | asm-offsets.c | 75 OFFSET(REGS_B8, pt_regs, b8); in foo()
|
H A D | traps.c | 42 pr_err("A8: %08lx B8: %08lx\n", regs->a8, regs->b8); in show_regs()
|
/kernel/linux/linux-5.10/drivers/input/joystick/ |
H A D | interact.c | 63 unsigned char b8; member 256 if (i < interact_type[interact->type].b8) in interact_connect()
|
/kernel/linux/linux-6.6/drivers/input/joystick/ |
H A D | interact.c | 60 unsigned char b8; member 253 if (i < interact_type[interact->type].b8) in interact_connect()
|
/kernel/linux/linux-5.10/drivers/crypto/stm32/ |
H A D | stm32-cryp.c | 434 u8 *b8 = (u8 *)block; in stm32_cryp_write_ccm_first_header() local 438 b8[0] = (alen >> 8) & 0xFF; in stm32_cryp_write_ccm_first_header() 439 b8[1] = alen & 0xFF; in stm32_cryp_write_ccm_first_header() 443 b8[0] = 0xFF; in stm32_cryp_write_ccm_first_header() 444 b8[1] = 0xFE; in stm32_cryp_write_ccm_first_header() 445 b8[2] = (alen & 0xFF000000) >> 24; in stm32_cryp_write_ccm_first_header() 446 b8[3] = (alen & 0x00FF0000) >> 16; in stm32_cryp_write_ccm_first_header() 447 b8[4] = (alen & 0x0000FF00) >> 8; in stm32_cryp_write_ccm_first_header() 448 b8[5] = alen & 0x000000FF; in stm32_cryp_write_ccm_first_header()
|
/kernel/linux/linux-6.6/drivers/crypto/stm32/ |
H A D | stm32-cryp.c | 605 u8 *b8 = (u8 *)block; in stm32_cryp_write_ccm_first_header() local 609 b8[0] = (alen >> 8) & 0xFF; in stm32_cryp_write_ccm_first_header() 610 b8[1] = alen & 0xFF; in stm32_cryp_write_ccm_first_header() 614 b8[0] = 0xFF; in stm32_cryp_write_ccm_first_header() 615 b8[1] = 0xFE; in stm32_cryp_write_ccm_first_header() 616 b8[2] = (alen & 0xFF000000) >> 24; in stm32_cryp_write_ccm_first_header() 617 b8[3] = (alen & 0x00FF0000) >> 16; in stm32_cryp_write_ccm_first_header() 618 b8[4] = (alen & 0x0000FF00) >> 8; in stm32_cryp_write_ccm_first_header() 619 b8[5] = alen & 0x000000FF; in stm32_cryp_write_ccm_first_header()
|
/kernel/linux/linux-5.10/arch/c6x/include/uapi/asm/ |
H A D | ptrace.h | 138 REG_PAIR(b9, b8);
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | uprobes.c | 46 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ 49 (b8##UL << 0x8)|(b9##UL << 0x9)|(ba##UL << 0xa)|(bb##UL << 0xb) | \
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | uprobes.c | 46 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ 49 (b8##UL << 0x8)|(b9##UL << 0x9)|(ba##UL << 0xa)|(bb##UL << 0xb) | \
|
/kernel/linux/linux-5.10/arch/x86/kernel/kprobes/ |
H A D | core.c | 64 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ 67 (b8##UL << 0x8)|(b9##UL << 0x9)|(ba##UL << 0xa)|(bb##UL << 0xb) | \
|
/kernel/linux/linux-6.6/arch/x86/kernel/kprobes/ |
H A D | core.c | 64 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ 67 (b8##UL << 0x8)|(b9##UL << 0x9)|(ba##UL << 0xa)|(bb##UL << 0xb) | \
|