Home
last modified time | relevance | path

Searched full:final (Results 1 – 25 of 1475) sorted by relevance

12345678910>>...59

/linux/tools/perf/pmu-events/arch/powerpc/power8/
H A Dmemory.json5 …"BriefDescription": "Initial and Final Pump Scope was chip pump (prediction=correct) for all data …
6 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was chip pum…
11 …"BriefDescription": "Initial and Final Pump Scope was chip pump (prediction=correct) for a demand …
12 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was chip pum…
47 …"BriefDescription": "Initial and Final Pump Scope was group pump (prediction=correct) for a demand…
48 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was group pu…
53 …"BriefDescription": "Final Pump Scope (Group) ended up either larger or smaller than Initial Pump …
54Final Pump Scope(Group) to get data sourced, ended up larger than Initial Pump Scope OR Final Pump…
59 …"BriefDescription": "Final Pump Scope (Group) ended up larger than Initial Pump Scope (Chip) for a…
60 …"PublicDescription": "Final Pump Scope(Group) to get data sourced, ended up larger than Initial Pu…
[all …]
H A Dfrontend.json71 …"BriefDescription": "Initial and Final Pump Scope was chip pump (prediction=correct) for an instru…
72 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was chip pum…
239 …"BriefDescription": "Initial and Final Pump Scope was group pump (prediction=correct) for an instr…
240 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was group pu…
245 …"BriefDescription": "Final Pump Scope (Group) ended up either larger or smaller than Initial Pump …
246Final Pump Scope(Group) to get data sourced, ended up larger than Initial Pump Scope OR Final Pump…
251 …"BriefDescription": "Final Pump Scope (Group) ended up larger than Initial Pump Scope (Chip) for a…
252 …"PublicDescription": "Final Pump Scope(Group) to get data sourced, ended up larger than Initial Pu…
275 …"BriefDescription": "Initial and Final Pump Scope was system pump (prediction=correct) for an inst…
276 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was system p…
[all …]
H A Dother.json23 …"BriefDescription": "Initial and Final Pump Scope was chip pump (prediction=correct) for all data …
24 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was chip pum…
29 …"BriefDescription": "Initial and Final Pump Scope and data sourced across this scope was group pum…
30 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was group pu…
35 …"BriefDescription": "Final Pump Scope (Group) ended up either larger or smaller than Initial Pump …
36Final Pump Scope(Group) to get data sourced, ended up larger than Initial Pump Scope OR Final Pump…
41 …"BriefDescription": "Final Pump Scope (Group) ended up larger than Initial Pump Scope (Chip) for a…
42 …"PublicDescription": "Final Pump Scope(Group) to get data sourced, ended up larger than Initial Pu…
59 …"BriefDescription": "Initial and Final Pump Scope was system pump for all data types (demand load,…
60 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was system p…
[all …]
/linux/include/linux/
H A Dccp.h156 * @cmac_final: indicates final operation when running in CMAC mode
157 * @cmac_key: K1/K2 key used in final CMAC operation
185 u32 cmac_final; /* Indicates final cmac cmd */
187 * final cmac cmd */
223 * @final: indicates final XTS operation
226 * - action, unit_size, key, key_len, iv, iv_len, src, dst, src_len, final
245 u32 final; member
272 * @opad: data to be used for final HMAC operation
273 * @opad_len: length in bytes of data used for final HMAC operation
275 * @final: indicates final SHA operation
[all …]
/linux/tools/memory-model/Documentation/
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 …]
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.
/linux/drivers/char/tpm/eventlog/
H A Defi.c79 pr_err("Could not map UEFI TPM final log\n"); in tpm_read_log_efi()
86 * The 'final events log' size excludes the 'final events preboot log' in tpm_read_log_efi()
93 * 'final events log' to. in tpm_read_log_efi()
107 * Append any of the 'final events log' that didn't also end up in the in tpm_read_log_efi()
116 * the size of the 'final events log'. in tpm_read_log_efi()
/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()
92 /* CCP can't do zero length final, so keep some data around */ 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()
[all …]
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()
89 /* CCP can't do zero length final, so keep some data around */ in ccp_do_sha_update()
167 rctx->cmd.u.sha.final = rctx->final; in ccp_do_sha_update()
[all...]
/linux/arch/mips/include/asm/octeon/
H A Dcrypto.h66 * The value is the final block dword (64-bit).
77 * The value is the final block dword (64-bit).
88 * The value is the final block dword (64-bit).
140 * The value is the final block word (64-bit).
151 * The value is the final block dword (64-bit).
162 * The value is the final block dword (64-bit).
214 * The value is the final block word (64-bit).
/linux/tools/testing/selftests/rseq/
H A Drseq-x86-bits.h39 /* final store */ in RSEQ_TEMPLATE_IDENTIFIER()
110 /* final store */ in RSEQ_TEMPLATE_IDENTIFIER()
118 /* final store input */ in RSEQ_TEMPLATE_IDENTIFIER()
166 /* final store */ in RSEQ_TEMPLATE_IDENTIFIER()
174 /* final store input */ in RSEQ_TEMPLATE_IDENTIFIER()
233 /* final store input */ in RSEQ_TEMPLATE_IDENTIFIER()
286 /* final store */ in RSEQ_TEMPLATE_IDENTIFIER()
297 /* final store input */ in RSEQ_TEMPLATE_IDENTIFIER()
365 /* final store */ in RSEQ_TEMPLATE_IDENTIFIER()
376 /* final store input */ in RSEQ_TEMPLATE_IDENTIFIER()
[all …]
H A Drseq-s390-bits.h32 /* final store */ in RSEQ_TEMPLATE_IDENTIFIER()
105 /* final store */ in RSEQ_TEMPLATE_IDENTIFIER()
114 /* final store input */ in RSEQ_TEMPLATE_IDENTIFIER()
165 /* final store */ in RSEQ_TEMPLATE_IDENTIFIER()
174 /* final store input */ in RSEQ_TEMPLATE_IDENTIFIER()
230 /* final store */ in RSEQ_TEMPLATE_IDENTIFIER()
242 /* final store input */ in RSEQ_TEMPLATE_IDENTIFIER()
312 /* final store */ in RSEQ_TEMPLATE_IDENTIFIER()
324 /* final store input */ in RSEQ_TEMPLATE_IDENTIFIER()
399 /* final store */ in RSEQ_TEMPLATE_IDENTIFIER()
[all …]
H A Drseq-ppc-bits.h40 /* final store */ in RSEQ_TEMPLATE_IDENTIFIER()
111 /* final store the value at voffp(v) */ in RSEQ_TEMPLATE_IDENTIFIER()
119 /* final store input */ in RSEQ_TEMPLATE_IDENTIFIER()
174 /* final store */ in RSEQ_TEMPLATE_IDENTIFIER()
182 /* final store input */ in RSEQ_TEMPLATE_IDENTIFIER()
240 /* final store */ in RSEQ_TEMPLATE_IDENTIFIER()
251 /* final store input */ in RSEQ_TEMPLATE_IDENTIFIER()
326 /* final store */ in RSEQ_TEMPLATE_IDENTIFIER()
337 /* final store input */ in RSEQ_TEMPLATE_IDENTIFIER()
407 /* final store */ in RSEQ_TEMPLATE_IDENTIFIER()
[all …]
H A Drseq-arm-bits.h39 /* final store */ in RSEQ_TEMPLATE_IDENTIFIER()
110 /* final store */ in RSEQ_TEMPLATE_IDENTIFIER()
121 /* final store input */ in RSEQ_TEMPLATE_IDENTIFIER()
172 /* final store */ in RSEQ_TEMPLATE_IDENTIFIER()
242 /* final store */ in RSEQ_TEMPLATE_IDENTIFIER()
256 /* final store input */ in RSEQ_TEMPLATE_IDENTIFIER()
330 /* final store */ in RSEQ_TEMPLATE_IDENTIFIER()
344 /* final store input */ in RSEQ_TEMPLATE_IDENTIFIER()
424 /* final store */ in RSEQ_TEMPLATE_IDENTIFIER()
464 /* final store input */ in RSEQ_TEMPLATE_IDENTIFIER()
H A Drseq-mips-bits.h37 /* final store */ in RSEQ_TEMPLATE_IDENTIFIER()
101 /* final store */ in RSEQ_TEMPLATE_IDENTIFIER()
112 /* final store input */ in RSEQ_TEMPLATE_IDENTIFIER()
158 /* final store */ in RSEQ_TEMPLATE_IDENTIFIER()
221 /* final store */ in RSEQ_TEMPLATE_IDENTIFIER()
235 /* final store input */ in RSEQ_TEMPLATE_IDENTIFIER()
301 /* final store */ in RSEQ_TEMPLATE_IDENTIFIER()
315 /* final store input */ in RSEQ_TEMPLATE_IDENTIFIER()
386 /* final store */ in RSEQ_TEMPLATE_IDENTIFIER()
426 /* final store input */ in RSEQ_TEMPLATE_IDENTIFIER()
/linux/drivers/crypto/
H A Domap-sham.c192 int final, int dma);
367 int final, int dma) in omap_sham_write_ctrl_omap2()
386 if (final) in omap_sham_write_ctrl_omap2()
436 int final, int dma) in omap_sham_write_ctrl_omap4()
470 if (final) { in omap_sham_write_ctrl_omap4()
502 int final) in omap_sham_xmit_cpu()
510 dev_dbg(dd->dev, "xmit_cpu: digcnt: %zd, length: %zd, final: %d\n", in omap_sham_xmit_cpu()
511 ctx->digcnt, length, final); in omap_sham_xmit_cpu()
513 dd->pdata->write_ctrl(dd, length, final, 0); in omap_sham_xmit_cpu()
520 if (final) in omap_sham_xmit_cpu()
368 omap_sham_write_ctrl_omap2(struct omap_sham_dev * dd,size_t length,int final,int dma) omap_sham_write_ctrl_omap2() argument
437 omap_sham_write_ctrl_omap4(struct omap_sham_dev * dd,size_t length,int final,int dma) omap_sham_write_ctrl_omap4() argument
503 omap_sham_xmit_cpu(struct omap_sham_dev * dd,size_t length,int final) omap_sham_xmit_cpu() argument
570 omap_sham_xmit_dma(struct omap_sham_dev * dd,size_t length,int final) omap_sham_xmit_dma() argument
726 omap_sham_align_sgs(struct scatterlist * sg,int nbytes,int bs,bool final,struct omap_sham_reqctx * rctx) omap_sham_align_sgs() argument
851 bool final = rctx->flags & BIT(FLAGS_FINUP); omap_sham_prepare_request() local
1012 bool final = (ctx->flags & BIT(FLAGS_FINUP)) && omap_sham_update_req() local
1068 bool final = (ctx->flags & BIT(FLAGS_FINUP)) && omap_sham_hash_one_req() local
[all...]
H A Ds5p-sss.c345 * @finup: Keep state for finup or final.
623 * 0 if there is no more data and it is FINAL op
903 * @final: true if final op
906 * after previous updates, fill up IV words. For final, calculate and set
914 bool final) in s5p_hash_write_ctrl() argument
928 if (final) { in s5p_hash_write_ctrl()
959 * @final: true if final op
961 * Update digcnt here, as it is needed for finup/final o
964 s5p_hash_xmit_dma(struct s5p_aes_dev * dd,size_t length,bool final) s5p_hash_xmit_dma() argument
1121 s5p_hash_prepare_sgs(struct s5p_hash_reqctx * ctx,struct scatterlist * sg,unsigned int new_len,bool final) s5p_hash_prepare_sgs() argument
1196 bool final = ctx->finup; s5p_hash_prepare_request() local
[all...]
H A Datmel-sha.c555 size_t length, int final) in atmel_sha_wait_for_data_ready()
561 dev_dbg(dd->dev, "xmit_cpu: digcnt: 0x%llx 0x%llx, length: %zd, final: %d\n", in atmel_sha_xmit_cpu()
562 ctx->digcnt[1], ctx->digcnt[0], length, final); in atmel_sha_xmit_cpu() argument
571 if (final) in atmel_sha_xmit_cpu()
585 size_t length1, dma_addr_t dma_addr2, size_t length2, int final) in atmel_sha_xmit_cpu()
590 dev_dbg(dd->dev, "xmit_pdc: digcnt: 0x%llx 0x%llx, length: %zd, final: %d\n",
591 ctx->digcnt[1], ctx->digcnt[0], length1, final); in atmel_sha_xmit_pdc()
609 if (final) in atmel_sha_xmit_pdc()
631 size_t length1, dma_addr_t dma_addr2, size_t length2, int final) in atmel_sha_dma_callback()
637 dev_dbg(dd->dev, "xmit_dma: digcnt: 0x%llx 0x%llx, length: %zd, final
592 atmel_sha_xmit_pdc(struct atmel_sha_dev * dd,dma_addr_t dma_addr1,size_t length1,dma_addr_t dma_addr2,size_t length2,int final) atmel_sha_xmit_pdc() argument
638 atmel_sha_xmit_dma(struct atmel_sha_dev * dd,dma_addr_t dma_addr1,size_t length1,dma_addr_t dma_addr2,size_t length2,int final) atmel_sha_xmit_dma() argument
693 atmel_sha_xmit_start(struct atmel_sha_dev * dd,dma_addr_t dma_addr1,size_t length1,dma_addr_t dma_addr2,size_t length2,int final) atmel_sha_xmit_start() argument
718 atmel_sha_xmit_dma_map(struct atmel_sha_dev * dd,struct atmel_sha_reqctx * ctx,size_t length,int final) atmel_sha_xmit_dma_map() argument
737 unsigned int final; atmel_sha_update_dma_slow() local
762 unsigned int length, final, tail; atmel_sha_update_dma_start() local
[all...]
/linux/scripts/kconfig/
H A Dmerge_config.sh320 function warn_mismatch(cfg, merged, final) {
322 if (final == "" && !(merged ~ / is not set$/ || merged ~ /=n$/)) {
323 print "WARNING: Value requested for " cfg " not in final .config"
325 print "Actual value: " final
326 } else if (final == "" && merged ~ / is not set$/) {
328 } else if (merged == "" && final != "") {
329 print "WARNING: " cfg " not in merged config but added in final .config:"
331 print "Actual value: " final
335 print "Actual value: " final
/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
471 | a0: ptr for original operand/final result
[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/soc/fsl/
H A Ddpaa2-fd.h426 * dpaa2_sg_is_final() - Check final bit in SG entry
437 * dpaa2_sg_set_final() - Set the final bit in SG entry
439 * @final: the final boolean to be set
441 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()
659 * dpaa2_fl_is_final() - Check final bit in FLE
670 * dpaa2_fl_set_final() - Set the final bit in FLE
672 * @final: the final boolean to be set
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/arch/arm64/crypto/
H A Daes-ce-ccm-core.S67 eor v2.16b, v2.16b, v5.16b /* final round enc+mac */
71 eor v6.16b, v2.16b, v5.16b /* final round enc */
84 eor v0.16b, v0.16b, v5.16b /* final round mac */
85 eor v1.16b, v1.16b, v5.16b /* final round enc */
112 /* final round key cancels out */
/linux/drivers/crypto/tegra/
H A Dtegra-se-hash.c233 * The initial, intermediate and final hash value of SHA-384, SHA-512 in tegra_se_insert_hash_result()
257 * intermediate and final hash value when stored in in tegra_se_insert_hash_result()
413 * then reserve the last block as residue during final() to process. in tegra_sha_do_update()
425 * return. The bytes will be processed in final() in tegra_sha_do_update()
756 .final = tegra_sha_final,
781 .final = tegra_sha_final,
806 .final = tegra_sha_final,
831 .final = tegra_sha_final,
856 .final = tegra_sha_final,
881 .final
[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,

12345678910>>...59