Home
last modified time | relevance | path

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

12345678910>>...17

/linux/drivers/gpu/drm/i915/display/
A Dintel_pch_refclk.c497 u32 val, final; in ilk_init_pch_refclk() local
561 final = val; in ilk_init_pch_refclk()
562 final &= ~DREF_NONSPREAD_SOURCE_MASK; in ilk_init_pch_refclk()
564 final |= DREF_NONSPREAD_CK505_ENABLE; in ilk_init_pch_refclk()
568 final &= ~DREF_SSC_SOURCE_MASK; in ilk_init_pch_refclk()
570 final &= ~DREF_SSC1_ENABLE; in ilk_init_pch_refclk()
573 final |= DREF_SSC_SOURCE_ENABLE; in ilk_init_pch_refclk()
576 final |= DREF_SSC1_ENABLE; in ilk_init_pch_refclk()
587 final |= DREF_SSC_SOURCE_ENABLE; in ilk_init_pch_refclk()
588 final |= DREF_SSC1_ENABLE; in ilk_init_pch_refclk()
[all …]
/linux/drivers/crypto/ccp/
A 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()
A 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/arch/x86/crypto/
A Dsha256_ssse3_glue.c124 .final = sha256_ssse3_final,
139 .final = sha256_ssse3_final,
197 .final = sha256_avx_final,
212 .final = sha256_avx_final,
281 .final = sha256_avx2_final,
296 .final = sha256_avx2_final,
364 .final = sha256_ni_final,
379 .final = sha256_ni_final,
A 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,
A Dsha1_ssse3_glue.c103 .final = sha1_ssse3_final,
152 .final = sha1_avx_final,
234 .final = sha1_avx2_final,
284 .final = sha1_ni_final,
/linux/drivers/crypto/
A 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
519 if (final) in omap_sham_xmit_cpu()
568 int final) in omap_sham_xmit_dma() argument
612 if (final) in omap_sham_xmit_dma()
752 if (final) in omap_sham_align_sgs()
[all …]
A Datmel-sha.c578 if (final) in atmel_sha_xmit_cpu()
616 if (final) in atmel_sha_xmit_pdc()
680 if (final) in atmel_sha_xmit_dma()
697 dma_addr2, length2, final); in atmel_sha_xmit_start()
718 size_t length, int final) in atmel_sha_xmit_dma_map() argument
737 unsigned int final; in atmel_sha_update_dma_slow() local
747 if (final) in atmel_sha_update_dma_slow()
800 if (final) { in atmel_sha_update_dma_start()
824 0, final); in atmel_sha_update_dma_start()
851 0, final); in atmel_sha_update_dma_start()
[all …]
/linux/tools/memory-model/Documentation/
A 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.
A 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
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
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.
432 also have a final value of 1.
461 One might hope that if the final value of r0 is 1 and the final value
[all …]
/linux/drivers/crypto/stm32/
A Dstm32-hash.c396 if (final) { in stm32_hash_xmit_cpu()
410 __func__, length, final, len32); in stm32_hash_xmit_cpu()
430 if (final) { in stm32_hash_xmit_cpu()
492 int bufcnt, err = 0, final; in stm32_hash_update_cpu() local
510 if (final) { in stm32_hash_update_cpu()
687 if (!final) { in stm32_hash_dma_send()
731 if (!final) { in stm32_hash_dma_send()
752 if (final) { in stm32_hash_dma_send()
1166 if (final) { in stm32_hash_align_sgs()
1595 .base.final = stm32_hash_final,
[all …]
/linux/arch/arm64/crypto/
A Dsha3-ce-glue.c113 .final = sha3_final,
124 .final = sha3_final,
135 .final = sha3_final,
146 .final = sha3_final,
A Dsha256-glue.c70 .final = crypto_sha256_arm64_final,
82 .final = crypto_sha256_arm64_final,
150 .final = sha256_final_neon,
162 .final = sha256_final_neon,
A Dsha512-glue.c57 .final = sha512_final,
69 .final = sha512_final,
/linux/include/linux/
A Dccp.h245 u32 final; member
298 u32 final; /* Indicates final sha cmd */ member
443 u32 final; member
472 u32 final; member
/linux/crypto/
A Dcbc.c57 bool final = flags & CRYPTO_LSKCIPHER_FLAG_FINAL; in crypto_cbc_encrypt() local
66 return rem && final ? -EINVAL : rem; in crypto_cbc_encrypt()
126 bool final = flags & CRYPTO_LSKCIPHER_FLAG_FINAL; in crypto_cbc_decrypt() local
135 return rem && final ? -EINVAL : rem; in crypto_cbc_decrypt()
A Dsha256_generic.c65 .final = crypto_sha256_final,
79 .final = crypto_sha256_final,
/linux/net/ipv6/
A 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/Documentation/security/tpm/
A 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/include/linux/sched/
A Dnuma_balancing.h32 extern void task_numa_free(struct task_struct *p, bool final);
47 static inline void task_numa_free(struct task_struct *p, bool final) in task_numa_free() argument
/linux/drivers/crypto/starfive/
A Djh7110-hash.c100 csr.final = 1; in starfive_hash_start()
558 .base.final = starfive_hash_final,
586 .base.final = starfive_hash_final,
615 .base.final = starfive_hash_final,
643 .base.final = starfive_hash_final,
672 .base.final = starfive_hash_final,
700 .base.final = starfive_hash_final,
729 .base.final = starfive_hash_final,
757 .base.final = starfive_hash_final,
786 .base.final = starfive_hash_final,
[all …]
/linux/drivers/crypto/tegra/
A Dtegra-se-hash.c662 .final = tegra_sha_final,
687 .final = tegra_sha_final,
712 .final = tegra_sha_final,
737 .final = tegra_sha_final,
762 .final = tegra_sha_final,
787 .final = tegra_sha_final,
812 .final = tegra_sha_final,
837 .final = tegra_sha_final,
862 .final = tegra_sha_final,
888 .final = tegra_sha_final,
[all …]
/linux/arch/arm/crypto/
A Dsha256_neon_glue.c68 .final = crypto_sha256_neon_final,
82 .final = crypto_sha256_neon_final,
A Dsha512-neon-glue.c66 .final = sha512_neon_final,
81 .final = sha512_neon_final,
/linux/arch/alpha/lib/
A 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

Completed in 39 milliseconds

12345678910>>...17