/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) \ 117 sm4e b6.4s, v24.4s; \ 125 sm4e b6.4s, v25.4s; \ 133 sm4e b6.4s, v26.4s; \ 141 sm4e b6.4s, v27.4s; \ 149 sm4e b6.4s, v28.4s; \ 157 sm4e b6.4s, v29.4s; \ 165 sm4e b6.4s, v30.4s; \ 173 sm4e b6.4s, v31.4s; \ 181 rev64 b6 [all...] |
H A D | aes-neonbs-core.S | 26 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 28 eor \b5, \b5, \b6 30 eor \b6, \b6, \b2 32 eor \b6, \b6, \b3 42 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 43 eor \b0, \b0, \b6 45 eor \b4, \b4, \b6 47 eor \b6, \b [all...] |
H A D | sm4-neon-core.S | 220 #define SM4_CRYPT_BLK8_norotate(b0, b1, b2, b3, b4, b5, b6, b7) \ 227 rev32 b6.16b, b6.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); \ 248 rev32 b6.16b, b6.16b; \ 254 #define SM4_CRYPT_BLK8(b0, b1, b2, b3, b4, b5, b6, b [all...] |
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | fsys.S | 39 * b6 = return address (a user-level value) 48 * b6 = return address (as passed into the fsyscall handler) 54 .altrp b6 63 .altrp b6 96 .altrp b6 143 .altrp b6 318 .altrp b6 334 .altrp b6 387 .altrp b6 408 .altrp b6 [all...] |
H A D | esi_stub.S | 81 mov b6=r2 87 br.call.sptk.many rp=b6 // call the ESI function
|
H A D | efi_stub.S | 63 mov b6=r2 76 br.call.sptk.many rp=b6 // call the EFI function
|
H A D | gate.S | 41 .altrp b6 50 br.ret.sptk.many b6 154 mov b6=r10 164 br.call.sptk.many rp=b6 // call the signal handler 305 * b6 = return address 316 .altrp b6
|
H A D | entry.S | 509 mov b6=r20 510 br.call.sptk.many rp=b6 // do the syscall 565 mov b6 = r14 568 br.call.sptk.many rp=b6 // fn(arg) 630 * r18: user-level b6 647 * b6: restored 709 ld8 r18=[r2],PT(R9)-PT(B6) // load b6 768 mov b6=r18 // I0 restore b6 843 ld8 r28=[r2],8 // load b6 [all...] |
H A D | ivt.S | 721 * others: pr, b0, b6, loadrs, r1, r11, r12, r13, r15 739 mov r19=b6 // I0 (2 cyc) 792 mov b6=r30 // I0 setup syscall handler branch reg early 810 mov b6=r30 // I0 setup syscall handler branch reg early 860 (p14) br.call.sptk.many b6=b6 // B invoke syscall-handker (ignore return addr) 915 * - r19: saved b6 941 * - b6: preserved (same as on entry) 945 # error This code assumes that b6 is the first field in pt_regs. 947 st8 [r1]=r19 // save b6 [all...] |
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | fsys.S | 39 * b6 = return address (a user-level value) 48 * b6 = return address (as passed into the fsyscall handler) 54 .altrp b6 63 .altrp b6 96 .altrp b6 143 .altrp b6 318 .altrp b6 334 .altrp b6 387 .altrp b6 408 .altrp b6 [all...] |
H A D | esi_stub.S | 81 mov b6=r2 87 br.call.sptk.many rp=b6 // call the ESI function
|
H A D | efi_stub.S | 63 mov b6=r2 76 br.call.sptk.many rp=b6 // call the EFI function
|
H A D | gate.S | 41 .altrp b6 50 br.ret.sptk.many b6 154 mov b6=r10 164 br.call.sptk.many rp=b6 // call the signal handler 305 * b6 = return address 316 .altrp b6
|
H A D | entry.S | 508 mov b6=r20 509 br.call.sptk.many rp=b6 // do the syscall 564 mov b6 = r14 567 br.call.sptk.many rp=b6 // fn(arg) 629 * r18: user-level b6 646 * b6: restored 708 ld8 r18=[r2],PT(R9)-PT(B6) // load b6 767 mov b6=r18 // I0 restore b6 842 ld8 r28=[r2],8 // load b6 [all...] |
H A D | ivt.S | 720 * others: pr, b0, b6, loadrs, r1, r11, r12, r13, r15 738 mov r19=b6 // I0 (2 cyc) 791 mov b6=r30 // I0 setup syscall handler branch reg early 809 mov b6=r30 // I0 setup syscall handler branch reg early 859 (p14) br.call.sptk.many b6=b6 // B invoke syscall-handker (ignore return addr) 914 * - r19: saved b6 940 * - b6: preserved (same as on entry) 944 # error This code assumes that b6 is the first field in pt_regs. 946 st8 [r1]=r19 // save b6 [all...] |
/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 82 veor \b5, \b5, \b6 84 veor \b6, \b6, \b2 86 veor \b6, \b6, \b3 96 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 97 veor \b0, \b0, \b6 99 veor \b4, \b4, \b6 101 veor \b6, \b [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 27 eor \b5, \b5, \b6 29 eor \b6, \b6, \b2 31 eor \b6, \b6, \b3 41 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 42 eor \b0, \b0, \b6 44 eor \b4, \b4, \b6 46 eor \b6, \b [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 82 veor \b5, \b5, \b6 84 veor \b6, \b6, \b2 86 veor \b6, \b6, \b3 96 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 97 veor \b0, \b0, \b6 99 veor \b4, \b4, \b6 101 veor \b6, \b [all...] |
/kernel/linux/linux-5.10/arch/c6x/include/asm/ |
H A D | syscall.h | 52 *args++ = regs->b6; in syscall_get_arguments() 64 regs->b6 = *args++; in syscall_set_arguments()
|
H A D | elf.h | 37 _regs->b6 = (_dynamic_addr); \
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | asmmacro.h | 101 br.ret.sptk.many b6;; \ 104 # define FSYS_RETURN br.ret.sptk.many b6
|
/kernel/linux/linux-6.6/arch/ia64/include/asm/ |
H A D | asmmacro.h | 101 br.ret.sptk.many b6;; \ 104 # define FSYS_RETURN br.ret.sptk.many b6
|
/kernel/linux/linux-5.10/drivers/iio/pressure/ |
H A D | bmp280-core.c | 856 s32 b3, b6; in bmp180_compensate_press() local 861 b6 = data->t_fine - 4000; in bmp180_compensate_press() 862 x1 = (calib->B2 * (b6 * b6 >> 12)) >> 11; in bmp180_compensate_press() 863 x2 = calib->AC2 * b6 >> 11; in bmp180_compensate_press() 866 x1 = calib->AC3 * b6 >> 13; in bmp180_compensate_press() 867 x2 = (calib->B1 * ((b6 * b6) >> 12)) >> 16; in bmp180_compensate_press()
|
/kernel/linux/linux-5.10/arch/powerpc/crypto/ |
H A D | aes-tab-4k.S | 76 .long R(79, b1, b1, c8), R(b6, 5b, 5b, ed) 93 .long R(63, bc, bc, df), R(77, b6, b6, c1) 149 .long R(2d, 9b, 9b, b6), R(3c, 1e, 1e, 22) 182 .long R(be, e1, 4f, b6), R(f0, 88, ad, 17) 227 .long R(2d, b6, a8, b9), R(14, 1e, a9, c8) 233 .long R(b6, ed, fc, 68), R(b8, e4, f1, 63) 290 .long R(7b, cb, 84, 61), R(d5, 32, b6, 70)
|
/kernel/linux/linux-6.6/arch/powerpc/crypto/ |
H A D | aes-tab-4k.S | 76 .long R(79, b1, b1, c8), R(b6, 5b, 5b, ed) 93 .long R(63, bc, bc, df), R(77, b6, b6, c1) 149 .long R(2d, 9b, 9b, b6), R(3c, 1e, 1e, 22) 182 .long R(be, e1, 4f, b6), R(f0, 88, ad, 17) 227 .long R(2d, b6, a8, b9), R(14, 1e, a9, c8) 233 .long R(b6, ed, fc, 68), R(b8, e4, f1, 63) 290 .long R(7b, cb, 84, 61), R(d5, 32, b6, 70)
|