Home
last modified time | relevance | path

Searched refs:final (Results 1 – 25 of 68) sorted by relevance

123

/arch/tile/lib/
Dmemcpy_64.c66 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/
Dunaligned.c566 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/
Dstrncpy.S46 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
Dmemchr.S125 beq $2, $final # .. e1 :
157 $final: subq $5, $0, $18 # .. e1 : $18 <- number of bytes left to do
Dev6-memchr.S142 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/
Dsha512_s390.c74 .final = s390_sha_final,
113 .final = s390_sha_final,
Dsha256_s390.c69 .final = s390_sha_final,
106 .final = s390_sha_final,
Dsha1_s390.c76 .final = s390_sha_final,
/arch/arm/crypto/
Dsha256_neon_glue.c142 .final = sha256_neon_final,
159 .final = sha224_neon_final,
Dsha2-ce-glue.c157 .final = sha224_final,
174 .final = sha256_final,
Dsha256_glue.c181 .final = sha256_final,
198 .final = sha224_final,
Dsha512_neon_glue.c253 .final = sha512_neon_final,
270 .final = sha384_neon_final,
/arch/m68k/fpsp040/
Dbindec.S98 | 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/
Dsha256_glue.c163 .final = sha256_sparc64_final,
182 .final = sha224_sparc64_final,
Dsha512_glue.c151 .final = sha512_sparc64_final,
167 .final = sha384_sparc64_final,
Dcrc32c_glue.c127 .final = crc32c_sparc64_final,
/arch/arm64/crypto/
Dsha2-ce-glue.c208 .final = sha224_final,
226 .final = sha256_final,
Dghash-ce-glue.c131 .final = ghash_final,
/arch/x86/crypto/
Dsha256_ssse3_glue.c223 .final = sha256_ssse3_final,
240 .final = sha224_ssse3_final,
Dsha512_ssse3_glue.c231 .final = sha512_ssse3_final,
248 .final = sha384_ssse3_final,
Dcrct10dif-pclmul_glue.c111 .final = chksum_final,
Dghash-clmulni-intel_glue.c150 .final = ghash_final,
308 .final = ghash_async_final,
/arch/x86/kernel/cpu/mcheck/
Dmce.c315 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/
Dsha1.c127 .final = sha1_final,
/arch/sparc/lib/
Dchecksum_32.S48 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

123