Home
last modified time | relevance | path

Searched refs:b8 (Results 1 – 25 of 33) sorted by relevance

12

/Linux-v4.19/samples/bpf/
Dxdp_router_ipv4_kern.c30 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()
Dmap_perf_test_kern.c239 u8 b8[8]; in stress_lpm_trie_map_alloc() member
244 key.b8[4] = 192; in stress_lpm_trie_map_alloc()
245 key.b8[5] = 168; in stress_lpm_trie_map_alloc()
246 key.b8[6] = 0; in stress_lpm_trie_map_alloc()
247 key.b8[7] = 1; in stress_lpm_trie_map_alloc()
/Linux-v4.19/drivers/hid/
Dhid-steam.c887 u8 b8, b9, b10; in steam_do_input_event() local
891 b8 = data[8]; in steam_do_input_event()
927 input_event(input, EV_KEY, BTN_TR2, !!(b8 & BIT(0))); in steam_do_input_event()
928 input_event(input, EV_KEY, BTN_TL2, !!(b8 & BIT(1))); in steam_do_input_event()
929 input_event(input, EV_KEY, BTN_TR, !!(b8 & BIT(2))); in steam_do_input_event()
930 input_event(input, EV_KEY, BTN_TL, !!(b8 & BIT(3))); in steam_do_input_event()
931 input_event(input, EV_KEY, BTN_Y, !!(b8 & BIT(4))); in steam_do_input_event()
932 input_event(input, EV_KEY, BTN_B, !!(b8 & BIT(5))); in steam_do_input_event()
933 input_event(input, EV_KEY, BTN_X, !!(b8 & BIT(6))); in steam_do_input_event()
934 input_event(input, EV_KEY, BTN_A, !!(b8 & BIT(7))); in steam_do_input_event()
/Linux-v4.19/arch/powerpc/crypto/
Daes-tab-4k.S115 .long R(6b, b8, b8, d3), R(28, 14, 14, 3c)
121 .long R(48, 24, 24, 6c), R(b8, 5c, 5c, e4)
161 .long R(84, 42, 42, c6), R(d0, 68, 68, b8)
238 .long R(b6, ed, fc, 68), R(b8, e4, f1, 63)
255 .long R(f6, 8d, 13, c2), R(90, d8, b8, e8)
276 .long R(c1, 2c, 1f, b8), R(46, 65, 51, 7f)
296 .long R(48, 6c, 5c, 74), R(d0, b8, 57, 42)
/Linux-v4.19/arch/c6x/include/asm/
Dsyscall.h76 *args++ = regs->b8; in syscall_get_arguments()
/Linux-v4.19/drivers/input/joystick/
Dinteract.c75 unsigned char b8; member
268 if (i < interact_type[interact->type].b8) in interact_connect()
/Linux-v4.19/arch/c6x/kernel/
Dsignal.c45 COPY(sp); COPY(a4); COPY(b4); COPY(a6); COPY(b6); COPY(a8); COPY(b8); in restore_sigcontext()
110 COPY(sp); COPY(a4); COPY(b4); COPY(a6); COPY(b6); COPY(a8); COPY(b8); in setup_sigcontext()
Dasm-offsets.c75 OFFSET(REGS_B8, pt_regs, b8); in foo()
Dtraps.c45 pr_err("A8: %08lx B8: %08lx\n", regs->a8, regs->b8); in show_regs()
/Linux-v4.19/arch/c6x/include/uapi/asm/
Dptrace.h138 REG_PAIR(b9, b8);
/Linux-v4.19/arch/x86/kernel/kprobes/
Dcore.c74 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
77 (b8##UL << 0x8)|(b9##UL << 0x9)|(ba##UL << 0xa)|(bb##UL << 0xb) | \
/Linux-v4.19/arch/x86/kernel/
Duprobes.c59 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
62 (b8##UL << 0x8)|(b9##UL << 0x9)|(ba##UL << 0xa)|(bb##UL << 0xb) | \
/Linux-v4.19/arch/arm/boot/dts/
Demev2.dtsi132 usib_u1_sclk: usib_u1_sclk@4b8,1 {
Dkeystone-k2hk-clocks.dtsi373 clkvcp7: clkvcp7@23500b8 {
Ddra7xx-clocks.dtsi494 dpll_gmac_m2_ck: dpll_gmac_m2_ck@2b8 {
993 pcie2_dclk_div: pcie2_dclk_div@1b8 {
/Linux-v4.19/Documentation/
Dstatic-keys.txt241 ffffffff810442b0: 48 8b b8 e8 02 00 00 mov 0x2e8(%rax),%rdi
263 ffffffff81044215: 48 8b b8 e8 02 00 00 mov 0x2e8(%rax),%rdi
/Linux-v4.19/Documentation/scsi/
Daacraid.txt101 9005:0285:9005:02b8 ICP ICP5445SL (Voodoo44)
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
Dcom.fuc444 cmpu b8 $r10 4
456 cmpu b8 $r10 6
464 st b8 D[$sp + $r8] $r12
/Linux-v4.19/tools/perf/Documentation/
Dexamples.txt203 0.00 : 31a2e95602: b8 38 00 00 00 mov $0x38,%eax
/Linux-v4.19/drivers/tty/vt/
Dcp437.uni63 0x2c U+002c U+00b8
/Linux-v4.19/Documentation/networking/
Dvrf.txt154 link/ether e6:28:b8:63:70:bb brd ff:ff:ff:ff:ff:ff promiscuity 0
164 green UP e6:28:b8:63:70:bb <NOARP,MASTER,UP,LOWER_UP>
/Linux-v4.19/Documentation/media/v4l-drivers/
Dgspca-cardlist.rst420 vc032x 15b8:6001 HP 2.0 Megapixel
421 vc032x 15b8:6002 HP 2.0 Megapixel rz406aa
/Linux-v4.19/Documentation/x86/
Dorc-unwinder.txt178 [2] https://lkml.kernel.org/r/d2ca5435-6386-29b8-db87-7f227c2b713a@suse.cz
/Linux-v4.19/arch/m68k/ifpsp060/
Dpfpsp.sa155 dc.l $00ccdffc,$000000b8,$08170007,$662860ff
180 dc.l $000000b8,$60ffffff,$f576f22e,$f040ff6c
245 dc.l $00ccdffc,$000000b8,$60ffffff,$f1a4082e
494 dc.l $0134082e,$0005ff42,$670000b8,$082e0004
852 dc.l $122eff62,$0201000a,$660000b8,$588f4e75
/Linux-v4.19/arch/x86/lib/
Dx86-opcode-map.txt238 b8: MOV rAX/r8,Iv
535 b8: JMPE (!F3) | POPCNT Gv,Ev (F3)
765 b8: vfmadd231ps/d Vx,Hx,Wx (66),(v)

12