/arch/tile/lib/ |
D | memcpy_64.c | 66 op_t final; /* Final bytes to write to trailing word, if any */ in memcpy() local 235 final = __insn_dblalign(tmp0, tmp1, srci); in memcpy() 313 final = LD8(src8); in memcpy() 320 ST4((uint32_t *)dst1, final); in memcpy() 322 final >>= 32; in memcpy() 326 ST2((uint16_t *)dst1, final); in memcpy() 328 final >>= 16; in memcpy() 332 ST1((uint8_t *)dst1, final); in memcpy() 335 ST4((uint32_t *)dst1, final >> 32); in memcpy() 340 final >>= 32; in memcpy() [all …]
|
/arch/ia64/kernel/ |
D | unaligned.c | 566 float_spill_f0 (struct ia64_fpreg *final) in float_spill_f0() argument 568 ia64_stf_spill(final, 0); in float_spill_f0() 572 float_spill_f1 (struct ia64_fpreg *final) in float_spill_f1() argument 574 ia64_stf_spill(final, 1); in float_spill_f1() 957 mem2float_extended (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_extended() argument 961 ia64_stf_spill(final, 6); in mem2float_extended() 965 mem2float_integer (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_integer() argument 969 ia64_stf_spill(final, 6); in mem2float_integer() 973 mem2float_single (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_single() argument 977 ia64_stf_spill(final, 6); in mem2float_single() [all …]
|
/arch/alpha/lib/ |
D | strncpy.S | 46 subq $27, 1, $2 # clear the final bits in the prev word 72 1: ldq_u $1, 0($16) # clear the leading bits in the final word
|
D | memchr.S | 125 beq $2, $final # .. e1 : 157 $final: subq $5, $0, $18 # .. e1 : $18 <- number of bytes left to do
|
D | ev6-memchr.S | 142 beq $2, $final # U : U L U L 180 $final: subq $5, $0, $18 # E : $18 <- number of bytes left to do
|
/arch/s390/crypto/ |
D | sha512_s390.c | 74 .final = s390_sha_final, 113 .final = s390_sha_final,
|
D | sha256_s390.c | 69 .final = s390_sha_final, 106 .final = s390_sha_final,
|
D | sha1_s390.c | 76 .final = s390_sha_final,
|
/arch/arm/crypto/ |
D | sha256_neon_glue.c | 142 .final = sha256_neon_final, 159 .final = sha224_neon_final,
|
D | sha2-ce-glue.c | 157 .final = sha224_final, 174 .final = sha256_final,
|
D | sha256_glue.c | 181 .final = sha256_final, 198 .final = sha224_final,
|
D | sha512_neon_glue.c | 253 .final = sha512_neon_final, 270 .final = sha384_neon_final,
|
/arch/m68k/fpsp040/ |
D | bindec.S | 98 | the final string area in memory. 102 | digits are stored in the final string. 103 | Test the length of the final exponent string. If the 106 | A16. Write sign bits to final string. 120 | a0: ptr for original operand/final result 231 | a0: ptr for original operand/final result 294 | a0: ptr for original operand/final result 359 | d0: exponent/scratch - final is 0 366 | a0: ptr for original operand/final result 619 | d0: FPCR with size set to ext/scratch final = 0 [all …]
|
/arch/sparc/crypto/ |
D | sha256_glue.c | 163 .final = sha256_sparc64_final, 182 .final = sha224_sparc64_final,
|
D | sha512_glue.c | 151 .final = sha512_sparc64_final, 167 .final = sha384_sparc64_final,
|
D | crc32c_glue.c | 127 .final = crc32c_sparc64_final,
|
/arch/arm64/crypto/ |
D | sha2-ce-glue.c | 208 .final = sha224_final, 226 .final = sha256_final,
|
D | ghash-ce-glue.c | 131 .final = ghash_final,
|
/arch/x86/crypto/ |
D | sha256_ssse3_glue.c | 223 .final = sha256_ssse3_final, 240 .final = sha224_ssse3_final,
|
D | sha512_ssse3_glue.c | 231 .final = sha512_ssse3_final, 248 .final = sha384_ssse3_final,
|
D | crct10dif-pclmul_glue.c | 111 .final = chksum_final,
|
D | ghash-clmulni-intel_glue.c | 150 .final = ghash_final, 308 .final = ghash_async_final,
|
/arch/x86/kernel/cpu/mcheck/ |
D | mce.c | 315 static void mce_panic(char *msg, struct mce *final, char *exp) in mce_panic() argument 352 if (!final || memcmp(m, final, sizeof(struct mce))) { in mce_panic() 358 if (final) { in mce_panic() 359 print_mce(final); in mce_panic() 361 apei_err = apei_write_mce(final); in mce_panic() 1023 struct mce m, *final; in do_machine_check() local 1053 final = this_cpu_ptr(&mces_seen); in do_machine_check() 1054 *final = m; in do_machine_check() 1136 *final = m; in do_machine_check() 1142 m = *final; in do_machine_check()
|
/arch/powerpc/crypto/ |
D | sha1.c | 127 .final = sha1_final,
|
/arch/sparc/lib/ |
D | checksum_32.S | 48 addx %g0, %o2, %o2 ! add in final carry 55 addx %g0, %o2, %o2 ! add in final carry 67 4: ldub [%o0], %o5 ! get final byte 72 addx %g0, %o2, %o0 ! add final carry into retval 118 addx %g0, %o2, %o2 ! sink in final carry 127 sub %g7, %o4, %g7 ! final jmp ptr adjust 137 addx %g0, %o2, %o2 ! fetch final carry
|