Home
last modified time | relevance | path

Searched refs:era (Results 1 – 25 of 59) sorted by relevance

123

/linux-6.3-rc2/drivers/md/
A Ddm-era-target.c1242 queue_work(era->wq, &era->worker); in wake_worker()
1252 r = era->digest.step(era->md, &era->digest); in process_old_eras()
1359 struct era *era = container_of(ws, struct era, worker); in do_work() local
1469 struct era *era; in era_ctr() local
1561 struct era *era = ti->private; in era_map() local
1587 struct era *era = ti->private; in era_postsuspend() local
1607 struct era *era = ti->private; in era_preresume() local
1647 struct era *era = ti->private; in era_status() local
1691 struct era *era = ti->private; in era_message() local
1719 struct era *era = ti->private; in era_iterate_devices() local
[all …]
A DMakefile25 dm-era-y += dm-era-target.o
80 obj-$(CONFIG_DM_ERA) += dm-era.o
/linux-6.3-rc2/Documentation/admin-guide/device-mapper/
A Dera.rst2 dm-era
8 dm-era is a target that behaves similar to the linear target. In
10 defined period of time called an 'era'. Each era target instance
21 era <metadata dev> <origin dev> <block size>
38 Possibly move to a new era. You shouldn't assume the era has
40 current era via the status line.
56 <current era> <held metadata root | '-'>
63 current era The current era
78 - Send a checkpoint message to the era target
79 - Make a note of the current era in its status line
[all …]
A Dindex.rst26 era
/linux-6.3-rc2/drivers/crypto/caam/
A Dcaamalg_desc.h52 unsigned int icvsize, int era);
55 unsigned int icvsize, int era);
61 const bool is_qi, int era);
67 const u32 ctx1_iv_off, const bool is_qi, int era);
73 const bool is_qi, int era);
A Dctrl.c151 if (ctrlpriv->era < 10) in run_descriptor_deco0()
403 u8 era; in caam_get_era_from_hw() member
420 u8 maj_rev, era; in caam_get_era_from_hw() local
425 era = (ccbvid & CCBVID_ERA_MASK) >> CCBVID_ERA_SHIFT; in caam_get_era_from_hw()
426 if (era) /* This is '0' prior to CAAM ERA-6 */ in caam_get_era_from_hw()
427 return era; in caam_get_era_from_hw()
435 return id[i].era; in caam_get_era_from_hw()
781 ctrlpriv->era = caam_get_era(ctrl); in caam_probe()
838 if (ctrlpriv->era < 10) { in caam_probe()
933 ctrlpriv->era); in caam_probe()
A Dcaamalg_desc.c57 unsigned int icvsize, int era) in cnstr_shdsc_aead_null_encap() argument
66 if (era < 6) { in cnstr_shdsc_aead_null_encap()
136 unsigned int icvsize, int era) in cnstr_shdsc_aead_null_decap() argument
145 if (era < 6) { in cnstr_shdsc_aead_null_decap()
213 const bool is_rfc3686, u32 *nonce, int era) in init_sh_desc_key_aead() argument
233 if (era < 6) { in init_sh_desc_key_aead()
292 int era) in cnstr_shdsc_aead_encap() argument
321 if (is_qi || era < 3) { in cnstr_shdsc_aead_encap()
417 if (is_qi || era < 3) { in cnstr_shdsc_aead_decap()
504 const bool is_qi, int era) in cnstr_shdsc_aead_givencap() argument
[all …]
A Dcaamhash_desc.c29 int digestsize, int ctx_len, bool import_ctx, int era) in cnstr_shdsc_ahash() argument
43 if (era < 6) in cnstr_shdsc_ahash()
A Dcaamhash_desc.h25 int digestsize, int ctx_len, bool import_ctx, int era);
A Dintern.h99 int era; /* CAAM Era (internal HW revision) */ member
A Ddpseci_cmd.h107 u8 era; member
A Ddpseci.c322 attr->era = rsp_params->era; in dpseci_get_sec_attr()
A Ddpseci.h232 u8 era; member
A Dcaamalg.c162 ctrlpriv->era); in aead_null_set_sh_desc()
181 ctrlpriv->era); in aead_null_set_sh_desc()
264 false, ctrlpriv->era); in aead_set_sh_desc()
286 nonce, ctx1_iv_off, false, ctrlpriv->era); in aead_set_sh_desc()
310 ctx1_iv_off, false, ctrlpriv->era); in aead_set_sh_desc()
603 if (ctrlpriv->era >= 6) { in aead_setkey()
856 if (ctrlpriv->era <= 8 || ctx->xts_key_fallback) { in xts_skcipher_setkey()
1229 if (ctrlpriv->era < 3) in init_authenc_job()
1824 if (ctx->fallback && ((ctrlpriv->era <= 8 && xts_skcipher_ivsize(req)) || in skcipher_crypt()
3381 if (priv->era >= 6 && uses_dkp) in caam_init_common()
[all …]
A Dcaamprng.c216 if (priv->era < 10) in caam_prng_register()
A Dcaamalg_qi.c151 ctx1_iv_off, true, ctrlpriv->era); in aead_set_sh_desc()
167 ctrlpriv->era); in aead_set_sh_desc()
184 ctx1_iv_off, true, ctrlpriv->era); in aead_set_sh_desc()
222 if (ctrlpriv->era >= 6) { in aead_setkey()
754 if (ctrlpriv->era <= 8 || ctx->xts_key_fallback) { in xts_skcipher_setkey()
1436 if (ctx->fallback && ((ctrlpriv->era <= 8 && xts_skcipher_ivsize(req)) || in skcipher_crypt()
2479 if (priv->era >= 6 && uses_dkp) in caam_init_common()
2636 if (priv->era < 10) { in caam_qi_algapi_init()
A Dcaamhash.c215 ctx->ctx_len, true, ctrlpriv->era); in ahash_set_sh_desc()
226 ctx->ctx_len, false, ctrlpriv->era); in ahash_set_sh_desc()
236 ctx->ctx_len, true, ctrlpriv->era); in ahash_set_sh_desc()
247 ctx->ctx_len, false, ctrlpriv->era); in ahash_set_sh_desc()
456 if (ctrlpriv->era >= 6) { in ahash_setkey()
1809 if (priv->era >= 6) { in caam_hash_cra_init()
1958 if (priv->era < 10) { in caam_algapi_hash_init()
A Dcaamrng.c229 if (priv->era < 10) in caam_rng_init()
/linux-6.3-rc2/Documentation/devicetree/bindings/crypto/
A Dfsl-sec6.txt25 - fsl,sec-era
64 fsl,sec-era = <6>;
118 fsl,sec-era = <6>;
/linux-6.3-rc2/arch/loongarch/kernel/
A Dtraps.c437 unsigned long era = exception_era(regs); in do_bp() local
444 if (__get_inst(&opcode, (u32 *)era, user)) in do_bp()
568 unsigned int __user *era = (unsigned int __user *)exception_era(regs); in do_ri() local
580 if (unlikely(get_user(opcode, era) < 0)) { in do_ri()
/linux-6.3-rc2/Documentation/translations/it_IT/process/
A Dmanagement-style.rst86 anno. Improvvisamente la decisione che avevate preso un anno fa non era poi
96 non era del tutto valido, può rivelarsi difficile anche per un povero ed
97 umile ingegnere, e mentre il **lavoro** vero era abbastanza facile da
99 fiducia di quell'ingegnere. E ricordate che l'"irrevocabile" era quello
133 c'era qualcosa che non andava in entrambe i progetti, e il motivo per
134 il quale le persone coinvolte non abbiano potuto decidere era che entrambe
228 riescono a capire che non era **tutta** colpa vostra. Il che ci porta
/linux-6.3-rc2/arch/powerpc/boot/dts/fsl/
A Dqoriq-sec6.0-0.dtsi37 fsl,sec-era = <6>;
A Dpq3-sec4.4-0.dtsi37 fsl,sec-era = <3>;
A Dqoriq-sec4.0-0.dtsi37 fsl,sec-era = <1>;
A Dqoriq-sec4.2-0.dtsi37 fsl,sec-era = <3>;

Completed in 55 milliseconds

123