Home
last modified time | relevance | path

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

1234

/openbmc/linux/drivers/md/
H A Ddm-era-target.c682 uint32_t era; member
698 uint64_t key = d->era; in metadata_digest_remove_writeset()
759 d->era = key; in metadata_digest_lookup_writeset()
1141 uint32_t era; member
1165 s->era = md->current_era; in metadata_get_stats()
1172 struct era { struct
1212 static bool block_size_is_power_of_two(struct era *era) in block_size_is_power_of_two() argument
1214 return era->sectors_per_block_shift >= 0; in block_size_is_power_of_two()
1217 static dm_block_t get_block(struct era *era, struct bio *bio) in get_block() argument
1221 if (!block_size_is_power_of_two(era)) in get_block()
[all …]
H A DMakefile25 dm-era-y += dm-era-target.o
80 obj-$(CONFIG_DM_ERA) += dm-era.o
/openbmc/linux/Documentation/admin-guide/device-mapper/
H 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
11 maintains the current era as a monotonically increasing 32-bit
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
[all …]
H A Dindex.rst26 era
/openbmc/u-boot/drivers/crypto/fsl/
H A Dsec.c106 u8 era; in caam_get_era() member
130 u8 era = (ccbvid & SEC_CCBVID_ERA_MASK) >> SEC_CCBVID_ERA_SHIFT; in caam_get_era() local
134 if (era) /* This is '0' prior to CAAM ERA-6 */ in caam_get_era()
135 return era; in caam_get_era()
140 return caam_eras[i].era; in caam_get_era()
145 static void fdt_fixup_crypto_era(void *blob, u32 era) in fdt_fixup_crypto_era() argument
156 err = fdt_setprop_u32(blob, crypto_node, "fsl,sec-era", era); in fdt_fixup_crypto_era()
165 u8 era; in fdt_fixup_crypto_node() local
173 era = caam_get_era(); in fdt_fixup_crypto_node()
174 if (era) { in fdt_fixup_crypto_node()
[all …]
/openbmc/linux/drivers/crypto/caam/
H 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);
H A Dctrl.c158 if (ctrlpriv->era < 10) in run_descriptor_deco0()
423 u8 era; in caam_get_era_from_hw() member
440 u8 maj_rev, era; in caam_get_era_from_hw() local
445 era = (ccbvid & CCBVID_ERA_MASK) >> CCBVID_ERA_SHIFT; in caam_get_era_from_hw()
446 if (era) /* This is '0' prior to CAAM ERA-6 */ in caam_get_era_from_hw()
447 return era; in caam_get_era_from_hw()
455 return id[i].era; in caam_get_era_from_hw()
646 if (ctrlpriv->era < 10) { in caam_ctrl_rng_init()
1058 ctrlpriv->era = caam_get_era(perfmon); in caam_probe()
1102 if (ctrlpriv->era < 10) { in caam_probe()
[all …]
H 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
295 init_sh_desc_key_aead(desc, cdata, adata, is_rfc3686, nonce, era); in cnstr_shdsc_aead_encap()
321 if (is_qi || era < 3) { in cnstr_shdsc_aead_encap()
387 const u32 ctx1_iv_off, const bool is_qi, int era) in cnstr_shdsc_aead_decap() argument
[all …]
H 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()
H A Dcaamhash_desc.h25 int digestsize, int ctx_len, bool import_ctx, int era);
H A Ddpseci_cmd.h107 u8 era; member
H A Dintern.h121 int era; /* CAAM Era (internal HW revision) */ member
H A Ddpseci.c322 attr->era = rsp_params->era; in dpseci_get_sec_attr()
H A Ddpseci.h232 u8 era; member
H A Dcaamalg.c164 ctrlpriv->era); in aead_null_set_sh_desc()
183 ctrlpriv->era); in aead_null_set_sh_desc()
267 false, ctrlpriv->era); in aead_set_sh_desc()
289 nonce, ctx1_iv_off, false, ctrlpriv->era); in aead_set_sh_desc()
313 ctx1_iv_off, false, ctrlpriv->era); in aead_set_sh_desc()
607 if (ctrlpriv->era >= 6) { in aead_setkey()
860 if (ctrlpriv->era <= 8 || ctx->xts_key_fallback) { in xts_skcipher_setkey()
1234 if (ctrlpriv->era < 3) in init_authenc_job()
1829 if (ctx->fallback && ((ctrlpriv->era <= 8 && xts_skcipher_ivsize(req)) || in skcipher_crypt()
3590 if (priv->era >= 6 && uses_dkp) in caam_init_common()
[all …]
H 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()
H A Dcaamhash.c218 ctx->ctx_len, true, ctrlpriv->era); in ahash_set_sh_desc()
229 ctx->ctx_len, false, ctrlpriv->era); in ahash_set_sh_desc()
239 ctx->ctx_len, true, ctrlpriv->era); in ahash_set_sh_desc()
250 ctx->ctx_len, false, ctrlpriv->era); in ahash_set_sh_desc()
457 if (ctrlpriv->era >= 6) { in ahash_setkey()
1806 if (priv->era >= 6) { in caam_hash_cra_init()
1952 if (priv->era < 10) { in caam_algapi_hash_init()
H A Dcaamprng.c216 if (priv->era < 10) in caam_prng_register()
/openbmc/linux/Documentation/devicetree/bindings/crypto/
H A Dfsl-sec6.txt25 - fsl,sec-era
64 fsl,sec-era = <6>;
118 fsl,sec-era = <6>;
/openbmc/qemu/linux-user/loongarch64/
H A Dtarget_syscall.h22 target_ulong era; member
H A Dcpu_loop.c107 env->pc = regs->csr.era; in target_cpu_copy_regs()
/openbmc/linux/arch/loongarch/kernel/
H A Dtraps.c591 unsigned long era = exception_era(regs); in do_bce() local
608 if (__get_inst(&insn.word, (u32 *)era, user)) in do_bce()
681 unsigned long era = exception_era(regs); in do_bp() local
687 if (__get_inst(&opcode, (u32 *)era, user)) in do_bp()
818 unsigned int __user *era = (unsigned int __user *)exception_era(regs); in do_ri() local
830 if (unlikely(get_user(opcode, era) < 0)) { in do_ri()
/openbmc/linux/Documentation/translations/it_IT/process/
H 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
/openbmc/bmcweb/redfish-core/src/utils/
H A Dtime_utils.cpp245 IntType era = (z >= 0 ? z : z - 146096) / 146097; in civilFromDays() local
246 unsigned doe = static_cast<unsigned>(z - era * 146097); // [0, 146096] in civilFromDays()
249 IntType y = static_cast<IntType>(yoe) + era * 400; in civilFromDays()
/openbmc/u-boot/board/freescale/p1010rdb/
H A DREADME.P1010RDB-PB152 => pro off all;era eff40000 efffffff;cp.b 1000000 eff40000 $filesize
156 => pro off all;era eef40000 eeffffff;cp.b 1000000 eef40000 $filesize

1234