/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | sm4-ce-asm.h | 110 #define SM4_CRYPT_BLK8_BE(b0, b1, b2, b3, b4, b5, b6, b7) \ 118 sm4e b7.4s, v24.4s; \ 126 sm4e b7.4s, v25.4s; \ 134 sm4e b7.4s, v26.4s; \ 142 sm4e b7.4s, v27.4s; \ 150 sm4e b7.4s, v28.4s; \ 158 sm4e b7.4s, v29.4s; \ 166 sm4e b7.4s, v30.4s; \ 174 sm4e b7.4s, v31.4s; \ 182 rev64 b7 [all...] |
H A D | aes-neonbs-core.S | 26 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 33 eor \b3, \b3, \b7 34 eor \b7, \b7, \b5 37 eor \b2, \b2, \b7 42 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 50 eor \b3, \b3, \b7 51 eor \b7, \b7, \b5 53 eor \b4, \b4, \b7 [all...] |
H A D | sm4-neon-core.S | 220 #define SM4_CRYPT_BLK8_norotate(b0, b1, b2, b3, b4, b5, b6, b7) \ 228 rev32 b7.16b, b7.16b; \ 235 ROUND8(0, b0, b1, b2, b3, b4, b5, b6, b7); \ 236 ROUND8(1, b1, b2, b3, b0, b5, b6, b7, b4); \ 237 ROUND8(2, b2, b3, b0, b1, b6, b7, b4, b5); \ 238 ROUND8(3, b3, b0, b1, b2, b7, b4, b5, b6); \ 249 rev32 b7.16b, b7.16b; \ 254 #define SM4_CRYPT_BLK8(b0, b1, b2, b3, b4, b5, b6, b7) \ [all...] |
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A 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
|
H A D | entry.h | 71 mov.ret.sptk b7=r28,1f; \ 80 mov.ret.sptk b7=r28,1f; \
|
H A D | gate.S | 350 (p6) tbit.z.unc p8,p0=r18,0 // I0 (dual-issues with "mov b7=r18"!) 354 (p6) mov b7=r18 // I0 355 (p8) br.dptk.many b7 // B 369 (p6) mov b7=r14 370 (p6) br.sptk.many b7
|
H A D | entry.S | 233 * - b7 holds address to return to 238 .altrp b7 350 br.cond.sptk.many b7 356 * - b7 holds address to return to 361 .altrp b7 450 br.cond.sptk.many b7 648 * b7: set to __kernel_syscall_via_epc 796 mov b7=r14 // I0 clear b7 (hint with __kernel_syscall_via_epc) 854 ld8 r29=[r2],16 // load b7 [all...] |
H A D | brl_emu.c | 151 regs->b7 = next_ip; in ia64_emulate_brl()
|
H A D | kprobes.c | 620 * to use either b0 or b6 or b7, so just checking in resume_execution() 639 if ((regs->b7 == bundle_addr) || in resume_execution() 640 (regs->b7 == bundle_addr + 0x10)) { in resume_execution() 641 regs->b7 = (regs->b7 - bundle_addr) + in resume_execution()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A 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
|
H A D | entry.h | 71 mov.ret.sptk b7=r28,1f; \ 80 mov.ret.sptk b7=r28,1f; \
|
H A D | gate.S | 350 (p6) tbit.z.unc p8,p0=r18,0 // I0 (dual-issues with "mov b7=r18"!) 354 (p6) mov b7=r18 // I0 355 (p8) br.dptk.many b7 // B 369 (p6) mov b7=r14 370 (p6) br.sptk.many b7
|
H A D | entry.S | 232 * - b7 holds address to return to 237 .altrp b7 349 br.cond.sptk.many b7 355 * - b7 holds address to return to 360 .altrp b7 449 br.cond.sptk.many b7 647 * b7: set to __kernel_syscall_via_epc 795 mov b7=r14 // I0 clear b7 (hint with __kernel_syscall_via_epc) 853 ld8 r29=[r2],16 // load b7 [all...] |
H A D | brl_emu.c | 151 regs->b7 = next_ip; in ia64_emulate_brl()
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | aes-neonbs-core.S | 80 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 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 104 veor \b3, \b3, \b7 105 veor \b7, \b7, \b5 107 veor \b4, \b4, \b7 [all...] |
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | aes-neonbs-core.S | 25 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 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 49 eor \b3, \b3, \b7 50 eor \b7, \b7, \b5 52 eor \b4, \b4, \b7 [all...] |
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | aes-neonbs-core.S | 80 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 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 104 veor \b3, \b3, \b7 105 veor \b7, \b7, \b5 107 veor \b4, \b4, \b7 [all...] |
/kernel/linux/linux-5.10/arch/powerpc/crypto/ |
H A 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)
|
/kernel/linux/linux-6.6/arch/powerpc/crypto/ |
H A 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)
|
/kernel/linux/linux-5.10/drivers/iio/pressure/ |
H A D | bmp280-core.c | 857 u32 b4, b7; in bmp180_compensate_press() local 870 b7 = ((u32)adc_press - b3) * (50000 >> oss); in bmp180_compensate_press() 871 if (b7 < 0x80000000) in bmp180_compensate_press() 872 p = (b7 * 2) / b4; in bmp180_compensate_press() 874 p = (b7 / b4) * 2; in bmp180_compensate_press()
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | asmmacro.h | 96 br.call.sptk.many b7=2f;; \
|
/kernel/linux/linux-5.10/arch/ia64/include/uapi/asm/ |
H A D | ptrace.h | 79 unsigned long b7; /* scratch */ member
|
/kernel/linux/linux-6.6/arch/ia64/include/asm/ |
H A D | asmmacro.h | 96 br.call.sptk.many b7=2f;; \
|
/kernel/linux/linux-6.6/arch/ia64/include/uapi/asm/ |
H A D | ptrace.h | 79 unsigned long b7; /* scratch */ member
|
/kernel/linux/linux-5.10/arch/c6x/kernel/ |
H A D | signal.c | 45 COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9); in restore_sigcontext() 110 COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9); in setup_sigcontext()
|