Home
last modified time | relevance | path

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

12345678910>>...14

/linux/drivers/gpu/drm/i915/display/
H A Dintel_pch_refclk.c504 u32 val, final; in ilk_init_pch_refclk() local
568 final = val; in ilk_init_pch_refclk()
569 final &= ~DREF_NONSPREAD_SOURCE_MASK; in ilk_init_pch_refclk()
571 final |= DREF_NONSPREAD_CK505_ENABLE; in ilk_init_pch_refclk()
573 final |= DREF_NONSPREAD_SOURCE_ENABLE; in ilk_init_pch_refclk()
575 final &= ~DREF_SSC_SOURCE_MASK; in ilk_init_pch_refclk()
576 final &= ~DREF_CPU_SOURCE_OUTPUT_MASK; in ilk_init_pch_refclk()
577 final &= ~DREF_SSC1_ENABLE; in ilk_init_pch_refclk()
580 final |= DREF_SSC_SOURCE_ENABLE; in ilk_init_pch_refclk()
583 final |= DREF_SSC1_ENABLE; in ilk_init_pch_refclk()
[all …]
/linux/drivers/crypto/ccp/
H 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()
H 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/drivers/crypto/
H A Domap-sham.c193 int final, int dma);
368 int final, int dma) in omap_sham_write_ctrl_omap2() argument
387 if (final) in omap_sham_write_ctrl_omap2()
437 int final, int dma) in omap_sham_write_ctrl_omap4() argument
471 if (final) { in omap_sham_write_ctrl_omap4()
503 int final) in omap_sham_xmit_cpu() argument
512 ctx->digcnt, length, final); in omap_sham_xmit_cpu()
514 dd->pdata->write_ctrl(dd, length, final, 0); in omap_sham_xmit_cpu()
521 if (final) in omap_sham_xmit_cpu()
570 int final) in omap_sham_xmit_dma() argument
[all …]
H A 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/tools/memory-model/Documentation/
H A Dlocking.txt50 consequence that if the final value of r0 is equal to 1, then the final
52 say nothing about the final value of r1.
82 This also has the consequence that if the final value of r1 is equal
83 to 0, then the final value of r0 must also be equal to 0. In contrast,
84 the weaker rule would say nothing about the final value of r0.
184 the final value of r0 be 1, the final value of z be 2, and the final
220 the counter-intuitive result where the final value of r0 is 1, the final
221 value of z is 2, and the final value of r1 is 0.
H A Drecipes.txt95 consequence that if the final value of r0 is equal to 1, then the final
97 say nothing about the final value of r1.
121 This also has the consequence that if the final value of r1 is equal
122 to 0, then the final value of r0 must also be equal to 0. In contrast,
123 the weaker rule would say nothing about the final value of r0.
158 the final value of r0 be 1, the final value of z be 2, and the final
238 subsequent accesses. Therefore, if the final value of r0 is the value 1,
239 the final value of r1 must also be the value 1.
273 In this example, if the final value of r0 is &x then the final value of
316 the final value of r0 is 1, the final value of r1 must also be 1.
[all …]
/linux/drivers/crypto/stm32/
H A Dstm32-hash.c388 const u8 *buf, size_t length, int final) in stm32_hash_xmit_cpu() argument
396 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
496 final = state->flags & HASH_FLAGS_FINAL; in stm32_hash_update_cpu()
510 if (final) { in stm32_hash_update_cpu()
663 bool final = hdev->flags & HASH_FLAGS_FINAL; in stm32_hash_dma_send() local
668 __func__, rctx->total, rctx->state.bufcnt, final); in stm32_hash_dma_send()
687 if (!final) { in stm32_hash_dma_send()
[all …]
/linux/crypto/
H A Dsha3.c94 .final = crypto_sha3_final,
107 .final = crypto_sha3_final,
120 .final = crypto_sha3_final,
133 .final = crypto_sha3_final,
H 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()
/linux/arch/s390/crypto/
H A Dhmac_s390.c101 u8 *digest, unsigned int digestsize, bool final) in hash_data() argument
128 func = final ? CPACF_KLMD_SHA_256 : CPACF_KIMD_SHA_256; in hash_data()
130 if (!final) in hash_data()
134 func = final ? CPACF_KLMD_SHA_256 : CPACF_KIMD_SHA_256; in hash_data()
138 func = final ? CPACF_KLMD_SHA_512 : CPACF_KIMD_SHA_512; in hash_data()
140 if (!final) in hash_data()
144 func = final ? CPACF_KLMD_SHA_512 : CPACF_KIMD_SHA_512; in hash_data()
/linux/include/linux/
H A Dccp.h245 u32 final; member
298 u32 final; /* Indicates final sha cmd */ member
443 u32 final; member
472 u32 final; member
/linux/drivers/crypto/starfive/
H A Djh7110-hash.c100 csr.final = 1; in starfive_hash_start()
561 .base.final = starfive_hash_final,
589 .base.final = starfive_hash_final,
618 .base.final = starfive_hash_final,
646 .base.final = starfive_hash_final,
675 .base.final = starfive_hash_final,
703 .base.final = starfive_hash_final,
732 .base.final = starfive_hash_final,
760 .base.final = starfive_hash_final,
789 .base.final = starfive_hash_final,
[all …]
/linux/Documentation/security/tpm/
H 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/
H 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/tegra/
H A Dtegra-se-hash.c753 .final = tegra_sha_final,
778 .final = tegra_sha_final,
803 .final = tegra_sha_final,
828 .final = tegra_sha_final,
853 .final = tegra_sha_final,
878 .final = tegra_sha_final,
903 .final = tegra_sha_final,
928 .final = tegra_sha_final,
953 .final = tegra_sha_final,
979 .final = tegra_sha_final,
[all …]
/linux/net/ipv6/
H A Dinet6_connection_sock.c35 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()
81 final_p = fl6_update_dst(fl6, rcu_dereference(np->opt), &np->final); in inet6_csk_route_socket()
/linux/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-hcu-core.c895 .base.final = kmb_ocs_hcu_final,
920 .base.final = kmb_ocs_hcu_final,
948 .base.final = kmb_ocs_hcu_final,
973 .base.final = kmb_ocs_hcu_final,
1000 .base.final = kmb_ocs_hcu_final,
1025 .base.final = kmb_ocs_hcu_final,
1052 .base.final = kmb_ocs_hcu_final,
1077 .base.final = kmb_ocs_hcu_final,
1104 .base.final = kmb_ocs_hcu_final,
1129 .base.final = kmb_ocs_hcu_final,
/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c264 static noinstr void mce_panic(const char *msg, struct mce_hw_err *final, char *exp) in mce_panic() argument
309 if (!final || mce_cmp(m, &final->m)) { in mce_panic()
315 if (final) { in mce_panic()
316 print_mce(final); in mce_panic()
318 apei_err = apei_write_mce(&final->m); in mce_panic()
323 memmsg = mce_dump_aux_info(&final->m); in mce_panic()
338 if (final && (final->m.status & MCI_STATUS_ADDRV)) { in mce_panic()
340 p = pfn_to_online_page(final->m.addr >> PAGE_SHIFT); in mce_panic()
1358 struct mce_hw_err *final, unsigned long *toclear, in __mc_scan_banks() argument
1423 *final = *err; in __mc_scan_banks()
[all …]
/linux/arch/alpha/lib/
H 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
/linux/drivers/crypto/caam/
H A Dcaamhash.c122 int (*final)(struct ahash_request *req); member
134 int (*final)(struct ahash_request *req); member
1299 state->final = ahash_final_ctx; in ahash_update_no_ctx()
1479 state->final = ahash_final_ctx; in ahash_update_first()
1483 state->final = ahash_final_no_ctx; in ahash_update_first()
1511 state->final = ahash_final_no_ctx; in ahash_init()
1540 return state->final(req); in ahash_final()
1554 export->final = state->final; in ahash_export()
1570 state->final = export->final; in ahash_import()
1597 .final = ahash_final,
[all …]
/linux/include/soc/fsl/
H A Ddpaa2-fd.h441 static inline void dpaa2_sg_set_final(struct dpaa2_sg_entry *sg, bool final) in dpaa2_sg_set_final() argument
445 sg->format_offset |= cpu_to_le16(final << SG_FINAL_FLAG_SHIFT); in dpaa2_sg_set_final()
674 static inline void dpaa2_fl_set_final(struct dpaa2_fl_entry *fle, bool final) in dpaa2_fl_set_final() argument
678 fle->format_offset |= cpu_to_le16(final << FL_FINAL_FLAG_SHIFT); in dpaa2_fl_set_final()
/linux/drivers/gpu/drm/vkms/tests/
H A Dvkms_color_test.c140 u16 srgb, final; in vkms_color_srgb_inv_srgb() local
144 final = apply_lut_to_channel_value(&srgb_inv_eotf, srgb, LUT_RED); in vkms_color_srgb_inv_srgb()
146 KUNIT_EXPECT_GE(test, final / 0x101, i - 1); in vkms_color_srgb_inv_srgb()
147 KUNIT_EXPECT_LE(test, final / 0x101, i + 1); in vkms_color_srgb_inv_srgb()
/linux/arch/m68k/fpsp040/
H A 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 …]
/linux/drivers/crypto/aspeed/
H A Daspeed-hace-hash.c168 bool final = false; in aspeed_ahash_dma_prepare() local
182 final = true; in aspeed_ahash_dma_prepare()
188 if (final) in aspeed_ahash_dma_prepare()
216 bool final = rctx->flags & SHA_FLAGS_FINUP; in aspeed_ahash_dma_prepare_sg() local
225 remain = final ? 0 : length - round_down(length, rctx->block_size); in aspeed_ahash_dma_prepare_sg()
240 max_sg_nents = ASPEED_HASH_SRC_DMA_BUF_LEN / sizeof(*src_list) - final; in aspeed_ahash_dma_prepare_sg()
281 final = false; in aspeed_ahash_dma_prepare_sg()
285 if (final) { in aspeed_ahash_dma_prepare_sg()

12345678910>>...14