/linux-6.1.9/arch/ia64/kernel/ |
D | pal.S | 78 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
|
D | gate.S | 354 (p6) mov b7=r18 // I0 355 (p8) br.dptk.many b7 // B 369 (p6) mov b7=r14 370 (p6) br.sptk.many b7
|
D | entry.h | 71 mov.ret.sptk b7=r28,1f; \ 80 mov.ret.sptk b7=r28,1f; \
|
D | entry.S | 238 .altrp b7 350 br.cond.sptk.many b7 361 .altrp b7 450 br.cond.sptk.many b7 796 mov b7=r14 // I0 clear b7 (hint with __kernel_syscall_via_epc) 884 mov b7=r29 1258 mov.sptk b7=r8,ia64_leave_kernel 1261 br.many b7 1411 mov b7 = r3 1418 br b7
|
D | kprobes.c | 638 if ((regs->b7 == bundle_addr) || in resume_execution() 639 (regs->b7 == bundle_addr + 0x10)) { in resume_execution() 640 regs->b7 = (regs->b7 - bundle_addr) + in resume_execution()
|
D | brl_emu.c | 151 regs->b7 = next_ip; in ia64_emulate_brl()
|
D | signal.c | 82 err |= __get_user(scr->pt.b7, &sc->sc_br[7]); /* b7 */ in restore_sigcontext() 207 err |= __put_user(scr->pt.b7, &sc->sc_br[7]); /* b7 */ in setup_sigcontext()
|
D | ptrace.c | 721 pt->b7 = 0; in convert_to_non_syscall() 864 retval |= __put_user(pt->b7, &ppr->br[7]); in ptrace_getregs() 1000 retval |= __get_user(pt->b7, &ppr->br[7]); in ptrace_setregs() 1277 ptr = &pt->b7; in access_elf_breg()
|
D | relocate_kernel.S | 239 mov r5=b7
|
/linux-6.1.9/Documentation/devicetree/bindings/net/ |
D | cavium-pip.txt | 63 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 ];
|
D | cavium-mix.txt | 32 local-mac-address = [ 00 0f b7 10 63 54 ];
|
/linux-6.1.9/arch/arm/crypto/ |
D | aes-neonbs-core.S | 80 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 argument 87 veor \b3, \b3, \b7 88 veor \b7, \b7, \b5 91 veor \b2, \b2, \b7 96 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 argument 104 veor \b3, \b3, \b7 105 veor \b7, \b7, \b5 107 veor \b4, \b4, \b7 110 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5 111 veor \b1, \b1, \b7 [all …]
|
/linux-6.1.9/arch/arm64/crypto/ |
D | sm4-ce-core.S | 107 #define SM4_CRYPT_BLK8(b0, b1, b2, b3, b4, b5, b6, b7) \ argument 115 rev32 b7.16b, b7.16b; \ 123 sm4e b7.4s, v24.4s; \ 131 sm4e b7.4s, v25.4s; \ 139 sm4e b7.4s, v26.4s; \ 147 sm4e b7.4s, v27.4s; \ 155 sm4e b7.4s, v28.4s; \ 163 sm4e b7.4s, v29.4s; \ 171 sm4e b7.4s, v30.4s; \ 179 sm4e b7.4s, v31.4s; \ [all …]
|
D | aes-neonbs-core.S | 25 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 argument 32 eor \b3, \b3, \b7 33 eor \b7, \b7, \b5 36 eor \b2, \b2, \b7 41 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 argument 49 eor \b3, \b3, \b7 50 eor \b7, \b7, \b5 52 eor \b4, \b4, \b7 55 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5 56 eor \b1, \b1, \b7 [all …]
|
D | sm4-neon-core.S | 178 #define SM4_CRYPT_BLK8(b0, b1, b2, b3, b4, b5, b6, b7) \ argument 186 rev32 b7.16b, b7.16b; \ 189 transpose_4x4(b4, b5, b6, b7); \ 196 ROUND8(0, b0, b1, b2, b3, b4, b5, b6, b7); \ 197 ROUND8(1, b1, b2, b3, b0, b5, b6, b7, b4); \ 198 ROUND8(2, b2, b3, b0, b1, b6, b7, b4, b5); \ 199 ROUND8(3, b3, b0, b1, b2, b7, b4, b5, b6); \ 204 rotate_clockwise_90(b4, b5, b6, b7); \ 212 rev32 b7.16b, b7.16b; \
|
/linux-6.1.9/Documentation/bpf/ |
D | verifier.rst | 379 2: (b7) r1 = 0x0 397 3: (b7) r1 = 0x0 417 3: (b7) r1 = 0x0 439 3: (b7) r1 = 1 466 3: (b7) r1 = 1 493 0: (b7) r2 = 0 497 4: (b7) r3 = 4 498 5: (b7) r4 = 0 499 6: (b7) r5 = 0 501 8: (b7) r0 = 0 [all …]
|
/linux-6.1.9/arch/powerpc/crypto/ |
D | aes-tab-4k.S | 49 .long R(75, b7, b7, c2), R(e1, fd, fd, 1c) 70 .long R(b7, d6, d6, 61), R(7d, b3, b3, ce) 122 .long R(6e, 37, 37, 59), R(da, 6d, 6d, b7) 189 .long R(94, de, 6c, 87), R(52, 7b, f8, b7) 247 .long R(da, b7, 8e, 26), R(3f, ad, bf, a4) 257 .long R(ec, 9a, b7, 01), R(83, 4f, 9a, a8) 278 .long R(ce, a9, 27, ee), R(b7, 61, c9, 35)
|
/linux-6.1.9/arch/ia64/include/asm/ |
D | asmmacro.h | 96 br.call.sptk.many b7=2f;; \
|
/linux-6.1.9/arch/ia64/include/uapi/asm/ |
D | ptrace.h | 79 unsigned long b7; /* scratch */ member
|
/linux-6.1.9/Documentation/hid/ |
D | hid-alps.rst | 112 - b7 b6 b5 b4 b3 b2 b1 b0 162 - b7 b6 b5 b4 b3 b2 b1 b0
|
/linux-6.1.9/Documentation/input/devices/ |
D | alps.rst | 308 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-6.1.9/tools/testing/selftests/bpf/ |
D | README.rst | 153 20: b7 05 00 00 06 00 00 00 r5 = 6 155 21: b7 02 00 00 00 00 00 00 r2 = 0 156 22: b7 01 00 00 00 00 00 00 r1 = 0
|
/linux-6.1.9/drivers/iio/pressure/ |
D | bmp280-core.c | 1526 u32 b4, b7; in bmp180_compensate_press() local 1537 b7 = ((u32)adc_press - b3) * (50000 >> oss); in bmp180_compensate_press() 1538 if (b7 < 0x80000000) in bmp180_compensate_press() 1539 p = (b7 * 2) / b4; in bmp180_compensate_press() 1541 p = (b7 / b4) * 2; in bmp180_compensate_press()
|
/linux-6.1.9/arch/x86/kernel/ |
D | uprobes.c | 46 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument 48 (b4##UL << 0x4)|(b5##UL << 0x5)|(b6##UL << 0x6)|(b7##UL << 0x7) | \
|
/linux-6.1.9/arch/x86/kernel/kprobes/ |
D | core.c | 63 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument 65 (b4##UL << 0x4)|(b5##UL << 0x5)|(b6##UL << 0x6)|(b7##UL << 0x7) | \
|