Home
last modified time | relevance | path

Searched refs:b7 (Results 1 – 25 of 48) sorted by relevance

12

/Linux-v4.19/arch/ia64/kernel/
Dpal.S78 mov b7 = loc2
83 br.cond.sptk.many b7
118 mov b7 = loc2
120 br.call.sptk.many rp=b7 // now make the call
172 mov b7 = loc2 // install target to branch reg
184 br.cond.sptk.many b7
230 mov b7 = loc2 // install target to branch reg
242 br.call.sptk.many rp=b7 // now make the call
Dgate.S354 (p6) mov b7=r18 // I0
355 (p8) br.dptk.many b7 // B
369 (p6) mov b7=r14
370 (p6) br.sptk.many b7
Dentry.h71 mov.ret.sptk b7=r28,1f; \
80 mov.ret.sptk b7=r28,1f; \
Dkprobes.c724 if ((regs->b7 == bundle_addr) || in resume_execution()
725 (regs->b7 == bundle_addr + 0x10)) { in resume_execution()
726 regs->b7 = (regs->b7 - bundle_addr) + in resume_execution()
Dentry.S244 .altrp b7
356 br.cond.sptk.many b7
367 .altrp b7
456 br.cond.sptk.many b7
802 mov b7=r14 // I0 clear b7 (hint with __kernel_syscall_via_epc)
890 mov b7=r29
1264 mov.sptk b7=r8,ia64_leave_kernel
1267 br.many b7
1417 mov b7 = r3
1424 br b7
Dbrl_emu.c153 regs->b7 = next_ip; in ia64_emulate_brl()
Dsignal.c83 err |= __get_user(scr->pt.b7, &sc->sc_br[7]); /* b7 */ in restore_sigcontext()
216 err |= __put_user(scr->pt.b7, &sc->sc_br[7]); /* b7 */ in setup_sigcontext()
/Linux-v4.19/Documentation/devicetree/bindings/net/
Dcavium-pip.txt63 local-mac-address = [ 00 0f b7 10 63 60 ];
69 local-mac-address = [ 00 0f b7 10 63 61 ];
75 local-mac-address = [ 00 0f b7 10 63 62 ];
81 local-mac-address = [ 00 0f b7 10 63 63 ];
95 local-mac-address = [ 00 0f b7 10 63 64 ];
Dcavium-mix.txt32 local-mac-address = [ 00 0f b7 10 63 54 ];
/Linux-v4.19/arch/arm/crypto/
Daes-neonbs-core.S88 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
95 veor \b3, \b3, \b7
96 veor \b7, \b7, \b5
99 veor \b2, \b2, \b7
104 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
112 veor \b3, \b3, \b7
113 veor \b7, \b7, \b5
115 veor \b4, \b4, \b7
118 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5
119 veor \b1, \b1, \b7
[all …]
/Linux-v4.19/arch/arm64/crypto/
Daes-neonbs-core.S28 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
35 eor \b3, \b3, \b7
36 eor \b7, \b7, \b5
39 eor \b2, \b2, \b7
44 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
52 eor \b3, \b3, \b7
53 eor \b7, \b7, \b5
55 eor \b4, \b4, \b7
58 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5
59 eor \b1, \b1, \b7
[all …]
/Linux-v4.19/arch/powerpc/crypto/
Daes-tab-4k.S54 .long R(75, b7, b7, c2), R(e1, fd, fd, 1c)
75 .long R(b7, d6, d6, 61), R(7d, b3, b3, ce)
127 .long R(6e, 37, 37, 59), R(da, 6d, 6d, b7)
194 .long R(94, de, 6c, 87), R(52, 7b, f8, b7)
252 .long R(da, b7, 8e, 26), R(3f, ad, bf, a4)
262 .long R(ec, 9a, b7, 01), R(83, 4f, 9a, a8)
283 .long R(ce, a9, 27, ee), R(b7, 61, c9, 35)
/Linux-v4.19/arch/ia64/hp/sim/boot/
Dboot_head.S51 mov b7=in1
52 br.sptk.few b7
/Linux-v4.19/arch/ia64/include/asm/
Dasmmacro.h96 br.call.sptk.many b7=2f;; \
/Linux-v4.19/arch/ia64/include/uapi/asm/
Dptrace.h79 unsigned long b7; /* scratch */ member
/Linux-v4.19/arch/c6x/kernel/
Dsignal.c47 COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9); in restore_sigcontext()
112 COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9); in setup_sigcontext()
Dasm-offsets.c74 OFFSET(REGS_B7, pt_regs, b7); in foo()
/Linux-v4.19/Documentation/hid/
Dhid-alps.txt85 b7 b6 b5 b4 b3 b2 b1 b0
127 b7 b6 b5 b4 b3 b2 b1 b0
/Linux-v4.19/drivers/iio/pressure/
Dbmp280-core.c867 u32 b4, b7; in bmp180_compensate_press() local
880 b7 = ((u32)adc_press - b3) * (50000 >> oss); in bmp180_compensate_press()
881 if (b7 < 0x80000000) in bmp180_compensate_press()
882 p = (b7 * 2) / b4; in bmp180_compensate_press()
884 p = (b7 / b4) * 2; in bmp180_compensate_press()
/Linux-v4.19/arch/x86/crypto/sha1-mb/
Dsha1_x8_avx2.S73 # r1 = {b7 b6 b5 b4 b3 b2 b1 b0}
89 # r7 = {h7 g7 f7 e7 d7 c7 b7 a7}
95 vshufps $0xEE, \r1, \r0, \r0 # r0 = {b7 b6 a7 a6 b3 b2 a3 a2}
100 vshufps $0xDD, \r2, \r0, \r0 # r0 = {d7 c7 b7 a7 d3 c3 b3 a3}
/Linux-v4.19/Documentation/input/devices/
Dalps.rst308 packet-fmt b7 b6 b5 b4 b3 b2 b1 b0
345 b7 b6 b5 b4 b3 b2 b1 b0
357 b7 b6 b5 b4 b3 b2 b1 b0
370 b7 b6 b5 b4 b3 b2 b1 b0
382 b7 b6 b5 b4 b3 b2 b1 b0
/Linux-v4.19/arch/x86/crypto/sha512-mb/
Dsha512_x4_avx2.S117 # r1 = {b7 b6 b5 b4 b3 b2 b1 b0}
125 # r3 = {d7 d6 c7 c6 b7 b6 a7 a6}
129 vshufps $0xEE, \r1, \r0, \r0 # r0 = {b7 b6 a7 a6 b3 b2 a3 a2}
/Linux-v4.19/arch/x86/crypto/sha256-mb/
Dsha256_x8_avx2.S129 # r1 = {b7 b6 b5 b4 b3 b2 b1 b0}
145 # r7 = {h7 g7 f7 e7 d7 c7 b7 a7}
151 vshufps $0xEE, \r1, \r0, \r0 # r0 = {b7 b6 a7 a6 b3 b2 a3 a2}
156 vshufps $0xDD, \r2, \r0, \r0 # r0 = {d7 c7 b7 a7 d3 c3 b3 a3}
/Linux-v4.19/arch/c6x/include/uapi/asm/
Dptrace.h137 REG_PAIR(b7, b6);
/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
76 (b4##UL << 0x4)|(b5##UL << 0x5)|(b6##UL << 0x6)|(b7##UL << 0x7) | \

12