Home
last modified time | relevance | path

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

12345678910>>...16

/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_pch_refclk.c496 u32 val, final; in ilk_init_pch_refclk() local
558 final = val; in ilk_init_pch_refclk()
559 final &= ~DREF_NONSPREAD_SOURCE_MASK; in ilk_init_pch_refclk()
561 final |= DREF_NONSPREAD_CK505_ENABLE; in ilk_init_pch_refclk()
563 final |= DREF_NONSPREAD_SOURCE_ENABLE; in ilk_init_pch_refclk()
565 final &= ~DREF_SSC_SOURCE_MASK; in ilk_init_pch_refclk()
566 final &= ~DREF_CPU_SOURCE_OUTPUT_MASK; in ilk_init_pch_refclk()
567 final &= ~DREF_SSC1_ENABLE; in ilk_init_pch_refclk()
570 final |= DREF_SSC_SOURCE_ENABLE; in ilk_init_pch_refclk()
573 final |= DREF_SSC1_ENABLE; in ilk_init_pch_refclk()
[all …]
/linux-6.6.21/arch/arm64/crypto/
Daes-ce-ccm-glue.c172 bool final = walk.nbytes == walk.total; in ccm_encrypt() local
174 if (final) in ccm_encrypt()
181 if (!final) in ccm_encrypt()
184 if (!final) in ccm_encrypt()
226 bool final = walk.nbytes == walk.total; in ccm_decrypt() local
228 if (final) in ccm_decrypt()
235 if (!final) in ccm_decrypt()
238 if (!final) in ccm_decrypt()
Dsha3-ce-glue.c113 .final = sha3_final,
124 .final = sha3_final,
135 .final = sha3_final,
146 .final = sha3_final,
Dsha256-glue.c72 .final = crypto_sha256_arm64_final,
84 .final = crypto_sha256_arm64_final,
152 .final = sha256_final_neon,
164 .final = sha256_final_neon,
Dsha512-glue.c59 .final = sha512_final,
71 .final = sha512_final,
/linux-6.6.21/arch/x86/crypto/
Dsha256_ssse3_glue.c114 .final = sha256_ssse3_final,
128 .final = sha256_ssse3_final,
179 .final = sha256_avx_final,
193 .final = sha256_avx_final,
255 .final = sha256_avx2_final,
269 .final = sha256_avx2_final,
330 .final = sha256_ni_final,
344 .final = sha256_ni_final,
Dsha512_ssse3_glue.c104 .final = sha512_ssse3_final,
118 .final = sha512_ssse3_final,
180 .final = sha512_avx_final,
194 .final = sha512_avx_final,
246 .final = sha512_avx2_final,
260 .final = sha512_avx2_final,
Dsha1_ssse3_glue.c100 .final = sha1_ssse3_final,
149 .final = sha1_avx_final,
231 .final = sha1_avx2_final,
281 .final = sha1_ni_final,
/linux-6.6.21/drivers/crypto/ccp/
Dccp-crypto-aes-cmac.c46 if (req->result && rctx->final) in ccp_aes_cmac_complete()
56 unsigned int final) in ccp_do_cmac_update() argument
77 if (!final && (len <= block_size)) { in ccp_do_cmac_update()
88 rctx->final = final; in ccp_do_cmac_update()
89 rctx->hash_rem = final ? 0 : len & (block_size - 1); in ccp_do_cmac_update()
91 if (!final && !rctx->hash_rem) { in ccp_do_cmac_update()
97 if (final && (rctx->null_msg || (len & (block_size - 1)))) in ccp_do_cmac_update()
152 if (final) in ccp_do_cmac_update()
171 rctx->cmd.u.aes.cmac_final = final; in ccp_do_cmac_update()
367 alg->final = ccp_aes_cmac_final; in ccp_register_aes_cmac_algs()
Dccp-crypto-sha.c49 if (req->result && rctx->final) in ccp_sha_complete()
59 unsigned int final) in ccp_do_sha_update() argument
74 if (!final && (len <= block_size)) { in ccp_do_sha_update()
85 rctx->final = final; in ccp_do_sha_update()
86 rctx->hash_rem = final ? 0 : len & (block_size - 1); in ccp_do_sha_update()
88 if (!final && !rctx->hash_rem) { in ccp_do_sha_update()
167 rctx->cmd.u.sha.final = rctx->final; in ccp_do_sha_update()
476 alg->final = ccp_sha_final; in ccp_register_sha_alg()
/linux-6.6.21/arch/ia64/kernel/
Dunaligned.c569 float_spill_f0 (struct ia64_fpreg *final) in float_spill_f0() argument
571 ia64_stf_spill(final, 0); in float_spill_f0()
575 float_spill_f1 (struct ia64_fpreg *final) in float_spill_f1() argument
577 ia64_stf_spill(final, 1); in float_spill_f1()
977 mem2float_extended (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_extended() argument
981 ia64_stf_spill(final, 6); in mem2float_extended()
985 mem2float_integer (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_integer() argument
989 ia64_stf_spill(final, 6); in mem2float_integer()
993 mem2float_single (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_single() argument
997 ia64_stf_spill(final, 6); in mem2float_single()
[all …]
/linux-6.6.21/drivers/crypto/
Domap-sham.c191 int final, int dma);
366 int final, int dma) in omap_sham_write_ctrl_omap2() argument
385 if (final) in omap_sham_write_ctrl_omap2()
435 int final, int dma) in omap_sham_write_ctrl_omap4() argument
469 if (final) { in omap_sham_write_ctrl_omap4()
501 int final) in omap_sham_xmit_cpu() argument
510 ctx->digcnt, length, final); in omap_sham_xmit_cpu()
512 dd->pdata->write_ctrl(dd, length, final, 0); in omap_sham_xmit_cpu()
519 if (final) in omap_sham_xmit_cpu()
568 int final) in omap_sham_xmit_dma() argument
[all …]
Datmel-sha.c562 size_t length, int final) in atmel_sha_xmit_cpu() argument
569 ctx->digcnt[1], ctx->digcnt[0], length, final); in atmel_sha_xmit_cpu()
578 if (final) in atmel_sha_xmit_cpu()
592 size_t length1, dma_addr_t dma_addr2, size_t length2, int final) in atmel_sha_xmit_pdc() argument
598 ctx->digcnt[1], ctx->digcnt[0], length1, final); in atmel_sha_xmit_pdc()
616 if (final) in atmel_sha_xmit_pdc()
638 size_t length1, dma_addr_t dma_addr2, size_t length2, int final) in atmel_sha_xmit_dma() argument
645 ctx->digcnt[1], ctx->digcnt[0], length1, final); in atmel_sha_xmit_dma()
680 if (final) in atmel_sha_xmit_dma()
693 size_t length1, dma_addr_t dma_addr2, size_t length2, int final) in atmel_sha_xmit_start() argument
[all …]
/linux-6.6.21/tools/memory-model/Documentation/
Dlocking.txt45 consequence that if the final value of r0 is equal to 1, then the final
47 say nothing about the final value of r1.
77 This also has the consequence that if the final value of r1 is equal
78 to 0, then the final value of r0 must also be equal to 0. In contrast,
79 the weaker rule would say nothing about the final value of r0.
179 the final value of r0 be 1, the final value of z be 2, and the final
215 the counter-intuitive result where the final value of r0 is 1, the final
216 value of z is 2, and the final value of r1 is 0.
Drecipes.txt91 consequence that if the final value of r0 is equal to 1, then the final
93 say nothing about the final value of r1.
117 This also has the consequence that if the final value of r1 is equal
118 to 0, then the final value of r0 must also be equal to 0. In contrast,
119 the weaker rule would say nothing about the final value of r0.
154 the final value of r0 be 1, the final value of z be 2, and the final
234 subsequent accesses. Therefore, if the final value of r0 is the value 1,
235 the final value of r1 must also be the value 1.
269 In this example, if the final value of r0 is &x then the final value of
312 the final value of r0 is 1, the final value of r1 must also be 1.
[all …]
/linux-6.6.21/include/linux/
Dccp.h245 u32 final; member
298 u32 final; /* Indicates final sha cmd */ member
443 u32 final; member
472 u32 final; member
/linux-6.6.21/net/ipv6/
Dinet6_connection_sock.c34 struct in6_addr *final_p, final; in inet6_csk_route_req() local
41 final_p = fl6_update_dst(fl6, rcu_dereference(np->opt), &final); in inet6_csk_route_req()
84 struct in6_addr *final_p, final; in inet6_csk_route_socket() local
101 final_p = fl6_update_dst(fl6, rcu_dereference(np->opt), &final); in inet6_csk_route_socket()
/linux-6.6.21/include/linux/sched/
Dnuma_balancing.h22 extern void task_numa_free(struct task_struct *p, bool final);
37 static inline void task_numa_free(struct task_struct *p, bool final) in task_numa_free() argument
/linux-6.6.21/drivers/crypto/stm32/
Dstm32-hash.c368 const u8 *buf, size_t length, int final) in stm32_hash_xmit_cpu() argument
376 if (final) { in stm32_hash_xmit_cpu()
390 __func__, length, final, len32); in stm32_hash_xmit_cpu()
410 if (final) { in stm32_hash_xmit_cpu()
473 int bufcnt, err = 0, final; in stm32_hash_update_cpu() local
478 final = state->flags & HASH_FLAGS_FINAL; in stm32_hash_update_cpu()
492 if (final) { in stm32_hash_update_cpu()
1270 .base.final = stm32_hash_final,
1299 .base.final = stm32_hash_final,
1332 .base.final = stm32_hash_final,
[all …]
/linux-6.6.21/Documentation/security/tpm/
Dtpm_event_log.rst40 The firmware provides so called final events configuration table to sort
46 final events table size while the stub is still running to the custom
49 and the final events table.
55 - [2] The final concatenation is done in drivers/char/tpm/eventlog/efi.c
/linux-6.6.21/drivers/crypto/starfive/
Djh7110-hash.c105 csr.final = 1; in starfive_hash_start()
612 .base.final = starfive_hash_final,
641 .base.final = starfive_hash_final,
671 .base.final = starfive_hash_final,
700 .base.final = starfive_hash_final,
730 .base.final = starfive_hash_final,
759 .base.final = starfive_hash_final,
789 .base.final = starfive_hash_final,
818 .base.final = starfive_hash_final,
848 .base.final = starfive_hash_final,
[all …]
/linux-6.6.21/arch/arm/crypto/
Dsha512-neon-glue.c66 .final = sha512_neon_final,
81 .final = sha512_neon_final,
Dsha256_neon_glue.c68 .final = crypto_sha256_neon_final,
82 .final = crypto_sha256_neon_final,
/linux-6.6.21/arch/alpha/lib/
Dstrncpy.S47 subq $27, 1, $2 # clear the final bits in the prev word
73 1: ldq_u $1, 0($16) # clear the leading bits in the final word
/linux-6.6.21/crypto/
Dsha256_generic.c65 .final = crypto_sha256_final,
79 .final = crypto_sha256_final,

12345678910>>...16