Home
last modified time | relevance | path

Searched full:final (Results 1 – 25 of 1456) 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()
476 alg->final = ccp_sha_final; in ccp_register_sha_alg()
/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.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
511 dev_dbg(dd->dev, "xmit_cpu: digcnt: %zd, length: %zd, final: %d\n", in omap_sham_xmit_cpu()
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()
[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 op.
964 bool final) in s5p_hash_xmit_dma() argument
979 s5p_hash_write_ctrl(dd, length, final); in s5p_hash_xmit_dma()
[all …]
H A Datmel-sha.c562 size_t length, int final) in atmel_sha_xmit_cpu() argument
568 dev_dbg(dd->dev, "xmit_cpu: digcnt: 0x%llx 0x%llx, length: %zd, final: %d\n", in atmel_sha_xmit_cpu()
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
597 dev_dbg(dd->dev, "xmit_pdc: digcnt: 0x%llx 0x%llx, length: %zd, final: %d\n", in atmel_sha_xmit_pdc()
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
644 dev_dbg(dd->dev, "xmit_dma: digcnt: 0x%llx 0x%llx, length: %zd, final: %d\n", in atmel_sha_xmit_dma()
[all …]
/linux/scripts/kconfig/
H A Dmerge_config.sh324 function warn_mismatch(cfg, merged, final) {
326 if (final == "" && !(merged ~ / is not set$/ || merged ~ /=n$/)) {
327 print "WARNING: Value requested for " cfg " not in final .config"
329 print "Actual value: " final
330 } else if (final == "" && merged ~ / is not set$/) {
332 } else if (merged == "" && final != "") {
333 print "WARNING: " cfg " not in merged config but added in final .config:"
335 print "Actual value: " final
339 print "Actual value: " final
/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/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/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/crypto/
H A Dsha3.c94 .final = crypto_sha3_final,
107 .final = crypto_sha3_final,
120 .final = crypto_sha3_final,
133 .final = crypto_sha3_final,
/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 …]

12345678910>>...59